Skip to content
Open
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
45 changes: 45 additions & 0 deletions sdk/cognitiveservices/azure-mgmt-cognitiveservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Release History

## 15.0.0b5 (2026-08-20)

### Features Added

- Client `CognitiveServicesManagementClient` added operation group `arc_deployments`
- Model `AccountProperties` added property `a365_logging_enabled`
- Model `AccountProperties` added property `agent_hosting_configurations`
- Model `AccountProperties` added property `capability_settings`
- Model `ClusterComputeProperties` added property `location`
- Model `ComputeProperties` added property `location`
- Model `ContainerInstanceComputeProperties` added property `location`
- Model `DeploymentProperties` added property `context_cache_container_id`
- Model `ProjectProperties` added property `capability_settings`
- Enum `ProvisioningState` added member `EXTENSION_UNREACHABLE`
- Enum `VmPriority` added member `SPOT`
- Added model `AgentHostingConfiguration`
- Added enum `AgentHostingType`
- Added model `ArcDeployment`
- Added enum `ArcDeploymentComputeType`
- Added model `ArcDeploymentCpuMemoryResourceRequirements`
- Added model `ArcDeploymentKubernetesResources`
- Added model `ArcDeploymentModel`
- Added model `ArcDeploymentPatchCpuMemoryResourceRequirements`
- Added model `ArcDeploymentPatchKubernetesResources`
- Added model `ArcDeploymentProperties`
- Added model `ArcDeploymentProvisioningDetails`
- Added model `ArcDeploymentResourceRequirements`
- Added enum `ArcDeploymentRuntime`
- Added model `ArcDeploymentSku`
- Added enum `ArcDeploymentSkuName`
- Added model `ArcDeploymentUpdate`
- Added model `ArcDeploymentUpdateProperties`
- Added model `ArcDeploymentVllmParameters`
- Added model `CapabilitySettings`
- Added model `ManagedClusterAgentHostingConfiguration`
- Added operation group `ArcDeploymentsOperations`

### Breaking Changes

- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
- Model `Compute` deleted or renamed its instance variable `location`
- Deleted or renamed enum value `VmPriority.LOW_PRIORITY`
- Deleted or renamed method `ComputesOperations.begin_update`
- Method `ComputesOperations.begin_create_or_update` changed return type from `LROPoller[Compute]` to `LROPoller[None]`

## 15.0.0b4 (2026-07-21)

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apiVersion": "2026-05-15-preview",
"apiVersion": "2026-07-15-preview",
"apiVersions": {
"Microsoft.CognitiveServices": "2026-05-15-preview"
"Microsoft.CognitiveServices": "2026-07-15-preview"
},
"commit": "fc12374be89d7869e1a5cff58b7586c9dcb6bf64",
"commit": "d8ae42826a35b0973ff1bb7900328c5063698a81",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/cognitiveservices/CognitiveServices.Management",
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.33.0"
"emitterVersion": "0.63.5",
"httpClientPythonVersion": "^0.36.0"
}
Loading
Loading