@azure/arm-domainservices 4.0.1 → 4.0.2-alpha.20220908.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
2
 
3
+ ## 4.0.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 4.0.1 (2022-04-18)
4
14
 
5
15
  **features**
package/dist/index.js CHANGED
@@ -2538,7 +2538,7 @@ class DomainServicesResourceProvider extends coreClient__namespace.ServiceClient
2538
2538
  requestContentType: "application/json; charset=utf-8",
2539
2539
  credential: credentials
2540
2540
  };
2541
- const packageDetails = `azsdk-js-arm-domainservices/4.0.1`;
2541
+ const packageDetails = `azsdk-js-arm-domainservices/4.0.2`;
2542
2542
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
2543
2543
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
2544
2544
  : `${packageDetails}`;