|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 0.7.0 (2022-11-29) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New const `CredentialHealthStatusHealthy` |
| 7 | +- New const `CredentialHealthStatusUnhealthy` |
| 8 | +- New const `CredentialNameCredential1` |
| 9 | +- New type alias `CredentialHealthStatus` |
| 10 | +- New type alias `CredentialName` |
| 11 | +- New function `NewCacheRulesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CacheRulesClient, error)` |
| 12 | +- New function `*CacheRulesClient.BeginCreate(context.Context, string, string, string, CacheRule, *CacheRulesClientBeginCreateOptions) (*runtime.Poller[CacheRulesClientCreateResponse], error)` |
| 13 | +- New function `*CacheRulesClient.BeginDelete(context.Context, string, string, string, *CacheRulesClientBeginDeleteOptions) (*runtime.Poller[CacheRulesClientDeleteResponse], error)` |
| 14 | +- New function `*CacheRulesClient.GetAsync(context.Context, string, string, string, *CacheRulesClientGetAsyncOptions) (CacheRulesClientGetAsyncResponse, error)` |
| 15 | +- New function `*CacheRulesClient.NewListAsyncPager(string, string, *CacheRulesClientListAsyncOptions) *runtime.Pager[CacheRulesClientListAsyncResponse]` |
| 16 | +- New function `*CacheRulesClient.BeginUpdate(context.Context, string, string, string, CacheRuleUpdateParameters, *CacheRulesClientBeginUpdateOptions) (*runtime.Poller[CacheRulesClientUpdateResponse], error)` |
| 17 | +- New function `NewCredentialSetsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CredentialSetsClient, error)` |
| 18 | +- New function `*CredentialSetsClient.BeginCreate(context.Context, string, string, string, CredentialSet, *CredentialSetsClientBeginCreateOptions) (*runtime.Poller[CredentialSetsClientCreateResponse], error)` |
| 19 | +- New function `*CredentialSetsClient.BeginDelete(context.Context, string, string, string, *CredentialSetsClientBeginDeleteOptions) (*runtime.Poller[CredentialSetsClientDeleteResponse], error)` |
| 20 | +- New function `*CredentialSetsClient.Get(context.Context, string, string, string, *CredentialSetsClientGetOptions) (CredentialSetsClientGetResponse, error)` |
| 21 | +- New function `*CredentialSetsClient.NewListPager(string, string, *CredentialSetsClientListOptions) *runtime.Pager[CredentialSetsClientListResponse]` |
| 22 | +- New function `*CredentialSetsClient.BeginUpdate(context.Context, string, string, string, CredentialSetUpdateParameters, *CredentialSetsClientBeginUpdateOptions) (*runtime.Poller[CredentialSetsClientUpdateResponse], error)` |
| 23 | +- New function `PossibleCredentialHealthStatusValues() []CredentialHealthStatus` |
| 24 | +- New function `PossibleCredentialNameValues() []CredentialName` |
| 25 | +- New struct `AuthCredential` |
| 26 | +- New struct `CacheRule` |
| 27 | +- New struct `CacheRuleProperties` |
| 28 | +- New struct `CacheRuleUpdateParameters` |
| 29 | +- New struct `CacheRuleUpdateProperties` |
| 30 | +- New struct `CacheRulesClient` |
| 31 | +- New struct `CacheRulesClientBeginCreateOptions` |
| 32 | +- New struct `CacheRulesClientBeginDeleteOptions` |
| 33 | +- New struct `CacheRulesClientBeginUpdateOptions` |
| 34 | +- New struct `CacheRulesClientCreateResponse` |
| 35 | +- New struct `CacheRulesClientDeleteResponse` |
| 36 | +- New struct `CacheRulesClientGetAsyncOptions` |
| 37 | +- New struct `CacheRulesClientGetAsyncResponse` |
| 38 | +- New struct `CacheRulesClientListAsyncOptions` |
| 39 | +- New struct `CacheRulesClientListAsyncResponse` |
| 40 | +- New struct `CacheRulesClientUpdateResponse` |
| 41 | +- New struct `CacheRulesListResult` |
| 42 | +- New struct `CredentialHealth` |
| 43 | +- New struct `CredentialSet` |
| 44 | +- New struct `CredentialSetListResult` |
| 45 | +- New struct `CredentialSetProperties` |
| 46 | +- New struct `CredentialSetUpdateParameters` |
| 47 | +- New struct `CredentialSetUpdateProperties` |
| 48 | +- New struct `CredentialSetsClient` |
| 49 | +- New struct `CredentialSetsClientBeginCreateOptions` |
| 50 | +- New struct `CredentialSetsClientBeginDeleteOptions` |
| 51 | +- New struct `CredentialSetsClientBeginUpdateOptions` |
| 52 | +- New struct `CredentialSetsClientCreateResponse` |
| 53 | +- New struct `CredentialSetsClientDeleteResponse` |
| 54 | +- New struct `CredentialSetsClientGetOptions` |
| 55 | +- New struct `CredentialSetsClientGetResponse` |
| 56 | +- New struct `CredentialSetsClientListOptions` |
| 57 | +- New struct `CredentialSetsClientListResponse` |
| 58 | +- New struct `CredentialSetsClientUpdateResponse` |
| 59 | + |
| 60 | + |
3 | 61 | ## 0.6.0 (2022-05-17)
|
4 | 62 |
|
5 | 63 | 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