-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate PolicyInsights based on latest spec for 2018-04-04 (GA ver…
…sion) Regenerate PolicyInsights based on latest spec for 2018-04-04 (GA version)
- Loading branch information
Showing
49 changed files
with
900 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>PolicyInsights_2017-12-12-preview;</AzureApiTag> | ||
<AzureApiTag>PolicyInsights_2018-04-04;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 25 additions & 16 deletions
41
...cyInsights/Management/Management.PolicyInsights/Generated/SdkInfo_PolicyInsightsClient.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
// <auto-generated> | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
// Changes may cause incorrect behavior and will be lost if the code is | ||
// regenerated. | ||
// </auto-generated> | ||
|
||
internal static partial class SdkInfo | ||
namespace Microsoft.Azure.Management.PolicyInsights | ||
{ | ||
public static IEnumerable<Tuple<string, string, string>> ApiInfo_PolicyInsightsClient | ||
{ | ||
get | ||
{ | ||
return new Tuple<string, string, string>[] | ||
{ | ||
new Tuple<string, string, string>("PolicyInsights", "Operations", "2017-12-12-preview"), | ||
new Tuple<string, string, string>("PolicyInsights", "PolicyEvents", "2017-12-12-preview"), | ||
new Tuple<string, string, string>("PolicyInsights", "PolicyStates", "2017-12-12-preview"), | ||
}.AsEnumerable(); | ||
} | ||
} | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
|
||
internal static partial class SdkInfo | ||
{ | ||
public static IEnumerable<Tuple<string, string, string>> ApiInfo_PolicyInsightsClient | ||
{ | ||
get | ||
{ | ||
return new Tuple<string, string, string>[] | ||
{ | ||
new Tuple<string, string, string>("PolicyInsights", "Operations", "2018-04-04"), | ||
new Tuple<string, string, string>("PolicyInsights", "PolicyEvents", "2018-04-04"), | ||
new Tuple<string, string, string>("PolicyInsights", "PolicyStates", "2018-04-04"), | ||
}.AsEnumerable(); | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/SDKs/PolicyInsights/Management/Management.PolicyInsights/generate.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "policyinsights/resource-manager" -PowershellInvoker -AutoRestVersion "latest" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.