@azure/arm-appservice 13.0.3-alpha.20221115.3 → 13.0.4-alpha.20221116.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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release History
2
2
 
3
+ ## 13.0.4 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
  ## 13.0.3 (2022-11-16)
4
14
 
5
15
  - Bugs Fixed
package/dist/index.js CHANGED
@@ -69320,7 +69320,7 @@ class WebSiteManagementClient extends coreClient__namespace.ServiceClient {
69320
69320
  requestContentType: "application/json; charset=utf-8",
69321
69321
  credential: credentials
69322
69322
  };
69323
- const packageDetails = `azsdk-js-arm-appservice/13.0.3`;
69323
+ const packageDetails = `azsdk-js-arm-appservice/13.0.4`;
69324
69324
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
69325
69325
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
69326
69326
  : `${packageDetails}`;