Skip to content

Commit 9052e08

Browse files
[AppConfiguration] To change the directory level (#19305)
* delete AppConfiguration * Move AppConfiguration to feature/delete-appconfiguration * update example and Keep the change log information * update changelog * update changelog * update Az.AppConfiguration.psd1 * update Az.AppConfiguration.psd1 * update BreadkingChangeIssues.csv and ExamplesIssues.csv Co-authored-by: azure-powershell-bot <[email protected]>
1 parent 1fae94d commit 9052e08

File tree

507 files changed

+27485
-7870
lines changed

Some content is hidden

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

507 files changed

+27485
-7870
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PsModuleName>AppConfiguration</PsModuleName>
4+
<PsRootModuleName>AppConfiguration</PsRootModuleName>
5+
<PsModuleFolder>AppConfiguration.Autorest</PsModuleFolder>
46
</PropertyGroup>
57

6-
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
8+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.hybrid.props" />
79
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
8-
910
</Project>

0 commit comments

Comments
 (0)