@azure/arm-authorization-profile-2020-09-01-hybrid 2.1.1-alpha.20250108.1 → 2.1.1-alpha.20250109.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 +7 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ Role based access control provides you a way to apply granular level policy admi
6
6
 
7
7
  [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/authorization/arm-authorization-profile-2020-09-01-hybrid) |
8
8
  [Package (NPM)](https://www.npmjs.com/package/@azure/arm-authorization-profile-2020-09-01-hybrid) |
9
- [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-authorization-profile-2020-09-01-hybrid) |
9
+ [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-authorization-profile-2020-09-01-hybrid) |
10
10
  [Samples](https://github.com/Azure-Samples/azure-samples-js-management)
11
11
 
12
12
  ## Getting started
@@ -46,10 +46,12 @@ npm install @azure/identity
46
46
  You will also need to **register a new AAD application and grant access to Azure AuthorizationManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
47
47
  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`.
48
48
 
49
- 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).
49
+ 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).
50
50
 
51
51
  ```javascript
52
- const { AuthorizationManagementClient } = require("@azure/arm-authorization-profile-2020-09-01-hybrid");
52
+ const {
53
+ AuthorizationManagementClient,
54
+ } = require("@azure/arm-authorization-profile-2020-09-01-hybrid");
53
55
  const { DefaultAzureCredential } = require("@azure/identity");
54
56
  // For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
55
57
 
@@ -64,8 +66,8 @@ const client = new AuthorizationManagementClient(new DefaultAzureCredential(), s
64
66
  // const client = new AuthorizationManagementClient(credential, subscriptionId);
65
67
  ```
66
68
 
67
-
68
69
  ### JavaScript Bundle
70
+
69
71
  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).
70
72
 
71
73
  ## Key concepts
@@ -101,7 +103,7 @@ If you'd like to contribute to this library, please read the [contributing guide
101
103
 
102
104
  ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fauthorization%2Farm-authorization-profile-2020-09-01-hybrid%2FREADME.png)
103
105
 
104
- [azure_cli]: https://docs.microsoft.com/cli/azure
106
+ [azure_cli]: https://learn.microsoft.com/cli/azure
105
107
  [azure_sub]: https://azure.microsoft.com/free/
106
108
  [azure_sub]: https://azure.microsoft.com/free/
107
109
  [azure_portal]: https://portal.azure.com
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for AuthorizationManagementClient.",
6
- "version": "2.1.1-alpha.20250108.1",
6
+ "version": "2.1.1-alpha.20250109.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -96,7 +96,7 @@
96
96
  "azure"
97
97
  ],
98
98
  "disableDocsMs": true,
99
- "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-authorization-profile-2020-09-01-hybrid?view=azure-node-preview"
99
+ "apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-authorization-profile-2020-09-01-hybrid?view=azure-node-preview"
100
100
  },
101
101
  "type": "module",
102
102
  "tshy": {