Skip to content

Commit b8e7d03

Browse files
authored
.NET SDK Track 2 Version 2024-03-01 (Azure#45883)
1 parent 6f2f450 commit b8e7d03

File tree

697 files changed

+24475
-4174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

697 files changed

+24475
-4174
lines changed

sdk/network/Azure.ResourceManager.Network/CHANGELOG.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
# Release History
22

3-
## 1.9.0 (2024-07-10)
3+
## 1.9.0 (2024-09-12)
44

55
### 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.
710

811
## 1.8.0 (2024-06-24)
912

1013
### Features Added
1114

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.
1518

1619
## 1.7.0 (2024-01-12)
1720

1821
### Features Added
1922

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.
2225

2326
## 1.6.0 (2023-11-21)
2427

2528
### Features Added
2629

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.
2932

3033
### Bugs Fixed
3134

32-
- Fix an issue that the `DeserializeHopLink` can't handle empty `resourceId`.
35+
- Fixed an issue that the `DeserializeHopLink` can't handle empty `resourceId`.
3336

3437
### Other Changes
3538

@@ -38,13 +41,14 @@
3841
## 1.6.0-beta.1 (2023-09-25)
3942

4043
### Features Added
41-
- Add support to VMSS features.
44+
45+
- Added support to VMSS features.
4246

4347
## 1.5.0 (2023-09-16)
4448

4549
### Features Added
4650

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.
4852

4953
### Other Changes
5054

@@ -54,7 +58,7 @@
5458

5559
### Features Added
5660

57-
- Make `NetworkArmClientMockingExtension`, `NetworkManagementGroupMockingExtension`, `NetworkResourceGroupMockingExtension`, `NetworkSubscriptionMockingExtension` public for mocking the extension methods.
61+
- Maked `NetworkArmClientMockingExtension`, `NetworkManagementGroupMockingExtension`, `NetworkResourceGroupMockingExtension`, `NetworkSubscriptionMockingExtension` public for mocking the extension methods.
5862

5963
## 1.4.0 (2023-07-31)
6064

@@ -97,7 +101,7 @@
97101

98102
### Features Added
99103

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).
101105

102106
### Other Changes
103107

@@ -108,7 +112,7 @@
108112

109113
### Features Added
110114

111-
Add new resources:
115+
Added new resources:
112116
- `AdminRuleGroupResource`
113117
- `ApplicationGatewayWafDynamicManifestResource`
114118
- `BaseAdminRuleResource`
@@ -177,7 +181,7 @@ This release is the first stable release of the Network Management client librar
177181

178182
### Features Added
179183

180-
- Added Update methods in resource classes.
184+
- Added Updated methods in resource classes.
181185

182186
### Breaking Changes
183187

0 commit comments

Comments
 (0)