Skip to content

Commit f438f65

Browse files
[Monitor] Diagnosticsetting to autogen (#19167)
* Move Monitor to Az.Monitor-preview * remove handcrafted diagnosticsetting * remove session records for diagnostic setting * suppress static analysis issues * more breaking change issues * skip tests use handcrafted diagnosticsetting * fix test * fix test Co-authored-by: azure-powershell-bot <[email protected]>
1 parent b46ed2d commit f438f65

File tree

346 files changed

+48787
-5131
lines changed

Some content is hidden

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

346 files changed

+48787
-5131
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"node": "v14.15.5",
3-
"autorest_core": "3.9.1",
42
"autorest_powershell": "3.0.493",
53
"autorest_modelerfour": "4.15.414",
6-
"autorest": "`-- (empty)",
7-
"swagger_commit": "54c64d870b60a2498de3dc7fee58f6344d3c3006"
4+
"swagger_commit": "064075fdb4ff24983174f051294faaf1dfdbe3e9",
5+
"node": "v14.15.5",
6+
"autorest_core": "3.9.1",
7+
"autorest": "`-- (empty)"
88
}
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>DiagnosticSetting</PsModuleName>
4+
<PsRootModuleName>Monitor</PsRootModuleName>
5+
<PsModuleFolder>DiagnosticSetting.Autorest</PsModuleFolder>
6+
</PropertyGroup>
7+
8+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.hybrid.props" />
9+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
10+
</Project>

0 commit comments

Comments
 (0)