@azure/arm-security 5.0.0 → 5.0.1-alpha.20220406.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/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/index.min.js.map +1 -1
- package/dist-esm/src/securityCenter.js +1 -1
- package/package.json +1 -1
- package/src/securityCenter.ts +1 -1
|
@@ -30,7 +30,7 @@ export class SecurityCenter extends coreClient.ServiceClient {
|
|
|
30
30
|
requestContentType: "application/json; charset=utf-8",
|
|
31
31
|
credential: credentials
|
|
32
32
|
};
|
|
33
|
-
const packageDetails = `azsdk-js-arm-security/5.0.
|
|
33
|
+
const packageDetails = `azsdk-js-arm-security/5.0.1`;
|
|
34
34
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
35
35
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
36
36
|
: `${packageDetails}`;
|
package/package.json
CHANGED
package/src/securityCenter.ts
CHANGED
|
@@ -143,7 +143,7 @@ export class SecurityCenter extends coreClient.ServiceClient {
|
|
|
143
143
|
credential: credentials
|
|
144
144
|
};
|
|
145
145
|
|
|
146
|
-
const packageDetails = `azsdk-js-arm-security/5.0.
|
|
146
|
+
const packageDetails = `azsdk-js-arm-security/5.0.1`;
|
|
147
147
|
const userAgentPrefix =
|
|
148
148
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
149
149
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|