@azure/arm-containerregistry 11.0.0-alpha.20250425.2 → 11.0.0-alpha.20250429.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.
- package/README.md +2 -2
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -66,8 +66,8 @@ import { ContainerRegistryManagementClient } from "@azure/arm-containerregistry"
|
|
66
66
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
67
67
|
const credential = new InteractiveBrowserCredential({
|
68
68
|
tenantId: "<YOUR_TENANT_ID>",
|
69
|
-
clientId: "<YOUR_CLIENT_ID>"
|
70
|
-
|
69
|
+
clientId: "<YOUR_CLIENT_ID>",
|
70
|
+
});
|
71
71
|
const client = new ContainerRegistryManagementClient(credential, subscriptionId);
|
72
72
|
```
|
73
73
|
|
package/package.json
CHANGED