|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 0.9.0 (2023-04-03) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `Identity.UserAssignedIdentities` has been changed from `map[string]*ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties` to `map[string]*UserAssignedIdentitiesProperties` |
| 7 | +- Struct `ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties` has been removed |
| 8 | +- Field `Value` of struct `DscConfigurationClientGetContentResponse` has been removed |
| 9 | + |
| 10 | +### Features Added |
| 11 | + |
| 12 | +- New function `*ClientFactory.NewPython3PackageClient() *Python3PackageClient` |
| 13 | +- New function `NewPython3PackageClient(string, azcore.TokenCredential, *arm.ClientOptions) (*Python3PackageClient, error)` |
| 14 | +- New function `*Python3PackageClient.CreateOrUpdate(context.Context, string, string, string, PythonPackageCreateParameters, *Python3PackageClientCreateOrUpdateOptions) (Python3PackageClientCreateOrUpdateResponse, error)` |
| 15 | +- New function `*Python3PackageClient.Delete(context.Context, string, string, string, *Python3PackageClientDeleteOptions) (Python3PackageClientDeleteResponse, error)` |
| 16 | +- New function `*Python3PackageClient.Get(context.Context, string, string, string, *Python3PackageClientGetOptions) (Python3PackageClientGetResponse, error)` |
| 17 | +- New function `*Python3PackageClient.NewListByAutomationAccountPager(string, string, *Python3PackageClientListByAutomationAccountOptions) *runtime.Pager[Python3PackageClientListByAutomationAccountResponse]` |
| 18 | +- New function `*Python3PackageClient.Update(context.Context, string, string, string, PythonPackageUpdateParameters, *Python3PackageClientUpdateOptions) (Python3PackageClientUpdateResponse, error)` |
| 19 | +- New struct `Dimension` |
| 20 | +- New struct `LogSpecification` |
| 21 | +- New struct `MetricSpecification` |
| 22 | +- New struct `OperationPropertiesFormat` |
| 23 | +- New struct `OperationPropertiesFormatServiceSpecification` |
| 24 | +- New struct `UserAssignedIdentitiesProperties` |
| 25 | +- New field `Origin` in struct `Operation` |
| 26 | +- New field `Properties` in struct `Operation` |
| 27 | +- New field `Description` in struct `OperationDisplay` |
| 28 | + |
| 29 | + |
3 | 30 | ## 0.8.0 (2023-04-03) |
4 | 31 | ### Breaking Changes |
5 | 32 |
|
|
0 commit comments