Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4f8f715
Generating .NET Track2 sdk FOR NETWORK
htippanaboya Mar 16, 2023
744eabb
Updating my repo based on Azure main branch
htippanaboya Apr 1, 2023
6c1660d
Fixing spellcheck errors
htippanaboya Apr 2, 2023
70d74ef
Making changes based on PR suggestions
htippanaboya Apr 2, 2023
23d2098
Generating code again after pushing changes for spell check
htippanaboya Apr 2, 2023
c8b1edd
Generating samples
htippanaboya Apr 3, 2023
826bfa6
Fixed some breaking changes.
ArthurMa1978 Apr 20, 2023
dca6e50
Fix breaking changes, update samples.
ArthurMa1978 Apr 20, 2023
b40225f
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net
ArthurMa1978 Apr 20, 2023
9f65aa2
Fixed the last breaking change
ArthurMa1978 Apr 21, 2023
7c9379c
update tests
ArthurMa1978 Apr 22, 2023
845f232
update
ArthurMa1978 Apr 22, 2023
9f71750
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net
ArthurMa1978 Apr 23, 2023
bcea3e4
update the related PRs which depend on Network
ArthurMa1978 Apr 23, 2023
df7ea5b
update
ArthurMa1978 Apr 23, 2023
44baf8e
update
ArthurMa1978 Apr 23, 2023
81fc7da
Update
ArthurMa1978 Apr 23, 2023
bfb1ede
update
ArthurMa1978 Apr 23, 2023
25d0969
Update
ArthurMa1978 Apr 24, 2023
553a875
update
ArthurMa1978 Apr 25, 2023
788531e
Update the Ngix to decouple with Network
ArthurMa1978 Apr 25, 2023
0024403
Fix the IReadOnlyList breaking change
ArthurMa1978 Apr 25, 2023
356d89c
update api file
ArthurMa1978 Apr 25, 2023
f3d3932
update NetApp tests
ArthurMa1978 Apr 25, 2023
bb8e9e7
Update WebPubSub test cases
ArthurMa1978 Apr 26, 2023
dbbcc66
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net
ArthurMa1978 Apr 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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