Skip to content

Commit af2e77c

Browse files
author
SDKAuto
committed
CodeGen from PR 21727 in Azure/azure-rest-api-specs
Merge c1e346c5d07aa1ae3da17058f330c913ec286e29 into 3d2bd9039eb67a9462ae8fb6a9f9fbb900df59fc
1 parent 7666115 commit af2e77c

Some content is hidden

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

45 files changed

+9089
-6034
lines changed

sdk/resourcemanager/containerregistry/armcontainerregistry/CHANGELOG.md

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

3+
## 0.7.0 (2022-12-01)
4+
### Features Added
5+
6+
- New type alias `CredentialHealthStatus` with values `CredentialHealthStatusHealthy`, `CredentialHealthStatusUnhealthy`
7+
- New type alias `CredentialName` with values `CredentialNameCredential1`
8+
- New function `NewCacheRulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CacheRulesClient, error)`
9+
- New function `*CacheRulesClient.BeginCreate(context.Context, string, string, string, CacheRule, *CacheRulesClientBeginCreateOptions) (*runtime.Poller[CacheRulesClientCreateResponse], error)`
10+
- New function `*CacheRulesClient.BeginDelete(context.Context, string, string, string, *CacheRulesClientBeginDeleteOptions) (*runtime.Poller[CacheRulesClientDeleteResponse], error)`
11+
- New function `*CacheRulesClient.GetAsync(context.Context, string, string, string, *CacheRulesClientGetAsyncOptions) (CacheRulesClientGetAsyncResponse, error)`
12+
- New function `*CacheRulesClient.NewListAsyncPager(string, string, *CacheRulesClientListAsyncOptions) *runtime.Pager[CacheRulesClientListAsyncResponse]`
13+
- New function `*CacheRulesClient.BeginUpdate(context.Context, string, string, string, CacheRuleUpdateParameters, *CacheRulesClientBeginUpdateOptions) (*runtime.Poller[CacheRulesClientUpdateResponse], error)`
14+
- New function `NewCredentialSetsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CredentialSetsClient, error)`
15+
- New function `*CredentialSetsClient.BeginCreate(context.Context, string, string, string, CredentialSet, *CredentialSetsClientBeginCreateOptions) (*runtime.Poller[CredentialSetsClientCreateResponse], error)`
16+
- New function `*CredentialSetsClient.BeginDelete(context.Context, string, string, string, *CredentialSetsClientBeginDeleteOptions) (*runtime.Poller[CredentialSetsClientDeleteResponse], error)`
17+
- New function `*CredentialSetsClient.Get(context.Context, string, string, string, *CredentialSetsClientGetOptions) (CredentialSetsClientGetResponse, error)`
18+
- New function `*CredentialSetsClient.NewListPager(string, string, *CredentialSetsClientListOptions) *runtime.Pager[CredentialSetsClientListResponse]`
19+
- New function `*CredentialSetsClient.BeginUpdate(context.Context, string, string, string, CredentialSetUpdateParameters, *CredentialSetsClientBeginUpdateOptions) (*runtime.Poller[CredentialSetsClientUpdateResponse], error)`
20+
- New struct `AuthCredential`
21+
- New struct `CacheRule`
22+
- New struct `CacheRuleProperties`
23+
- New struct `CacheRuleUpdateParameters`
24+
- New struct `CacheRuleUpdateProperties`
25+
- New struct `CacheRulesClient`
26+
- New struct `CacheRulesClientCreateResponse`
27+
- New struct `CacheRulesClientDeleteResponse`
28+
- New struct `CacheRulesClientListAsyncResponse`
29+
- New struct `CacheRulesClientUpdateResponse`
30+
- New struct `CacheRulesListResult`
31+
- New struct `CredentialHealth`
32+
- New struct `CredentialSet`
33+
- New struct `CredentialSetListResult`
34+
- New struct `CredentialSetProperties`
35+
- New struct `CredentialSetUpdateParameters`
36+
- New struct `CredentialSetUpdateProperties`
37+
- New struct `CredentialSetsClient`
38+
- New struct `CredentialSetsClientCreateResponse`
39+
- New struct `CredentialSetsClientDeleteResponse`
40+
- New struct `CredentialSetsClientListResponse`
41+
- New struct `CredentialSetsClientUpdateResponse`
42+
43+
344
## 0.6.0 (2022-05-17)
445

546
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 0.6.0, which contains breaking changes.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/containerregistry/armcontainerregistry/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/containerregistry/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/containerregistry/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/containerregistry/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/containerregistry/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.6.0
11+
module-version: 0.7.0
1212
```

0 commit comments

Comments
 (0)