Skip to content

Commit 83763b6

Browse files
committed
breaking change issues exceptions
1 parent 4e9517f commit 83763b6

File tree

5 files changed

+188
-21
lines changed

5 files changed

+188
-21
lines changed

src/SecurityInsights/SecurityInsights.Autorest/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@
2424
[assembly: System.Reflection.AssemblyVersionAttribute("3.2.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]
27-
28-

src/SecurityInsights/SecurityInsights.Autorest/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ input-file:
5959
- $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/EntityQueryTemplates.json
6060
- $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json
6161
- $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Metadata.json
62-
# - $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/OfficeConsents.json
62+
- $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/OfficeConsents.json
6363
- $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/OnboardingStates.json
6464
- $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/Settings.json
6565
- $(repo)/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2021-09-01-preview/SourceControls.json
@@ -81,9 +81,9 @@ directive:
8181
# subject: Operation
8282
# hide: true
8383
# Hide OfficeConsent API
84-
# - where:
85-
# subject: OfficeConsent
86-
# hide: true
84+
- where:
85+
subject: OfficeConsent
86+
hide: true
8787
# Fix Action to be AlertRuleAction
8888
- where:
8989
subject: Action
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "61786739-a6c9-4222-8b06-82085bb36b95"
2+
"generate_Id": "8e50a1bd-30ee-4ad1-a124-79eca6134468"
33
}

src/SecurityInsights/SecurityInsights.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurityInsights", "Securit
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SecurityInsights.Autorest", "SecurityInsights.Autorest", "{1F2C7E28-510C-0414-601C-25083DE2C7DC}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SecurityInsights", "..\..\generated\SecurityInsights\SecurityInsights.Autorest\Az.SecurityInsights.csproj", "{88BA9687-97AC-4C99-9D2D-452FA951B46F}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SecurityInsights", "..\..\generated\SecurityInsights\SecurityInsights.Autorest\Az.SecurityInsights.csproj", "{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{F74A1659-4994-47CB-A786-DF83675AD4DF}.Release|x64.Build.0 = Release|Any CPU
118118
{F74A1659-4994-47CB-A786-DF83675AD4DF}.Release|x86.ActiveCfg = Release|Any CPU
119119
{F74A1659-4994-47CB-A786-DF83675AD4DF}.Release|x86.Build.0 = Release|Any CPU
120-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Debug|x64.Build.0 = Debug|Any CPU
124-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Debug|x86.Build.0 = Debug|Any CPU
126-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Release|x64.ActiveCfg = Release|Any CPU
129-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Release|x64.Build.0 = Release|Any CPU
130-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Release|x86.ActiveCfg = Release|Any CPU
131-
{88BA9687-97AC-4C99-9D2D-452FA951B46F}.Release|x86.Build.0 = Release|Any CPU
120+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Debug|x64.Build.0 = Debug|Any CPU
124+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Debug|x86.Build.0 = Debug|Any CPU
126+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Release|x64.ActiveCfg = Release|Any CPU
129+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Release|x64.Build.0 = Release|Any CPU
130+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Release|x86.ActiveCfg = Release|Any CPU
131+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{8DD4BC41-DC30-4267-ACBA-93FBD67044D9} = {F3681287-CEBF-4540-A820-B4B174AFF47F}
141141
{0FEAB705-FEE4-4B66-A6E1-F3FF3BA6B04C} = {F3681287-CEBF-4540-A820-B4B174AFF47F}
142142
{453F081C-D5FD-418E-95AF-231F1BAE1E8C} = {F3681287-CEBF-4540-A820-B4B174AFF47F}
143-
{88BA9687-97AC-4C99-9D2D-452FA951B46F} = {1F2C7E28-510C-0414-601C-25083DE2C7DC}
143+
{6C8930E7-EA44-4A9C-B805-1915BFEC06DF} = {1F2C7E28-510C-0414-601C-25083DE2C7DC}
144144
EndGlobalSection
145145
EndGlobal

0 commit comments

Comments
 (0)