@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
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -21382,7 +21382,7 @@ class SecurityCenter extends coreClient__namespace.ServiceClient {
|
|
|
21382
21382
|
requestContentType: "application/json; charset=utf-8",
|
|
21383
21383
|
credential: credentials
|
|
21384
21384
|
};
|
|
21385
|
-
const packageDetails = `azsdk-js-arm-security/5.0.
|
|
21385
|
+
const packageDetails = `azsdk-js-arm-security/5.0.1`;
|
|
21386
21386
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
21387
21387
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
21388
21388
|
: `${packageDetails}`;
|