@azure/arm-avs 3.1.2 → 3.1.3-alpha.20221014.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.
@@ -32,7 +32,7 @@ export class AzureVMwareSolutionAPI extends coreClient.ServiceClient {
32
32
  requestContentType: "application/json; charset=utf-8",
33
33
  credential: credentials
34
34
  };
35
- const packageDetails = `azsdk-js-arm-avs/3.1.2`;
35
+ const packageDetails = `azsdk-js-arm-avs/3.1.3`;
36
36
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
37
37
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
38
38
  : `${packageDetails}`;
package/package.json CHANGED
@@ -3,9 +3,9 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for AzureVMwareSolutionAPI.",
6
- "version": "3.1.2",
6
+ "version": "3.1.3-alpha.20221014.1",
7
7
  "engines": {
8
- "node": ">=12.0.0"
8
+ "node": ">=14.0.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@azure/core-lro": "^2.2.0",
@@ -41,12 +41,12 @@
41
41
  "rimraf": "^3.0.0",
42
42
  "@azure/identity": "^2.0.1",
43
43
  "@azure-tools/test-recorder": "^2.0.0",
44
- "@azure-tools/test-credential": "^1.0.0",
44
+ "@azure-tools/test-credential": ">=1.0.0-alpha <1.0.0-alphb",
45
45
  "mocha": "^7.1.1",
46
46
  "@types/chai": "^4.2.8",
47
47
  "chai": "^4.2.0",
48
48
  "cross-env": "^7.0.2",
49
- "@azure/dev-tool": "^1.0.0"
49
+ "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb"
50
50
  },
51
51
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/avs/arm-avs",
52
52
  "repository": {
@@ -84,7 +84,7 @@ export class AzureVMwareSolutionAPI extends coreClient.ServiceClient {
84
84
  credential: credentials
85
85
  };
86
86
 
87
- const packageDetails = `azsdk-js-arm-avs/3.1.2`;
87
+ const packageDetails = `azsdk-js-arm-avs/3.1.3`;
88
88
  const userAgentPrefix =
89
89
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
90
90
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`