@azure/arm-security 6.0.0-alpha.20230321.3 → 6.0.0-alpha.20230322.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/securityCenter.js +1 -1
- package/package.json +1 -1
- package/src/securityCenter.ts +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -26409,7 +26409,7 @@ class SecurityCenter extends coreClient__namespace.ServiceClient {
|
|
|
26409
26409
|
requestContentType: "application/json; charset=utf-8",
|
|
26410
26410
|
credential: credentials
|
|
26411
26411
|
};
|
|
26412
|
-
const packageDetails = `azsdk-js-arm-security/6.0.0-beta.
|
|
26412
|
+
const packageDetails = `azsdk-js-arm-security/6.0.0-beta.4`;
|
|
26413
26413
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
26414
26414
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
26415
26415
|
: `${packageDetails}`;
|