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