Skip to content

Commit d666199

Browse files
authored
Merge branch 'Azure:main' into generated
2 parents 2687262 + 578b35a commit d666199

File tree

349 files changed

+86531
-222
lines changed

Some content is hidden

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

349 files changed

+86531
-222
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ launchSettings.json
233233
/tools/Modules/tmp
234234
/tools/Az/Az.psm1
235235
/tools/AzPreview/AzPreview.psm1
236+
/tools/Mcp/.logs
236237
/Azure.PowerShell.sln
237238

238239
# Added due to scan
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>Site</PsModuleName>
4+
<PsRootModuleName>Site</PsRootModuleName>
5+
<PsModuleFolder>Site.Autorest</PsModuleFolder>
6+
<RootNamespace>Microsoft.Azure.PowerShell.Cmdlets.Site</RootNamespace>
7+
</PropertyGroup>
8+
9+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
10+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
11+
</Project>

0 commit comments

Comments
 (0)