Skip to content

Commit b6f978e

Browse files
author
SDKAuto
committed
CodeGen from PR 15322 in Azure/azure-rest-api-specs
Merge 456ad10883bb4f0c20eb602fc2da575dc8a19457 into cb405da5485f0d0f78ee27339722d5faca39f637
1 parent 8124e2f commit b6f978e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

schemas/2020-04-01-preview/Microsoft.ChangeAnalysis.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
],
2626
"description": "The identity block returned by ARM resource that supports managed identity."
2727
},
28+
"location": {
29+
"type": "string",
30+
"description": "The location where the resource is to be deployed."
31+
},
2832
"name": {
2933
"oneOf": [
3034
{
@@ -79,6 +83,21 @@
7983
"AzureMonitorWorkspaceProperties": {
8084
"type": "object",
8185
"properties": {
86+
"includeChangeDetails": {
87+
"oneOf": [
88+
{
89+
"type": "string",
90+
"enum": [
91+
"None",
92+
"Include",
93+
"Exclude"
94+
]
95+
},
96+
{
97+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
98+
}
99+
]
100+
},
82101
"workspaceId": {
83102
"type": "string",
84103
"description": "The Azure Monitor workspace ID - the unique identifier for the Log Analytics workspace."

0 commit comments

Comments
 (0)