Skip to content

Commit 043d9f3

Browse files
[AutoPR azure-mgmt-cognitiveservices]-generated-from-SDK Generation - Python-6487788 (#47687)
* Configurations: 'specification/cognitiveservices/CognitiveServices.Management/tspconfig.yaml', SDK Release Type: beta, and CommitSHA: 'fc12374be89d7869e1a5cff58b7586c9dcb6bf64' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6487788 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update * Update CHANGELOG.md --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent 066b4a3 commit 043d9f3

205 files changed

Lines changed: 13347 additions & 443 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/cognitiveservices/azure-mgmt-cognitiveservices/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Release History
22

3+
## 15.0.0b3 (2026-06-26)
4+
5+
### Features Added
6+
7+
- Model `DeploymentProperties` added property `speculative_decoding`
8+
- Model `ManagedComputeDeploymentProperties` added property `capabilities`
9+
- Model `RaiPolicyProperties` added property `egress_policy`
10+
- Added model `DeploymentSpeculativeDecoding`
11+
- Added enum `RaiEgressDefaultAction`
12+
- Added enum `RaiEgressHeaderOperation`
13+
- Added model `RaiEgressHeaderTransform`
14+
- Added model `RaiEgressHeaderValueRef`
15+
- Added model `RaiEgressManagedIdentityRef`
16+
- Added enum `RaiEgressMode`
17+
- Added model `RaiEgressPolicyConfig`
18+
- Added model `RaiEgressRewriteTarget`
19+
- Added model `RaiEgressRule`
20+
- Added model `RaiEgressRuleAction`
21+
- Added enum `RaiEgressRuleActionType`
22+
- Added model `RaiEgressRuleMatch`
23+
- Added enum `RaiEgressRuleType`
24+
- Added enum `RaiEgressScheme`
25+
- Added model `RaiEgressSecretRef`
26+
27+
### Breaking Changes
28+
29+
- Model `ManagedComputeCapacityProperties` deleted or renamed its instance variable `location`
30+
331
## 15.0.0b2 (2026-05-22)
432

533
### Features Added

sdk/cognitiveservices/azure-mgmt-cognitiveservices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"apiVersion": "2026-03-15-preview",
2+
"apiVersion": "2026-05-15-preview",
33
"apiVersions": {
4-
"Microsoft.CognitiveServices": "2026-03-15-preview"
4+
"Microsoft.CognitiveServices": "2026-05-15-preview"
55
},
6-
"commit": "182eacfaa4691f06fb161722f13f4d99e9b26a0a",
6+
"commit": "fc12374be89d7869e1a5cff58b7586c9dcb6bf64",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
88
"typespec_src": "specification/cognitiveservices/CognitiveServices.Management",
9-
"emitterVersion": "0.62.1"
9+
"emitterVersion": "0.63.2",
10+
"httpClientPythonVersion": "^0.33.0"
1011
}

0 commit comments

Comments
 (0)