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
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,25 @@
1
1
# Release History
2
2
3
-
## 1.3.0-beta.1 (Unreleased)
3
+
## 1.3.0 (2025-09-16)
4
4
5
-
### Features Added
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-2025-06-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/AccountConnectionsClientImpl.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -888,6 +888,8 @@ public PagedIterable<ConnectionPropertiesV2BasicResourceInner> list(String resou
888
888
}
889
889
890
890
/**
891
+
* Lists all the available Cognitive Services account connections under the specified account.
892
+
*
891
893
* Get the next page of items.
892
894
*
893
895
* @param nextLink The URL to get the next list of items.
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/CommitmentPlansClientImpl.java
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2982,8 +2982,8 @@ public void deleteAssociation(String resourceGroupName, String commitmentPlanNam
2982
2982
* @throws IllegalArgumentException thrown if parameters fail the validation.
2983
2983
* @throws ManagementException thrown if the request is rejected by server.
2984
2984
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
2985
-
* @return the list of cognitive services accounts operation response along with {@link PagedResponse} on successful
2986
-
* completion of {@link Mono}.
2985
+
* @return the commitmentPlans associated with the Cognitive Services account along with {@link PagedResponse} on
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/DeploymentsClientImpl.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1452,8 +1452,8 @@ public PagedIterable<SkuResourceInner> listSkus(String resourceGroupName, String
1452
1452
* @throws IllegalArgumentException thrown if parameters fail the validation.
1453
1453
* @throws ManagementException thrown if the request is rejected by server.
1454
1454
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
1455
-
* @return the list of cognitive services accounts operation response along with {@link PagedResponse} on successful
1456
-
* completion of {@link Mono}.
1455
+
* @return the deployments associated with the Cognitive Services account along with {@link PagedResponse} on
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/EncryptionScopesClientImpl.java
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-resourcemanager-cognitiveservices/src/main/java/com/azure/resourcemanager/cognitiveservices/implementation/NetworkSecurityPerimeterConfigurationsClientImpl.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -689,8 +689,8 @@ public NetworkSecurityPerimeterConfigurationInner reconcile(String resourceGroup
689
689
* @throws IllegalArgumentException thrown if parameters fail the validation.
690
690
* @throws ManagementException thrown if the request is rejected by server.
691
691
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
692
-
* @return a list of NSP configurations for an Cognitive Services account along with {@link PagedResponse} on
693
-
* successful completion of {@link Mono}.
692
+
* @return a list of NSP configurations for an account along with {@link PagedResponse} on successful completion of
0 commit comments