@azure/arm-sql 11.0.0-alpha.20240524.2 → 11.0.0-beta.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
@@ -1,15 +1,5 @@
1
1
  # Release History
2
-
3
- ## 11.0.0-beta.2 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
12
-
2
+
13
3
  ## 11.0.0-beta.1 (2024-05-13)
14
4
  Compared with version 10.0.0
15
5
 
package/dist/index.js CHANGED
@@ -66218,7 +66218,7 @@ class SqlManagementClient extends coreClient__namespace.ServiceClient {
66218
66218
  requestContentType: "application/json; charset=utf-8",
66219
66219
  credential: credentials,
66220
66220
  };
66221
- const packageDetails = `azsdk-js-arm-sql/11.0.0-beta.2`;
66221
+ const packageDetails = `azsdk-js-arm-sql/11.0.0-beta.1`;
66222
66222
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
66223
66223
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
66224
66224
  : `${packageDetails}`;