@azure/arm-resources 30.0.0-alpha.20210806.1 → 30.0.0-alpha.20210930.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.
@@ -28,7 +28,7 @@ export class ResourceManagementClientContext extends coreClient.ServiceClient {
28
28
  requestContentType: "application/json; charset=utf-8",
29
29
  credential: credentials
30
30
  };
31
- const packageDetails = `azsdk-js-arm-resources/30.0.0-beta.1`;
31
+ const packageDetails = `azsdk-js-arm-resources/30.0.0-beta.2`;
32
32
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
33
33
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
34
34
  : `${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 ResourceManagementClient.",
6
- "version": "30.0.0-alpha.20210806.1",
6
+ "version": "30.0.0-alpha.20210930.1",
7
7
  "engines": {
8
8
  "node": ">=12.0.0"
9
9
  },
@@ -28,7 +28,7 @@
28
28
  "module": "./esm/index.js",
29
29
  "types": "./esm/index.d.ts",
30
30
  "devDependencies": {
31
- "@microsoft/api-extractor": "7.7.11",
31
+ "@microsoft/api-extractor": "^7.18.11",
32
32
  "@rollup/plugin-commonjs": "11.0.2",
33
33
  "@rollup/plugin-json": "^4.0.0",
34
34
  "@rollup/plugin-multi-entry": "^3.0.0",
@@ -42,7 +42,7 @@ export class ResourceManagementClientContext extends coreClient.ServiceClient {
42
42
  credential: credentials
43
43
  };
44
44
 
45
- const packageDetails = `azsdk-js-arm-resources/30.0.0-beta.1`;
45
+ const packageDetails = `azsdk-js-arm-resources/30.0.0-beta.2`;
46
46
  const userAgentPrefix =
47
47
  options.userAgentOptions && options.userAgentOptions.userAgentPrefix
48
48
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`