Skip to content

Commit 4113d77

Browse files
authored
Merge pull request #26721 from Azure/codegen/ComputeFleet
Migrate ComputeFleet from generation to main
2 parents 97cd948 + 708536f commit 4113d77

File tree

619 files changed

+118664
-0
lines changed

Some content is hidden

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

619 files changed

+118664
-0
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>ComputeFleet</PsModuleName>
4+
<PsRootModuleName>ComputeFleet</PsRootModuleName>
5+
<PsModuleFolder>ComputeFleet.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)