Skip to content

Commit 8ab084f

Browse files
Migrate FirmwareAnalysis from generation to main (#24233)
* Move FirmwareAnalysis to main * Upload encoding of the Az.FirmwareAnalysis.psd1 --------- Co-authored-by: Lei Jin <leijin@microsoft.com>
1 parent 184bdc7 commit 8ab084f

File tree

519 files changed

+103382
-869
lines changed

Some content is hidden

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

519 files changed

+103382
-869
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>FirmwareAnalysis</PsModuleName>
4+
<PsRootModuleName>FirmwareAnalysis</PsRootModuleName>
5+
<PsModuleFolder>FirmwareAnalysis.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)