Skip to content

Commit

Permalink
Generating .NET Track2 sdk FOR NETWORK (#34959)
Browse files Browse the repository at this point in the history
  • Loading branch information
htippanaboya authored Apr 26, 2023
1 parent 6b18d74 commit 9164bfd
Show file tree
Hide file tree
Showing 1,044 changed files with 71,623 additions and 167,314 deletions.
8 changes: 7 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,13 @@
"Vnets",
"Vxlan",
"WAFV",
"Wans"
"Wans",
"Idps",
"idps",
"Ocsp",
"Afri",
"Apac",
"Latam"
]
},
{
Expand Down
26 changes: 25 additions & 1 deletion sdk/network/Azure.ResourceManager.Network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2023-04-28)

### Features Added

Add new resources:
- `AdminRuleGroupResource`
- `ApplicationGatewayWafDynamicManifestResource`
- `BaseAdminRuleResource`
- `ConnectivityConfigurationResource`
- `ExpressRoutePortAuthorizationResource`
- `ExpressRouteProviderPortResource`
- `ManagementGroupNetworkManagerConnectionResource`
- `NetworkGroupResource`
- `NetworkManagerResource`
- `NetworkManagerConnectionResource`
- `RouteMapResource`
- `RoutingIntentResource`
- `ScopeConnectionResource`
- `SecurityAdminConfigurationResource`
- `PolicySignaturesOverridesForIdpsResource`
- `NetworkGroupStaticMemberResource`
- `NetworkManagerConnectionResource`
- `CloudServiceSwapResource`
- `VpnServerConfigurationPolicyResource`

### Breaking Changes

- Method `NetworkExtensions.GetApplicationGatewayAvailableWafRuleSetsAsyncAsync` and `NetworkExtensions.GetApplicationGatewayAvailableWafRuleSetsAsync` were deprecated because it does not follow the guidelines of Azure SDKs. Please use `NetworkExtensions.GetAppGatewayAvailableWafRuleSetsAsync` and `NetworkExtensions.GetAppGatewayAvailableWafRuleSets` instead.
Expand All @@ -14,6 +35,9 @@

### Other Changes

- Upgraded API version to `2022-09-01`.
- Upgraded dependent `Azure.Core` to `1.31.0`.

## 1.1.1 (2023-02-13)

### Other Changes
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9164bfd

Please sign in to comment.