|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.0.0 (2024-12-26) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Field `AllocatedValue`, `CreatedAt`, `ExpiryAt`, `PercentageUsed`, `UsedValue` of struct `FreeTrialProperties` has been removed |
| 7 | + |
| 8 | +### Features Added |
| 9 | + |
| 10 | +- New value `FreeTrialStateNotEligible`, `FreeTrialStateNotRegistered` added to enum type `FreeTrialState` |
| 11 | +- New value `ProvisioningStateCreating` added to enum type `ProvisioningState` |
| 12 | +- New value `QuotaNamesReporting` added to enum type `QuotaNames` |
| 13 | +- New enum type `CheckNameAvailabilityReason` with values `CheckNameAvailabilityReasonAlreadyExists`, `CheckNameAvailabilityReasonInvalid` |
| 14 | +- New enum type `OfferingType` with values `OfferingTypeGeneralAvailability`, `OfferingTypeNotApplicable`, `OfferingTypePrivatePreview`, `OfferingTypePublicPreview` |
| 15 | +- New function `NewAccountQuotasClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AccountQuotasClient, error)` |
| 16 | +- New function `*AccountQuotasClient.Get(context.Context, string, string, QuotaNames, *AccountQuotasClientGetOptions) (AccountQuotasClientGetResponse, error)` |
| 17 | +- New function `*AccountQuotasClient.NewListByAccountPager(string, string, *AccountQuotasClientListByAccountOptions) *runtime.Pager[AccountQuotasClientListByAccountResponse]` |
| 18 | +- New function `*AccountsClient.CheckNameAvailability(context.Context, CheckNameAvailabilityRequest, *AccountsClientCheckNameAvailabilityOptions) (AccountsClientCheckNameAvailabilityResponse, error)` |
| 19 | +- New function `*ClientFactory.NewAccountQuotasClient() *AccountQuotasClient` |
| 20 | +- New struct `AccountFreeTrialProperties` |
| 21 | +- New struct `AccountQuota` |
| 22 | +- New struct `AccountQuotaListResult` |
| 23 | +- New struct `AccountQuotaProperties` |
| 24 | +- New struct `CheckNameAvailabilityRequest` |
| 25 | +- New struct `CheckNameAvailabilityResponse` |
| 26 | +- New field `LocalAuth` in struct `AccountProperties` |
| 27 | +- New field `LocalAuth` in struct `AccountUpdateProperties` |
| 28 | +- New field `OfferingType` in struct `QuotaProperties` |
| 29 | + |
| 30 | + |
3 | 31 | ## 0.2.0 (2023-11-24)
|
4 | 32 | ### Features Added
|
5 | 33 |
|
|
0 commit comments