|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 0.7.0 (2023-01-12) |
| 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.Get(context.Context, string, string, string, *CacheRulesClientGetOptions) (CacheRulesClientGetResponse, error)` |
| 12 | +- New function `*CacheRulesClient.NewListPager(string, string, *CacheRulesClientListOptions) *runtime.Pager[CacheRulesClientListResponse]` |
| 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 `CacheRulesClientListResponse` |
| 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 | + |
3 | 44 | ## 0.6.0 (2022-05-17)
|
4 | 45 |
|
5 | 46 | 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.
|
|
0 commit comments