@azure/arm-domainservices 4.1.0 → 4.1.1-alpha.20221129.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.1.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 4.1.0 (2022-11-22)
4
14
 
5
15
  **Features**
package/dist/index.js CHANGED
@@ -2659,7 +2659,7 @@ class DomainServicesResourceProvider extends coreClient__namespace.ServiceClient
2659
2659
  requestContentType: "application/json; charset=utf-8",
2660
2660
  credential: credentials
2661
2661
  };
2662
- const packageDetails = `azsdk-js-arm-domainservices/4.1.0`;
2662
+ const packageDetails = `azsdk-js-arm-domainservices/4.1.1`;
2663
2663
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
2664
2664
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
2665
2665
  : `${packageDetails}`;