@azure/arm-cognitiveservices 7.5.0-alpha.20240509.1 → 7.5.0-alpha.20240906.2
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 +7 -7
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.d.ts.map +1 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js +5 -1
- package/dist-esm/test/cognitiveservices_congitiveservice.spec.js.map +1 -1
- package/dist-esm/test/cognitiveservices_openai.spec.d.ts.map +1 -1
- package/dist-esm/test/cognitiveservices_openai.spec.js +5 -1
- package/dist-esm/test/cognitiveservices_openai.spec.js.map +1 -1
- package/package.json +2 -2
- package/src/lroImpl.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## 7.5.0 (2023-07-06)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Features Added
|
|
6
6
|
|
|
7
7
|
- Added operation group Models
|
|
8
8
|
- Added operation group Usages
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
## 7.4.0 (2023-02-06)
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
### Features Added
|
|
43
43
|
|
|
44
44
|
- Added operation CommitmentPlans.beginCreateOrUpdateAssociation
|
|
45
45
|
- Added operation CommitmentPlans.beginCreateOrUpdateAssociationAndWait
|
|
@@ -110,17 +110,17 @@
|
|
|
110
110
|
|
|
111
111
|
## 7.3.1 (2022-11-21)
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
### Features Added
|
|
114
114
|
|
|
115
115
|
- Exposes `getContinuationToken` helper function to extract continuation token
|
|
116
116
|
|
|
117
|
-
|
|
117
|
+
### Bugs Fixed
|
|
118
118
|
|
|
119
119
|
- A series of small bug fixs relevant to authentication and apiVersion policy
|
|
120
120
|
|
|
121
121
|
## 7.3.0 (2022-10-31)
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
### Features Added
|
|
124
124
|
|
|
125
125
|
- Added Interface Account
|
|
126
126
|
- Added Interface AccountModel
|
|
@@ -138,14 +138,14 @@
|
|
|
138
138
|
|
|
139
139
|
## 7.2.0 (2022-06-10)
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
### Features Added
|
|
142
142
|
|
|
143
143
|
- Enum KnownDeploymentScaleType has a new value Standard
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
## 7.1.0 (2022-04-06)
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
### Features Added
|
|
149
149
|
|
|
150
150
|
- Added operation Accounts.listModels
|
|
151
151
|
- Added Interface AccountModelListResult
|