Skip to content

Commit 3045ef5

Browse files
Migrate ManagedNetworkFabric from generation to main (#23954)
* Move ManagedNetworkFabric to main * Update exceptions --------- Co-authored-by: Yunchi Wang <[email protected]>
1 parent 161a98f commit 3045ef5

File tree

1,667 files changed

+454498
-7
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,667 files changed

+454498
-7
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>ManagedNetworkFabric</PsModuleName>
4+
<PsRootModuleName>ManagedNetworkFabric</PsRootModuleName>
5+
<PsModuleFolder>ManagedNetworkFabric.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)