@azure/arm-monitor 8.0.0-alpha.20230308.1 → 8.0.0-alpha.20230320.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/CHANGELOG.md +11 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist-esm/src/monitorClient.js +1 -1
- package/package.json +2 -2
- package/src/monitorClient.ts +1 -1
|
@@ -31,7 +31,7 @@ export class MonitorClient extends coreClient.ServiceClient {
|
|
|
31
31
|
requestContentType: "application/json; charset=utf-8",
|
|
32
32
|
credential: credentials
|
|
33
33
|
};
|
|
34
|
-
const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.
|
|
34
|
+
const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.5`;
|
|
35
35
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
36
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
37
|
: `${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 MonitorClient.",
|
|
6
|
-
"version": "8.0.0-alpha.
|
|
6
|
+
"version": "8.0.0-alpha.20230320.2",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"rimraf": "^3.0.0",
|
|
42
42
|
"dotenv": "^16.0.0",
|
|
43
43
|
"@azure/identity": "^2.0.1",
|
|
44
|
-
"@azure-tools/test-recorder": "
|
|
44
|
+
"@azure-tools/test-recorder": "^3.0.0",
|
|
45
45
|
"@azure-tools/test-credential": "^1.0.0",
|
|
46
46
|
"mocha": "^7.1.1",
|
|
47
47
|
"@types/chai": "^4.2.8",
|
package/src/monitorClient.ts
CHANGED
|
@@ -108,7 +108,7 @@ export class MonitorClient extends coreClient.ServiceClient {
|
|
|
108
108
|
credential: credentials
|
|
109
109
|
};
|
|
110
110
|
|
|
111
|
-
const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.
|
|
111
|
+
const packageDetails = `azsdk-js-arm-monitor/8.0.0-beta.5`;
|
|
112
112
|
const userAgentPrefix =
|
|
113
113
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
114
114
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|