1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
# Release History
## 1.0.0 (2024-12-18)
### Features Added
- Client `PlaywrightTestingMgmtClient` added method `send_request`
- Client `PlaywrightTestingMgmtClient` added operation group `account_quotas`
- Model `AccountProperties` added property `local_auth`
- Model `AccountUpdateProperties` added property `local_auth`
- Enum `FreeTrialState` added member `NOT_ELIGIBLE`
- Enum `FreeTrialState` added member `NOT_REGISTERED`
- Enum `ProvisioningState` added member `CREATING`
- Enum `QuotaNames` added member `REPORTING`
- Model `QuotaProperties` added property `offering_type`
- Added model `AccountFreeTrialProperties`
- Added model `AccountQuota`
- Added model `AccountQuotaProperties`
- Added enum `CheckNameAvailabilityReason`
- Added model `CheckNameAvailabilityRequest`
- Added model `CheckNameAvailabilityResponse`
- Added enum `OfferingType`
- Operation group `AccountsOperations` added method `check_name_availability`
- Added operation group `AccountQuotasOperations`
### Breaking Changes
- Model `Account` deleted or renamed its instance variable `additional_properties`
- Model `AccountProperties` deleted or renamed its instance variable `additional_properties`
- Model `AccountUpdate` deleted or renamed its instance variable `additional_properties`
- Model `AccountUpdateProperties` deleted or renamed its instance variable `additional_properties`
- Model `ErrorAdditionalInfo` deleted or renamed its instance variable `additional_properties`
- Model `ErrorDetail` deleted or renamed its instance variable `additional_properties`
- Model `ErrorResponse` deleted or renamed its instance variable `additional_properties`
- Model `FreeTrialProperties` deleted or renamed its instance variable `created_at`
- Model `FreeTrialProperties` deleted or renamed its instance variable `expiry_at`
- Model `FreeTrialProperties` deleted or renamed its instance variable `allocated_value`
- Model `FreeTrialProperties` deleted or renamed its instance variable `used_value`
- Model `FreeTrialProperties` deleted or renamed its instance variable `percentage_used`
- Model `FreeTrialProperties` deleted or renamed its instance variable `additional_properties`
- Model `Operation` deleted or renamed its instance variable `additional_properties`
- Model `OperationDisplay` deleted or renamed its instance variable `additional_properties`
- Model `ProxyResource` deleted or renamed its instance variable `additional_properties`
- Model `Quota` deleted or renamed its instance variable `additional_properties`
- Model `QuotaProperties` deleted or renamed its instance variable `additional_properties`
- Model `Resource` deleted or renamed its instance variable `additional_properties`
- Model `SystemData` deleted or renamed its instance variable `additional_properties`
- Model `TrackedResource` deleted or renamed its instance variable `additional_properties`
- Method `AccountsOperations.begin_create_or_update` renamed its parameter `name` to `account_name`
- Method `AccountsOperations.begin_delete` renamed its parameter `name` to `account_name`
- Method `AccountsOperations.get` renamed its parameter `name` to `account_name`
- Method `AccountsOperations.update` renamed its parameter `name` to `account_name`
- Method `QuotasOperations.get` renamed its parameter `name` to `quota_name`
## 1.0.0b2 (2024-03-04)
### Features Added
- Model Account has a new parameter properties
- Model AccountUpdate has a new parameter properties
- Model Quota has a new parameter properties
### Breaking Changes
- Model Account no longer has parameter dashboard_uri
- Model Account no longer has parameter provisioning_state
- Model Account no longer has parameter regional_affinity
- Model Account no longer has parameter reporting
- Model Account no longer has parameter scalable_execution
- Model AccountUpdate no longer has parameter regional_affinity
- Model AccountUpdate no longer has parameter reporting
- Model AccountUpdate no longer has parameter scalable_execution
- Model Quota no longer has parameter free_trial
- Model Quota no longer has parameter provisioning_state
## 1.0.0b1 (2023-09-27)
* Initial Release
|