File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
schemas/2020-04-01-preview Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 {
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."
You can’t perform that action at this time.
0 commit comments