@azure/arm-securityinsight 1.0.0-alpha.20220711.3 → 1.0.0-alpha.20220729.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/securityInsights.js +1 -1
- package/package.json +1 -1
- package/src/securityInsights.ts +1 -1
|
@@ -32,7 +32,7 @@ export class SecurityInsights extends coreClient.ServiceClient {
|
|
|
32
32
|
requestContentType: "application/json; charset=utf-8",
|
|
33
33
|
credential: credentials
|
|
34
34
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.
|
|
35
|
+
const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.5`;
|
|
36
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
38
|
: `${packageDetails}`;
|
package/package.json
CHANGED
package/src/securityInsights.ts
CHANGED
|
@@ -118,7 +118,7 @@ export class SecurityInsights extends coreClient.ServiceClient {
|
|
|
118
118
|
credential: credentials
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.
|
|
121
|
+
const packageDetails = `azsdk-js-arm-securityinsight/1.0.0-beta.5`;
|
|
122
122
|
const userAgentPrefix =
|
|
123
123
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
124
124
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|