Skip to content

Commit d1a1a45

Browse files
authored
[Release] sdk/resourcemanager/cognitiveservices/armcognitiveservices/3.0.0 generation from spec commit: 6bbb6daca7175b2cab69b20b2dd01094e3c6a534 (#25608)
1 parent b99544d commit d1a1a45

File tree

97 files changed

+3796
-530
lines changed

Some content is hidden

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

97 files changed

+3796
-530
lines changed

sdk/resourcemanager/cognitiveservices/armcognitiveservices/CHANGELOG.md

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

3+
## 3.0.0 (2025-11-12)
4+
### Breaking Changes
5+
6+
- Function `*ProjectCapabilityHostsClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, string, CapabilityHost, *ProjectCapabilityHostsClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, string, string, ProjectCapabilityHost, *ProjectCapabilityHostsClientBeginCreateOrUpdateOptions)`
7+
- Field `CapabilityHost` of struct `ProjectCapabilityHostsClientCreateOrUpdateResponse` has been removed
8+
- Field `CapabilityHost` of struct `ProjectCapabilityHostsClientGetResponse` has been removed
9+
10+
### Features Added
11+
12+
- New value `ConnectionCategoryAzureStorageAccount` added to enum type `ConnectionCategory`
13+
- New value `ModelLifecycleStatusLegacy` added to enum type `ModelLifecycleStatus`
14+
- New enum type `DeprecationStatus` with values `DeprecationStatusPlanned`, `DeprecationStatusTentative`
15+
- New enum type `TierUpgradePolicy` with values `TierUpgradePolicyNoAutoUpgrade`, `TierUpgradePolicyOnceUpgradeIsAvailable`
16+
- New enum type `UpgradeAvailabilityStatus` with values `UpgradeAvailabilityStatusAvailable`, `UpgradeAvailabilityStatusNotAvailable`
17+
- New function `*AccountCapabilityHostsClient.NewListPager(string, string, *AccountCapabilityHostsClientListOptions) *runtime.Pager[AccountCapabilityHostsClientListResponse]`
18+
- New function `*ClientFactory.NewQuotaTiersClient() *QuotaTiersClient`
19+
- New function `*ClientFactory.NewRaiTopicsClient() *RaiTopicsClient`
20+
- New function `*ProjectCapabilityHostsClient.NewListPager(string, string, string, *ProjectCapabilityHostsClientListOptions) *runtime.Pager[ProjectCapabilityHostsClientListResponse]`
21+
- New function `NewQuotaTiersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*QuotaTiersClient, error)`
22+
- New function `*QuotaTiersClient.CreateOrUpdate(context.Context, string, QuotaTier, *QuotaTiersClientCreateOrUpdateOptions) (QuotaTiersClientCreateOrUpdateResponse, error)`
23+
- New function `*QuotaTiersClient.Get(context.Context, string, *QuotaTiersClientGetOptions) (QuotaTiersClientGetResponse, error)`
24+
- New function `*QuotaTiersClient.NewListBySubscriptionPager(*QuotaTiersClientListBySubscriptionOptions) *runtime.Pager[QuotaTiersClientListBySubscriptionResponse]`
25+
- New function `*QuotaTiersClient.Update(context.Context, string, QuotaTier, *QuotaTiersClientUpdateOptions) (QuotaTiersClientUpdateResponse, error)`
26+
- New function `NewRaiTopicsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*RaiTopicsClient, error)`
27+
- New function `*RaiTopicsClient.CreateOrUpdate(context.Context, string, string, string, RaiTopic, *RaiTopicsClientCreateOrUpdateOptions) (RaiTopicsClientCreateOrUpdateResponse, error)`
28+
- New function `*RaiTopicsClient.BeginDelete(context.Context, string, string, string, *RaiTopicsClientBeginDeleteOptions) (*runtime.Poller[RaiTopicsClientDeleteResponse], error)`
29+
- New function `*RaiTopicsClient.Get(context.Context, string, string, string, *RaiTopicsClientGetOptions) (RaiTopicsClientGetResponse, error)`
30+
- New function `*RaiTopicsClient.NewListPager(string, string, *RaiTopicsClientListOptions) *runtime.Pager[RaiTopicsClientListResponse]`
31+
- New struct `CapabilityHostResourceArmPaginatedResult`
32+
- New struct `CustomTopicConfig`
33+
- New struct `ProjectCapabilityHost`
34+
- New struct `ProjectCapabilityHostProperties`
35+
- New struct `ProjectCapabilityHostResourceArmPaginatedResult`
36+
- New struct `QuotaTier`
37+
- New struct `QuotaTierListResult`
38+
- New struct `QuotaTierProperties`
39+
- New struct `QuotaTierUpgradeEligibilityInfo`
40+
- New struct `RaiTopic`
41+
- New struct `RaiTopicConfig`
42+
- New struct `RaiTopicProperties`
43+
- New struct `RaiTopicResult`
44+
- New struct `ReplacementConfig`
45+
- New field `ModelCatalogAssetID`, `ReplacementConfig` in struct `AccountModel`
46+
- New field `StoredCompletionsDisabled` in struct `AccountProperties`
47+
- New field `SystemData` in struct `AzureEntityResource`
48+
- New field `SystemData` in struct `CapabilityHost`
49+
- New field `SystemData` in struct `ConnectionPropertiesV2BasicResource`
50+
- New field `SystemData` in struct `ModelCapacityListResultValueItem`
51+
- New field `DeprecationStatus` in struct `ModelDeprecationInfo`
52+
- New field `SystemData` in struct `NetworkSecurityPerimeterConfiguration`
53+
- New field `SystemData` in struct `PrivateLinkResource`
54+
- New anonymous field `ProjectCapabilityHost` in struct `ProjectCapabilityHostsClientCreateOrUpdateResponse`
55+
- New anonymous field `ProjectCapabilityHost` in struct `ProjectCapabilityHostsClientGetResponse`
56+
- New field `SystemData` in struct `ProxyResource`
57+
- New field `SystemData` in struct `RaiContentFilter`
58+
- New field `CustomTopics` in struct `RaiPolicyProperties`
59+
- New field `SystemData` in struct `Resource`
60+
61+
362
## 2.0.0 (2025-09-15)
463
### Breaking Changes
564

sdk/resourcemanager/cognitiveservices/armcognitiveservices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
1818
Install the Azure Cognitive Services module:
1919

2020
```sh
21-
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cognitiveservices/armcognitiveservices/v2
21+
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cognitiveservices/armcognitiveservices/v3
2222
```
2323

2424
## Authorization

sdk/resourcemanager/cognitiveservices/armcognitiveservices/accountcapabilityhosts_client.go

Lines changed: 74 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/cognitiveservices/armcognitiveservices/accountcapabilityhosts_client_example_test.go

Lines changed: 45 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)