@azure/arm-cognitiveservices 7.0.0-alpha.20211202.3 → 7.0.1-alpha.20220105.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 +16 -11
- 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/cognitiveServicesManagementClient.js +1 -1
- package/dist-esm/src/cognitiveServicesManagementClient.js.map +1 -1
- package/package.json +2 -2
- package/src/cognitiveServicesManagementClient.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
3
|
-
## 7.0.0-beta.1 (2021-12-02)
|
|
4
2
|
|
|
5
|
-
|
|
3
|
+
## 7.0.1 (Unreleased)
|
|
6
4
|
|
|
7
|
-
|
|
5
|
+
### Features Added
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
### Breaking Changes
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
9
|
+
### Bugs Fixed
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
13
|
+
## 7.0.0 (2021-12-20)
|
|
14
|
+
|
|
15
|
+
The package of @azure/arm-cognitiveservices is using our next generation design principles since version 7.0.0, which contains breaking changes.
|
|
16
|
+
|
|
17
|
+
To understand the detail of the change, please refer to [Changelog](https://aka.ms/js-track2-changelog).
|
|
18
|
+
|
|
19
|
+
To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).
|
|
20
|
+
|
|
21
|
+
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Cognitive Services Management Client
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitiveservices/arm-cognitiveservices) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-cognitiveservices) |
|
|
9
|
-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-cognitiveservices
|
|
9
|
+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-cognitiveservices) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
package/dist/index.js
CHANGED
|
@@ -4696,7 +4696,7 @@ class CognitiveServicesManagementClient extends coreClient.ServiceClient {
|
|
|
4696
4696
|
requestContentType: "application/json; charset=utf-8",
|
|
4697
4697
|
credential: credentials
|
|
4698
4698
|
};
|
|
4699
|
-
const packageDetails = `azsdk-js-arm-cognitiveservices/7.0.0
|
|
4699
|
+
const packageDetails = `azsdk-js-arm-cognitiveservices/7.0.0`;
|
|
4700
4700
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
4701
4701
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
4702
4702
|
: `${packageDetails}`;
|