Skip to content

Commit 000981a

Browse files
[Folder Structure] Main - Update module folder structure from CloudService to Confluent (#23368)
* Update folder structure of CloudService Communication ConfidentialLedger Confluent * Fix example issues * Fix the combined examples --------- Co-authored-by: Vincent Dai <[email protected]>
1 parent 393bf20 commit 000981a

File tree

1,936 files changed

+869
-289
lines changed

Some content is hidden

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

1,936 files changed

+869
-289
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PsModuleName>CloudService</PsModuleName>
4+
<PsRootModuleName>CloudService</PsRootModuleName>
45
</PropertyGroup>
56

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

910
</Project>

0 commit comments

Comments
 (0)