Skip to content

Commit edaf6af

Browse files
VeryEarlyazure-powershell-botYanaXu
authored
[Resources] [Policy] Migrate handcraft to autorest.powershell (#24762)
* remove handwritten policy cmdlets * Create ExampleIssues.csv * Update BreakingChangeIssues.csv * Update ChangeLog.md * Move Resources to shared/resources (#24589) * Move Resources to shared/resources (#24612) * Move Resources to shared/resources (#24761) --------- Co-authored-by: Azure PowerShell <[email protected]> Co-authored-by: Yan Xu <[email protected]>
1 parent 7578e6d commit edaf6af

File tree

979 files changed

+244146
-63620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

979 files changed

+244146
-63620
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>Policy</PsModuleName>
4+
<PsRootModuleName>Resources</PsRootModuleName>
5+
<PsModuleFolder>Policy.Autorest</PsModuleFolder>
6+
</PropertyGroup>
7+
8+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
9+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
10+
</Project>

0 commit comments

Comments
 (0)