@azure/ai-language-text 1.1.0-alpha.20221130.3 → 1.1.0-alpha.20230126.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/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -50,7 +50,7 @@ See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUP
|
|
50
50
|
### Prerequisites
|
51
51
|
|
52
52
|
- An [Azure subscription][azure_sub].
|
53
|
-
- An existing [Cognitive Services][cognitive_resource] or Language resource. If you need to create the resource, you can use the [Azure Portal][azure_portal] or [Azure CLI][azure_cli].
|
53
|
+
- An existing [Cognitive Services][cognitive_resource] or Language resource. If you need to create the resource, you can use the [Azure Portal][azure_portal] or [Azure CLI][azure_cli] following the steps in [this document][cli_docs].
|
54
54
|
|
55
55
|
If you use the Azure CLI, replace `<your-resource-group-name>` and `<your-resource-name>` with your own unique names:
|
56
56
|
|
@@ -837,6 +837,7 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
837
837
|
|
838
838
|

|
839
839
|
|
840
|
+
[cli_docs]: https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account-cli?tabs=windows#prerequisites
|
840
841
|
[azure_cli]: https://docs.microsoft.com/cli/azure
|
841
842
|
[azure_sub]: https://azure.microsoft.com/free/
|
842
843
|
[cognitive_resource]: https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"sdk-type": "client",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.",
|
6
|
-
"version": "1.1.0-alpha.
|
6
|
+
"version": "1.1.0-alpha.20230126.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -102,7 +102,7 @@
|
|
102
102
|
"@azure/identity": "^2.0.1",
|
103
103
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
104
104
|
"@azure-tools/test-recorder": "^2.0.0",
|
105
|
-
"@azure-tools/test-credential": "
|
105
|
+
"@azure-tools/test-credential": "^1.0.0",
|
106
106
|
"@microsoft/api-extractor": "^7.31.1",
|
107
107
|
"@types/chai": "^4.1.6",
|
108
108
|
"@types/chai-as-promised": "^7.1.0",
|