@azure/arm-azurestack 3.0.0-beta.2 → 3.0.0-beta.4
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 +13 -1
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/azureStackManagementClient.js +1 -1
- package/package.json +3 -3
- package/src/azureStackManagementClient.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
## 3.0.0-beta.4 (2022-10-08)
|
|
4
|
+
|
|
5
|
+
**Bugs Fixed**
|
|
6
|
+
|
|
7
|
+
- revert credential scopes
|
|
8
|
+
|
|
9
|
+
## 3.0.0-beta.3 (2022-09-30)
|
|
10
|
+
|
|
11
|
+
**Bugs Fixed**
|
|
12
|
+
|
|
13
|
+
- fix better user experience of credential scopes in government cloud
|
|
14
|
+
|
|
3
15
|
## 3.0.0-beta.2 (2022-04-11)
|
|
4
16
|
|
|
5
17
|
The package of @azure/arm-azurestack is using our next generation design principles since version 3.0.0-beta.2, which contains breaking changes.
|
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Azure Stack
|
|
|
13
13
|
|
|
14
14
|
### Currently supported environments
|
|
15
15
|
|
|
16
|
-
- [LTS versions of Node.js](https://
|
|
16
|
+
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
|
|
17
17
|
- Latest versions of Safari, Chrome, Edge and Firefox.
|
|
18
18
|
|
|
19
19
|
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
|
package/dist/index.js
CHANGED
|
@@ -3004,7 +3004,7 @@ class AzureStackManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
3004
3004
|
requestContentType: "application/json; charset=utf-8",
|
|
3005
3005
|
credential: credentials
|
|
3006
3006
|
};
|
|
3007
|
-
const packageDetails = `azsdk-js-arm-azurestack/3.0.0-beta.
|
|
3007
|
+
const packageDetails = `azsdk-js-arm-azurestack/3.0.0-beta.4`;
|
|
3008
3008
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
3009
3009
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
3010
3010
|
: `${packageDetails}`;
|