@azure/arm-network 33.0.0 → 33.0.1-alpha.20231220.4

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.
@@ -36,7 +36,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
36
36
  requestContentType: "application/json; charset=utf-8",
37
37
  credential: credentials
38
38
  };
39
- const packageDetails = `azsdk-js-arm-network/33.0.0`;
39
+ const packageDetails = `azsdk-js-arm-network/33.0.1`;
40
40
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
41
41
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
42
42
  : `${packageDetails}`;
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 NetworkManagementClient.",
6
- "version": "33.0.0",
6
+ "version": "33.0.1-alpha.20231220.4",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -34,7 +34,7 @@
34
34
  "uglify-js": "^3.4.9",
35
35
  "rimraf": "^5.0.0",
36
36
  "dotenv": "^16.0.0",
37
- "@azure/dev-tool": "^1.0.0",
37
+ "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
38
38
  "@azure/identity": "^3.3.0",
39
39
  "@azure-tools/test-recorder": "^3.0.0",
40
40
  "@azure-tools/test-credential": "^1.0.0",
@@ -116,4 +116,4 @@
116
116
  "disableDocsMs": true,
117
117
  "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-network?view=azure-node-preview"
118
118
  }
119
- }
119
+ }
@@ -382,7 +382,7 @@ export class NetworkManagementClient extends coreClient.ServiceClient {
382
382
  credential: credentials
383
383
  };
384
384
 
385
- const packageDetails = `azsdk-js-arm-network/33.0.0`;
385
+ const packageDetails = `azsdk-js-arm-network/33.0.1`;
386
386
  const userAgentPrefix =
387
387
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
388
388
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`