Skip to content

Commit e29d7b4

Browse files
authored
[Release] sdk/resourcemanager/playwrighttesting/armplaywrighttesting/1.0.0 generation from spec commit: 2bde125befabb21807a2021765901f20e3e74ec8 (#23839)
Co-authored-by: ReleaseHelper <ReleaseHelper>
1 parent cb4d027 commit e29d7b4

23 files changed

+1249
-205
lines changed

sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Release History
22

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+
331
## 0.2.0 (2023-11-24)
432
### Features Added
533

sdk/resourcemanager/playwrighttesting/armplaywrighttesting/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ clientFactory, err := armplaywrighttesting.NewClientFactory(<subscription ID>, c
5555
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.
5656

5757
```go
58-
client := clientFactory.NewQuotasClient()
58+
client := clientFactory.NewAccountQuotasClient()
5959
```
6060

6161
## Fakes

sdk/resourcemanager/playwrighttesting/armplaywrighttesting/accountquotas_client.go

+178
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/playwrighttesting/armplaywrighttesting/accountquotas_client_example_test.go

+111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)