@azure/arm-edgezones 1.0.0-alpha.20241213.1 → 1.0.0-alpha.20241217.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Microsoft Edgezones Service
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/edgezones/arm-edgezones) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-edgezones) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-edgezones?view=azure-node-preview) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-edgezones?view=azure-node-preview) |
10
10
 
11
11
  ## Getting started
12
12
 
@@ -45,7 +45,7 @@ npm install @azure/identity
45
45
  You will also need to **register a new AAD application and grant access to Azure EdgeZones** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
46
46
  Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
47
47
 
48
- For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
48
+ For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
49
49
 
50
50
  ```javascript
51
51
  const { EdgeZonesClient } = require("@azure/arm-edgezones");
@@ -63,8 +63,8 @@ const client = new EdgeZonesClient(new DefaultAzureCredential(), subscriptionId)
63
63
  // const client = new EdgeZonesClient(credential, subscriptionId);
64
64
  ```
65
65
 
66
-
67
66
  ### JavaScript Bundle
67
+
68
68
  To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
69
69
 
70
70
  ## Key concepts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-edgezones",
3
- "version": "1.0.0-alpha.20241213.1",
3
+ "version": "1.0.0-alpha.20241217.1",
4
4
  "description": "A generated SDK for EdgeZonesClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"