|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.8 (Unreleased) |
| 3 | +## 1.0.0 (2022-07-11) |
| 4 | + |
| 5 | +This is the first stable release of the Network 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 | | -### Bugs Fixed |
| 13 | +Polishing since last public beta release: |
| 14 | +- Prepended `Network` 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. |
10 | 26 |
|
11 | 27 | ### Other Changes |
12 | 28 |
|
| 29 | +- Upgraded dependent `Azure.ResourceManager` to 1.2.0 |
| 30 | +- Upgraded dependent `Azure.Core` to 1.25.0 |
| 31 | + |
13 | 32 | ## 1.0.0-beta.7 (2022-04-08) |
14 | 33 |
|
15 | 34 | ### Breaking Changes |
16 | 35 |
|
17 | | -- Simplify `type` property names. |
| 36 | +- Simplified `type` property names. |
18 | 37 | - Normalized the body parameter type names for PUT / POST / PATCH operations if it is only used as input. |
19 | 38 |
|
20 | 39 | ### Other Changes |
21 | 40 |
|
22 | | -- Upgrade dependency to Azure.ResourceManager 1.0.0 |
| 41 | +- Upgraded dependency to Azure.ResourceManager 1.0.0 |
23 | 42 |
|
24 | 43 | ## 1.0.0-beta.6 (2022-03-31) |
25 | 44 |
|
|
0 commit comments