@azure/arm-avs 5.0.0 → 5.0.1-alpha.20240624.3
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
CHANGED
package/dist/index.js
CHANGED
|
@@ -14666,7 +14666,7 @@ class AzureVMwareSolutionAPI extends coreClient__namespace.ServiceClient {
|
|
|
14666
14666
|
requestContentType: "application/json; charset=utf-8",
|
|
14667
14667
|
credential: credentials,
|
|
14668
14668
|
};
|
|
14669
|
-
const packageDetails = `azsdk-js-arm-avs/5.0.
|
|
14669
|
+
const packageDetails = `azsdk-js-arm-avs/5.0.1`;
|
|
14670
14670
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
14671
14671
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
14672
14672
|
: `${packageDetails}`;
|