Skip to content

Commit d791248

Browse files
VeryEarlyBethanyZhouazure-powershell-botdingmeng-xue
authored
fix some example issues (Azure#19423)
* Converted `Az.SecurityInsights` to autorest-based module (Azure#18956) * Delete src/SecurityInsights directory * Move SecurityInsights to share/SecurityInsights * Update Changelog.md * Update Az.SecurityInsights.psd1 * Update AssemblyInfo.cs * Update src/SecurityInsights/Az.SecurityInsights.psd1 Co-authored-by: azure-powershell-bot <[email protected]> * [SecurityInsights] Move securityinsights to main (Azure#19261) * Move SecurityInsights to Az.SecurityInsights-preview * suppress breakingchange and signature issues * suppress example issues cannot be resolved * fix examples * suppress one more example issues * example issues * example issue Co-authored-by: azure-powershell-bot <[email protected]> * [SecurityInsights] Az.SecurityInsights 2.0.0 preview release (Azure#19275) * Az.SecurityInsights 2.0.0-preview release * add az.psd1 * update changelog * fix examples * Update Az.SecurityInsights.psd1 Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent d15ce70 commit d791248

File tree

2,590 files changed

+561591
-21841
lines changed

Some content is hidden

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

2,590 files changed

+561591
-21841
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>SecurityInsights</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
7+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
8+
</Project>

0 commit comments

Comments
 (0)