@azure/arm-devopsinfrastructure 1.0.0-alpha.20250108.1 → 1.0.0-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 +3 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,13 +2,11 @@
2
2
 
3
3
  This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure DevOpsInfrastructure client.
4
4
 
5
-
6
-
7
5
  Key links:
8
6
 
9
7
  - [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devopsinfrastructure/arm-devopsinfrastructure)
10
8
  - [Package (NPM)](https://www.npmjs.com/package/@azure/arm-devopsinfrastructure)
11
- - [API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-devopsinfrastructure?view=azure-node-preview)
9
+ - [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-devopsinfrastructure?view=azure-node-preview)
12
10
  - [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/devopsinfrastructure/arm-devopsinfrastructure/samples)
13
11
 
14
12
  ## Getting started
@@ -47,7 +45,7 @@ npm install @azure/identity
47
45
 
48
46
  You will also need to **register a new AAD application and grant access to Azure DevOpsInfrastructure** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
49
47
 
50
- 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).
51
49
 
52
50
  ```javascript
53
51
  const { DevOpsInfrastructureClient } = require("@azure/arm-devopsinfrastructure");
@@ -65,8 +63,8 @@ const client = new DevOpsInfrastructureClient(new DefaultAzureCredential(), subs
65
63
  // const client = new DevOpsInfrastructureClient(credential, subscriptionId);
66
64
  ```
67
65
 
68
-
69
66
  ### JavaScript Bundle
67
+
70
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).
71
69
 
72
70
  ## Key concepts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-devopsinfrastructure",
3
- "version": "1.0.0-alpha.20250108.1",
3
+ "version": "1.0.0-alpha.20250109.1",
4
4
  "description": "A generated SDK for DevOpsInfrastructureClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -115,7 +115,7 @@
115
115
  "azure"
116
116
  ],
117
117
  "disableDocsMs": true,
118
- "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-devopsinfrastructure?view=azure-node-preview"
118
+ "apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-devopsinfrastructure?view=azure-node-preview"
119
119
  },
120
120
  "exports": {
121
121
  "./package.json": "./package.json",