Skip to content

Commit

Permalink
Update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Apr 27, 2020
1 parent c0762c9 commit deac4e8
Show file tree
Hide file tree
Showing 10 changed files with 577 additions and 2,704 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--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-->
<PropertyGroup>
<AzureApiTag>Network_2020-01-01;Network_2019-11-01;Network_2019-10-01;</AzureApiTag>
<AzureApiTag>Network_2019-05-01;Network_2019-11-01;Network_2019-10-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>

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.

Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<PackageId>Microsoft.Azure.Management.FrontDoor</PackageId>
<Description>Provides management capabilities for Front Door services.</Description>
<AssemblyName>Microsoft.Azure.Management.FrontDoor</AssemblyName>
<Version>2.1.0</Version>
<Version>2.0.0</Version>
<PackageTags>Microsoft Azure Front Door management;FrontDoor;Front Door management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Add create, update, get, and delete operations for AFD Rules Engine.
Add private link property to backends.
Add exclusions to Web Application Firewall managed rule sets, groups, and rules.
Add create, update, and get operations for Network Experiment profiles and experiments.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Start-AutoRestCodeGeneration -ResourceProvider "frontdoor/resource-manager" -AutoRestVersion "v2"
Start-AutoRestCodeGeneration -ResourceProvider "frontdoor/resource-manager" -AutoRestVersion "latest"

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit deac4e8

Please sign in to comment.