@azure/arm-selfhelp 2.0.0-alpha.20250416.1 → 2.0.0-alpha.20250417.2

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.
package/README.md CHANGED
@@ -54,6 +54,7 @@ Using Node.js and Node-like environments, you can use the `DefaultAzureCredentia
54
54
  import { HelpRP } from "@azure/arm-selfhelp";
55
55
  import { DefaultAzureCredential } from "@azure/identity";
56
56
 
57
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
57
58
  const client = new HelpRP(new DefaultAzureCredential());
58
59
  ```
59
60
 
@@ -63,6 +64,7 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
63
64
  import { InteractiveBrowserCredential } from "@azure/identity";
64
65
  import { HelpRP } from "@azure/arm-selfhelp";
65
66
 
67
+ const subscriptionId = "00000000-0000-0000-0000-000000000000";
66
68
  const credential = new InteractiveBrowserCredential({
67
69
  tenantId: "<YOUR_TENANT_ID>",
68
70
  clientId: "<YOUR_CLIENT_ID>",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.3"
8
+ "packageVersion": "7.52.4"
9
9
  }
10
10
  ]
11
11
  }
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 HelpRP.",
6
- "version": "2.0.0-alpha.20250416.1",
6
+ "version": "2.0.0-alpha.20250417.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },