You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
14
12
15
13
16
14
<!-- 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
24
22
-[LTS versions of Node.js](https://nodejs.org/about/releases/)
25
23
- Latest versions of Safari, Chrome, Edge, and Firefox.
26
24
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.
28
26
29
27
### Prerequisites
30
28
@@ -52,11 +50,11 @@ To use this client library in the browser, first you need to use a bundler. For
52
50
53
51
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:
54
52
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.
56
54
57
55
-->
58
56
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).
60
58
61
59
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.
62
60
@@ -100,22 +98,22 @@ import { setLogLevel } from "@azure/logger";
100
98
setLogLevel("info");
101
99
```
102
100
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).
104
102
105
103
## Next steps
106
104
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.
108
106
109
107
## Contributing
110
108
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.
112
110
113
111
## Related projects
114
112
115
113
-[Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
0 commit comments