Skip to content

Commit 8dc5444

Browse files
committed
Update docs metadata
1 parent ff51479 commit 8dc5444

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

docs-ref-services/preview/template-readme.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ title: Azure Template client library for JavaScript
33
keywords: Azure, javascript, SDK, API, @azure/template, template
44
author: praveenkuttappan
55
ms.author: prmarott
6-
ms.date: 04/21/2022
6+
ms.date: 05/02/2022
77
ms.topic: reference
8-
ms.prod: azure
9-
ms.technology: azure
108
ms.devlang: javascript
119
ms.service: template
1210
---
13-
# Azure Template client library for JavaScript - Version 1.0.12-beta.1522454
11+
# Azure Template client library for JavaScript - Version 1.0.12-beta.1538706
1412

1513

1614
<!-- NOTE: This README file is a template. Read through it and replace the instructions (keeping an eye out for package names like "@azure/template") with the ones that pertain to your package. For a complete example based on the real Azure App Configuration SDK, see README-TEMPLATE.md in this directory. -->
@@ -24,7 +22,7 @@ This project is used as a template package for the Azure SDK for JavaScript. It
2422
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
2523
- Latest versions of Safari, Chrome, Edge, and Firefox.
2624

27-
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/template_1.0.12-beta.1522454/SUPPORT.md) for more details.
25+
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/@azure/template_1.0.12-beta.1538706/SUPPORT.md) for more details.
2826

2927
### Prerequisites
3028

@@ -52,11 +50,11 @@ To use this client library in the browser, first you need to use a bundler. For
5250
5351
NOTE: if your service supports CORS natively please provide instructions for enabling CORS at the service level (similar to the sample below), otherwise replace this section with guidance such as:
5452
55-
Due to Azure template service CORS limitation this library cannot be used to make direct calls to the template service from a browser. Please refer to [this document](https://github.com/Azure/azure-sdk-for-js/blob/@azure/template_1.0.12-beta.1522454/samples/cors/ts/README.md) for guidance.
53+
Due to Azure template service CORS limitation this library cannot be used to make direct calls to the template service from a browser. Please refer to [this document](https://github.com/Azure/azure-sdk-for-js/blob/@azure/template_1.0.12-beta.1538706/samples/cors/ts/README.md) for guidance.
5654
5755
-->
5856

59-
You need to set up [Cross-Origin Resource Sharing (CORS)](https://docs.microsoft.com/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) rules for your storage account if you need to develop for browsers. Go to Azure portal and Azure Storage Explorer, find your storage account, create new CORS rules for blob/queue/file/table service(s).
57+
You need to set up [Cross-Origin Resource Sharing (CORS)](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) rules for your storage account if you need to develop for browsers. Go to Azure portal and Azure Storage Explorer, find your storage account, create new CORS rules for blob/queue/file/table service(s).
6058

6159
For example, you can create the following CORS settings for debugging. But please customize the settings carefully according to your requirements in a production environment.
6260

@@ -100,22 +98,22 @@ import { setLogLevel } from "@azure/logger";
10098
setLogLevel("info");
10199
```
102100

103-
For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/@azure/template_1.0.12-beta.1522454/sdk/core/logger).
101+
For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/@azure/template_1.0.12-beta.1538706/sdk/core/logger).
104102

105103
## Next steps
106104

107-
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/@azure/template_1.0.12-beta.1522454/sdk/template/template/samples) directory for detailed examples that demonstrate how to use the client libraries.
105+
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/@azure/template_1.0.12-beta.1538706/sdk/template/template/samples) directory for detailed examples that demonstrate how to use the client libraries.
108106

109107
## Contributing
110108

111-
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/@azure/template_1.0.12-beta.1522454/CONTRIBUTING.md) to learn more about how to build and test the code.
109+
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/@azure/template_1.0.12-beta.1538706/CONTRIBUTING.md) to learn more about how to build and test the code.
112110

113111
## Related projects
114112

115113
- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
116114

117115
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Ftemplate%2Ftemplate%2FREADME.png)
118116

119-
[azure_cli]: https://docs.microsoft.com/cli/azure
117+
[azure_cli]: /cli/azure
120118
[azure_sub]: https://azure.microsoft.com/free/
121119

metadata/preview/azure-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "@azure/template",
3-
"Version": "1.0.12-beta.1522454",
3+
"Version": "1.0.12-beta.1538706",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/template/template",
66
"ServiceDirectory": "template",
@@ -10,5 +10,5 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-template",
13-
"ReleaseStatus": "2022-04-21"
13+
"ReleaseStatus": "2022-04-29"
1414
}

0 commit comments

Comments
 (0)