Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/playwrighttesting/armplaywrighttesting/…
Browse files Browse the repository at this point in the history
…1.0.0 generation from spec commit: 2bde125befabb21807a2021765901f20e3e74ec8 (#23839)

Co-authored-by: ReleaseHelper <ReleaseHelper>
  • Loading branch information
azure-sdk authored Dec 13, 2024
1 parent cb4d027 commit e29d7b4
Show file tree
Hide file tree
Showing 23 changed files with 1,249 additions and 205 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Release History

## 1.0.0 (2024-12-26)
### Breaking Changes

- Field `AllocatedValue`, `CreatedAt`, `ExpiryAt`, `PercentageUsed`, `UsedValue` of struct `FreeTrialProperties` has been removed

### Features Added

- New value `FreeTrialStateNotEligible`, `FreeTrialStateNotRegistered` added to enum type `FreeTrialState`
- New value `ProvisioningStateCreating` added to enum type `ProvisioningState`
- New value `QuotaNamesReporting` added to enum type `QuotaNames`
- New enum type `CheckNameAvailabilityReason` with values `CheckNameAvailabilityReasonAlreadyExists`, `CheckNameAvailabilityReasonInvalid`
- New enum type `OfferingType` with values `OfferingTypeGeneralAvailability`, `OfferingTypeNotApplicable`, `OfferingTypePrivatePreview`, `OfferingTypePublicPreview`
- New function `NewAccountQuotasClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AccountQuotasClient, error)`
- New function `*AccountQuotasClient.Get(context.Context, string, string, QuotaNames, *AccountQuotasClientGetOptions) (AccountQuotasClientGetResponse, error)`
- New function `*AccountQuotasClient.NewListByAccountPager(string, string, *AccountQuotasClientListByAccountOptions) *runtime.Pager[AccountQuotasClientListByAccountResponse]`
- New function `*AccountsClient.CheckNameAvailability(context.Context, CheckNameAvailabilityRequest, *AccountsClientCheckNameAvailabilityOptions) (AccountsClientCheckNameAvailabilityResponse, error)`
- New function `*ClientFactory.NewAccountQuotasClient() *AccountQuotasClient`
- New struct `AccountFreeTrialProperties`
- New struct `AccountQuota`
- New struct `AccountQuotaListResult`
- New struct `AccountQuotaProperties`
- New struct `CheckNameAvailabilityRequest`
- New struct `CheckNameAvailabilityResponse`
- New field `LocalAuth` in struct `AccountProperties`
- New field `LocalAuth` in struct `AccountUpdateProperties`
- New field `OfferingType` in struct `QuotaProperties`


## 0.2.0 (2023-11-24)
### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ clientFactory, err := armplaywrighttesting.NewClientFactory(<subscription ID>, c
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewQuotasClient()
client := clientFactory.NewAccountQuotasClient()
```

## Fakes
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e29d7b4

Please sign in to comment.