|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.9.0 (2024-07-10) |
| 3 | +## 1.9.0 (2024-09-12) |
4 | 4 |
|
5 | 5 | ### Features Added |
6 | | -- Upgraded api-version tag from 'package-2023-11' to 'package-2024-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/220ad9c6554fc7d6d10a89bdb441c1e3b36e3285/specification/network/resource-manager/readme.md |
| 6 | + |
| 7 | +- Upgraded api-version tag from 'package-2023-11' to 'package-2024-03'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/738879cc6e1c5569b01130fd69a2587388fc34b3/specification/network/resource-manager/readme.md. |
| 8 | +- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation. |
| 9 | +- Added experimental Bicep serialization. |
7 | 10 |
|
8 | 11 | ## 1.8.0 (2024-06-24) |
9 | 12 |
|
10 | 13 | ### Features Added |
11 | 14 |
|
12 | | -- Upgraded api-version tag from 'package-2023-09' to 'package-2023-11'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/c4e661cdf92c8f579574008d0cd11874cc303da0/specification/network/resource-manager/readme.md |
13 | | -- Add `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation. |
14 | | -- Update .Net SDK to older SDK by removing identity field for flowLog networkWatcher resource. |
| 15 | +- Upgraded api-version tag from 'package-2023-09' to 'package-2023-11'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/c4e661cdf92c8f579574008d0cd11874cc303da0/specification/network/resource-manager/readme.md. |
| 16 | +- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation. |
| 17 | +- Updated .Net SDK to older SDK by removing identity field for flowLog networkWatcher resource. |
15 | 18 |
|
16 | 19 | ## 1.7.0 (2024-01-12) |
17 | 20 |
|
18 | 21 | ### Features Added |
19 | 22 |
|
20 | | -- Upgraded api-version tag from 'package-2023-06' to 'package-2023-09'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/2f74f79b243484837a6d7b6dfa78b3e16274d006/specification/network/resource-manager/readme.md |
21 | | -- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
| 23 | +- Upgraded api-version tag from 'package-2023-06' to 'package-2023-09'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/2f74f79b243484837a6d7b6dfa78b3e16274d006/specification/network/resource-manager/readme.md. |
| 24 | +- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details. |
22 | 25 |
|
23 | 26 | ## 1.6.0 (2023-11-21) |
24 | 27 |
|
25 | 28 | ### Features Added |
26 | 29 |
|
27 | | -- Upgraded api-version tag from 'package-2023-05' to 'package-2023-06'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4b55e2d0e29fb2e829985485c9150f46157c3b80/specification/network/resource-manager/readme.md |
28 | | -- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
| 30 | +- Upgraded api-version tag from 'package-2023-05' to 'package-2023-06'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4b55e2d0e29fb2e829985485c9150f46157c3b80/specification/network/resource-manager/readme.md. |
| 31 | +- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details. |
29 | 32 |
|
30 | 33 | ### Bugs Fixed |
31 | 34 |
|
32 | | -- Fix an issue that the `DeserializeHopLink` can't handle empty `resourceId`. |
| 35 | +- Fixed an issue that the `DeserializeHopLink` can't handle empty `resourceId`. |
33 | 36 |
|
34 | 37 | ### Other Changes |
35 | 38 |
|
|
38 | 41 | ## 1.6.0-beta.1 (2023-09-25) |
39 | 42 |
|
40 | 43 | ### Features Added |
41 | | -- Add support to VMSS features. |
| 44 | + |
| 45 | +- Added support to VMSS features. |
42 | 46 |
|
43 | 47 | ## 1.5.0 (2023-09-16) |
44 | 48 |
|
45 | 49 | ### Features Added |
46 | 50 |
|
47 | | -- Upgraded api-version tag from 'package-2023-04' to 'package-2023-05'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/0762e82bcccef4a032e29dda5e4c07fd7cc822a6/specification/network/resource-manager/readme.md |
| 51 | +- Upgraded api-version tag from 'package-2023-04' to 'package-2023-05'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/0762e82bcccef4a032e29dda5e4c07fd7cc822a6/specification/network/resource-manager/readme.md. |
48 | 52 |
|
49 | 53 | ### Other Changes |
50 | 54 |
|
|
54 | 58 |
|
55 | 59 | ### Features Added |
56 | 60 |
|
57 | | -- Make `NetworkArmClientMockingExtension`, `NetworkManagementGroupMockingExtension`, `NetworkResourceGroupMockingExtension`, `NetworkSubscriptionMockingExtension` public for mocking the extension methods. |
| 61 | +- Maked `NetworkArmClientMockingExtension`, `NetworkManagementGroupMockingExtension`, `NetworkResourceGroupMockingExtension`, `NetworkSubscriptionMockingExtension` public for mocking the extension methods. |
58 | 62 |
|
59 | 63 | ## 1.4.0 (2023-07-31) |
60 | 64 |
|
|
97 | 101 |
|
98 | 102 | ### Features Added |
99 | 103 |
|
100 | | -- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). |
| 104 | +- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder). |
101 | 105 |
|
102 | 106 | ### Other Changes |
103 | 107 |
|
|
108 | 112 |
|
109 | 113 | ### Features Added |
110 | 114 |
|
111 | | -Add new resources: |
| 115 | +Added new resources: |
112 | 116 | - `AdminRuleGroupResource` |
113 | 117 | - `ApplicationGatewayWafDynamicManifestResource` |
114 | 118 | - `BaseAdminRuleResource` |
@@ -177,7 +181,7 @@ This release is the first stable release of the Network Management client librar |
177 | 181 |
|
178 | 182 | ### Features Added |
179 | 183 |
|
180 | | -- Added Update methods in resource classes. |
| 184 | +- Added Updated methods in resource classes. |
181 | 185 |
|
182 | 186 | ### Breaking Changes |
183 | 187 |
|
|
0 commit comments