Skip to content

Commit 976746d

Browse files
azure-pipelines[bot]azure-powershell-botjaskisinJaskirat Singhdolauli
authored
Migrate Workloads from generation to main (#26000)
* Move Workloads to main * Fix Credscan issues (#26005) Co-authored-by: Jaskirat Singh <[email protected]> * Hashing client id and password (#26015) * Update ChangeLog.md for Az.Workloads --------- Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: Jaskirat Singh <[email protected]> Co-authored-by: Jaskirat Singh <[email protected]> Co-authored-by: Xiaogang <[email protected]>
1 parent e5aa20f commit 976746d

File tree

1,448 files changed

+343126
-171
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,448 files changed

+343126
-171
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>Monitors</PsModuleName>
4+
<PsRootModuleName>Workloads</PsRootModuleName>
5+
<PsModuleFolder>Monitors.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)