@azure/arm-webpubsub 1.2.0 → 1.2.1-alpha.20241112.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
CHANGED
package/dist/index.js
CHANGED
|
@@ -6354,7 +6354,7 @@ class WebPubSubManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
6354
6354
|
requestContentType: "application/json; charset=utf-8",
|
|
6355
6355
|
credential: credentials,
|
|
6356
6356
|
};
|
|
6357
|
-
const packageDetails = `azsdk-js-arm-webpubsub/1.2.
|
|
6357
|
+
const packageDetails = `azsdk-js-arm-webpubsub/1.2.1`;
|
|
6358
6358
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
6359
6359
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
6360
6360
|
: `${packageDetails}`;
|