Skip to content

Commit f6b61c8

Browse files
Fixed settings around
1 parent fbf5f09 commit f6b61c8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>Compute_2018-10-01;Network_2021-03-01;</AzureApiTag>
4+
<AzureApiTag>Compute_2018-10-01;Network_2021-05-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<PackageTags>Microsoft Azure Network management;Network;Network management;</PackageTags>
1515
<PackageReleaseNotes>
1616
<![CDATA[
17-
- Added new api version 2021-03-01
18-
- Added new parameter to enable/disable BGP route translation for NAT VirtualWan VpnGateway
19-
- Added Bastion Host Configuration Features
20-
- Added PL ASG
21-
- Implemented Private Endpoint configuration
22-
- Added missing properties of ServiceEndpointPolicy
23-
- Added new service tag details api
24-
- Added 3 new properties to InboundNatRule resource
17+
- Added new api version 2021-05-01
18+
- Added routing intent resource
19+
- Updated exclusion match variable enum to support new values
20+
- Added new SKU values
21+
- Updated WAF policy exclusions to include ruleset/rulegroup/rule hierarchy
22+
- Vnet encryption: added NIC flag, vnet property, vnet peering property
23+
- Fixed cycles in custom IP prefix
24+
- Added missed property to LBAddress
2525
]]></PackageReleaseNotes>
2626
</PropertyGroup>
2727
<PropertyGroup>

0 commit comments

Comments
 (0)