@azure/arm-agrifood 1.0.0-beta.1 → 1.0.0-beta.3
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/agriFoodMgmtClient.js +1 -1
- package/package.json +3 -3
- package/src/agriFoodMgmtClient.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
|
+
## 1.0.0-beta.3 (2022-10-08)
|
|
4
|
+
|
|
5
|
+
**Bugs Fixed**
|
|
6
|
+
|
|
7
|
+
- revert credential scopes
|
|
8
|
+
|
|
9
|
+
## 1.0.0-beta.2 (2022-09-30)
|
|
10
|
+
|
|
11
|
+
**Bugs Fixed**
|
|
12
|
+
|
|
13
|
+
- fix better user experience of credential scopes in government cloud
|
|
14
|
+
|
|
3
15
|
## 1.0.0-beta.1 (2022-08-31)
|
|
4
16
|
|
|
5
17
|
The package of @azure/arm-agrifood is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
|
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ APIs documentation for Azure AgFoodPlatform Resource Provider Service.
|
|
|
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
|
@@ -2927,7 +2927,7 @@ class AgriFoodMgmtClient extends coreClient__namespace.ServiceClient {
|
|
|
2927
2927
|
requestContentType: "application/json; charset=utf-8",
|
|
2928
2928
|
credential: credentials
|
|
2929
2929
|
};
|
|
2930
|
-
const packageDetails = `azsdk-js-arm-agrifood/1.0.0-beta.
|
|
2930
|
+
const packageDetails = `azsdk-js-arm-agrifood/1.0.0-beta.3`;
|
|
2931
2931
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
2932
2932
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
2933
2933
|
: `${packageDetails}`;
|