You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/CHANGELOG.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,40 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.4 (Unreleased)
3
+
## 1.0.0-beta.4 (2022-04-11)
4
+
5
+
- Azure Resource Manager CognitiveServices client library for Java. This package contains Microsoft Azure SDK for CognitiveServices Management SDK. Cognitive Services Management Client. Package tag package-2022-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
4
6
5
7
### Features Added
6
8
7
-
### Breaking Changes
9
+
*`models.AccountModel` was added
10
+
11
+
*`models.ModelDeprecationInfo` was added
12
+
13
+
*`models.AccountModelListResult` was added
14
+
15
+
#### `CognitiveServicesManager` was modified
16
+
17
+
*`authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)` was added
18
+
19
+
#### `models.Accounts` was modified
20
+
21
+
*`listModels(java.lang.String,java.lang.String)` was added
22
+
*`listModels(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
23
+
24
+
#### `models.AccountProperties` was modified
25
+
26
+
*`withDynamicThrottlingEnabled(java.lang.Boolean)` was added
27
+
*`deletionDate()` was added
28
+
*`dynamicThrottlingEnabled()` was added
29
+
*`scheduledPurgeDate()` was added
30
+
31
+
#### `CognitiveServicesManager$Configurable` was modified
32
+
33
+
*`withRetryOptions(com.azure.core.http.policy.RetryOptions)` was added
8
34
9
-
###Bugs Fixed
35
+
#### `models.DeploymentScaleSettings` was modified
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager CognitiveServices client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for CognitiveServices Management SDK. Cognitive Services Management Client. Package tag package-2021-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for CognitiveServices Management SDK. Cognitive Services Management Client. Package tag package-2022-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for CognitiveServices Management</name>
16
-
<description>This package contains Microsoft Azure SDK for CognitiveServices Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Cognitive Services Management Client. Package tag package-2021-10.</description>
16
+
<description>This package contains Microsoft Azure SDK for CognitiveServices Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Cognitive Services Management Client. Package tag package-2022-03.</description>
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/CognitiveServicesManager.java
0 commit comments