|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.10 (Unreleased) |
| 3 | +## 1.0.0 (2022-07-11) |
| 4 | + |
| 5 | +This is the first stable release of the Compute Management client library. |
4 | 6 |
|
5 | 7 | ### Features Added |
6 | 8 |
|
| 9 | +- Added Update methods in resource classes. |
| 10 | + |
7 | 11 | ### Breaking Changes |
8 | 12 |
|
9 | | -- Base type of `VirtualMachineScaleSetVmExtensionData` changed to `Azure.ResourceManager.Models.ResourceData`. |
10 | | -- Base type of `GalleryApplicationPatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
11 | | -- Base type of `GalleryImagePatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
12 | | -- Base type of `GalleryPatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
13 | | -- Base type of `GalleryPatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
14 | | -- Type `GalleryUpdateResourceData` was removed. |
15 | | -- Base type of `VirtualMachineScaleSetExtensionPatch ` changed to `Azure.ResourceManager.Models.ResourceData`. |
16 | | -- Base type of `VirtualMachineScaleSetVmExtensionPatch ` changed to `Azure.ResourceManager.Models.ResourceData`. |
17 | | -- Type `ApiError` renamed to `ComputeApiError`. |
18 | | -- Type `ApiErrorBase` renamed to `ComputeApiErrorBase`. |
19 | | -- Type `DeleteOption` renamed to `ComputeDeleteOption`. |
20 | | -- Type `UsageName` renamed to `ComputeUsageName`. |
21 | | -- Type `UsageUnit` renamed to `ComputeUsageUnit`. |
22 | | -- Type `UserArtifactManage` renamed to `UserArtifactManagement`. |
| 13 | +Polishing since last public beta release: |
| 14 | +- Prepended `Compute` / `VirtualMachine` prefix to all single / simple model names. |
| 15 | +- Corrected the format of all `Guid` type properties / parameters. |
| 16 | +- Corrected the format of all `ResourceIdentifier` type properteis / parameters. |
| 17 | +- Corrected the format of all `ResouceType` type properteis / parameters. |
| 18 | +- Corrected the format of all `ETag` type properteis / parameters. |
| 19 | +- Corrected the format of all `AzureLocation` type properteis / parameters. |
| 20 | +- Corrected the format of all binary type properteis / parameters. |
| 21 | +- Corrected all acronyms which not follow [.Net Naming Guidelines](https://docs.microsoft.com/dotnet/standard/design-guidelines/naming-guidelines). |
| 22 | +- Corrected enumeration name by following [Naming Enumerations Rule](https://docs.microsoft.com/dotnet/standard/design-guidelines/names-of-classes-structs-and-interfaces#naming-enumerations). |
| 23 | +- Corrected the suffix of `DateTimeOffset` properties / parameters. |
| 24 | +- Corrected the name of interval / duration properties / parameters which end with units. |
| 25 | +- Optimized the name of some models and functions. |
| 26 | +- Correct inherits |
| 27 | + - Base type of `VirtualMachineScaleSetVmExtensionData` changed to `Azure.ResourceManager.Models.ResourceData`. |
| 28 | + - Base type of `GalleryApplicationPatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
| 29 | + - Base type of `GalleryImagePatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
| 30 | + - Base type of `GalleryPatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
| 31 | + - Base type of `GalleryPatch` changed to `Azure.ResourceManager.Models.ResourceData`. |
| 32 | + - Type `GalleryUpdateResourceData` was removed. |
| 33 | + - Base type of `VirtualMachineScaleSetExtensionPatch ` changed to `Azure.ResourceManager.Models.ResourceData`. |
| 34 | + - Base type of `VirtualMachineScaleSetVmExtensionPatch ` changed to `Azure.ResourceManager.Models.ResourceData`. |
| 35 | + - Type `ApiError` renamed to `ComputeApiError`. |
| 36 | + - Type `ApiErrorBase` renamed to `ComputeApiErrorBase`. |
| 37 | + - Type `DeleteOption` renamed to `ComputeDeleteOption`. |
| 38 | + - Type `UsageName` renamed to `ComputeUsageName`. |
| 39 | + - Type `UsageUnit` renamed to `ComputeUsageUnit`. |
| 40 | + - Type `UserArtifactManage` renamed to `UserArtifactManagement`. |
23 | 41 | - Method `CloudServiceCollection.CreateOrUpdate` and `CloudServiceCollection.CreateOrUpdateAsync` now required the parameter `data`. |
24 | 42 |
|
25 | | -### Bugs Fixed |
26 | | - |
27 | 43 | ### Other Changes |
28 | 44 |
|
| 45 | +- Upgraded dependent `Azure.ResourceManager` to 1.2.0 |
| 46 | +- Upgraded dependent `Azure.Core` to 1.25.0 |
| 47 | + |
29 | 48 | ## 1.0.0-beta.9 (2022-06-13) |
30 | 49 |
|
31 | 50 | ### Breaking Changes |
|
0 commit comments