Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 15.0.0b2 (2026-05-22)
## 15.0.0b2 (2026-05-26)

### Features Added

Expand Down Expand Up @@ -40,12 +40,12 @@
- Added enum `VmPriority`
- Added model `Workbench`
- Added model `WorkbenchProperties`
- Operation group `AccountsOperations` added method `evaluate_deployment_policies`
- Added operation group `ComputesOperations`
- Added operation group `ManagedComputeCapacitiesOperations`
- Added operation group `ManagedComputeDeploymentsOperations`
- Added operation group `ManagedComputeUsagesOperationGroupOperations`
- Added operation group `WorkbenchesOperations`
- Model `AccountsOperations` added method `evaluate_deployment_policies`
- Added model `ComputesOperations`
- Added model `ManagedComputeCapacitiesOperations`
- Added model `ManagedComputeDeploymentsOperations`
- Added model `ManagedComputeUsagesOperationGroupOperations`
- Added model `WorkbenchesOperations`
Comment on lines +44 to +48

### Breaking Changes

Expand All @@ -55,6 +55,7 @@
- Deleted or renamed model `RaiExternalSafetyProvider`
- Deleted or renamed model `RaiExternalSafetyProviderProperties`
- Deleted or renamed model `RaiTopicConfig`
- Method `OutboundRulesOperations.begin_post` changed return type from `AsyncLROPoller[OutboundRuleListResult]` to `AsyncLROPoller[AsyncItemPaged[_models.OutboundRuleBasicResource]]`
- Method `OutboundRulesOperations.begin_post` changed return type from `LROPoller[OutboundRuleListResult]` to `LROPoller[ItemPaged[_models.OutboundRuleBasicResource]]`
- Method `RaiExternalSafetyProviderOperations.create_or_update` changed return type from `Union[RaiExternalSafetyProviderSchema, RaiExternalSafetyProvider]` to `RaiExternalSafetyProviderSchema`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"apiVersions": {
"Microsoft.CognitiveServices": "2026-03-15-preview"
},
"commit": "182eacfaa4691f06fb161722f13f4d99e9b26a0a",
"commit": "03635f9c9be65a2d2ca84f07b187173660d541e3",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/cognitiveservices/CognitiveServices.Management",
"emitterVersion": "0.62.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/cognitiveservices/CognitiveServices.Management
commit: 182eacfaa4691f06fb161722f13f4d99e9b26a0a
commit: 03635f9c9be65a2d2ca84f07b187173660d541e3
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading