Skip to content

Commit 6084187

Browse files
YanaXugrhuangmsftazure-powershell-bot
authored
[Az.Support] Migrate Az.Support from SDK-based to autorest-based (#24808)
* remove Support SDK folder from main (#24793) * Move Support to grace/az.support-removed2 * add changelog and revert changes in Az.Support.psd1 and AssemblyInfo.cs * suppress the breaking changes * replace PlaceHolder --------- Co-authored-by: grhuangmsft <[email protected]> Co-authored-by: azure-powershell-bot <[email protected]>
1 parent edaf6af commit 6084187

File tree

710 files changed

+147065
-19863
lines changed

Some content is hidden

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

710 files changed

+147065
-19863
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>Support</PsModuleName>
4+
<PsRootModuleName>Support</PsRootModuleName>
5+
<PsModuleFolder>Support.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)