File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
schemas/2021-06-03-preview Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1818 "description" : " The geo-location where the resource lives"
1919 },
2020 "name" : {
21- "type" : " string" ,
21+ "oneOf" : [
22+ {
23+ "type" : " string" ,
24+ "pattern" : " ^(?!-)[a-zA-Z0-9-]+[^-]$"
25+ },
26+ {
27+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28+ }
29+ ],
2230 "description" : " The name of the Azure Monitor workspace. The name is case insensitive"
2331 },
2432 "properties" : {
2533 "oneOf" : [
2634 {
27- "$ref" : " #/definitions/MonitoringAccountResourceProperties "
35+ "$ref" : " #/definitions/AzureMonitorWorkspaceResourceProperties "
2836 },
2937 {
3038 "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
6573 }
6674 },
6775 "definitions" : {
68- "MonitoringAccountResourceProperties " : {
76+ "AzureMonitorWorkspaceResourceProperties " : {
6977 "type" : " object" ,
7078 "properties" : {},
7179 "description" : " Resource properties"
You can’t perform that action at this time.
0 commit comments