Skip to content

Commit 8ff0e3b

Browse files
authored
Add default value for PublicNetworkAccess property (#20723)
* Add default value for PublicNetworkAccess property * Default should be enabled
1 parent 6ccbfb1 commit 8ff0e3b

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

specification/dashboard/resource-manager/Microsoft.Dashboard/preview/2022-05-01-preview/examples/Grafana_Get.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"192.168.0.1",
2626
"192.168.0.2"
2727
],
28+
"publicNetworkAccess": "Enabled",
2829
"autoGeneratedDomainNameLabelScope": "TenantReuse"
2930
},
3031
"tags": {

specification/dashboard/resource-manager/Microsoft.Dashboard/preview/2022-05-01-preview/examples/Grafana_List.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"192.168.0.1",
2626
"192.168.0.2"
2727
],
28+
"publicNetworkAccess": "Enabled",
2829
"autoGeneratedDomainNameLabelScope": "TenantReuse"
2930
},
3031
"tags": {

specification/dashboard/resource-manager/Microsoft.Dashboard/preview/2022-05-01-preview/examples/Grafana_ListByResourceGroup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"192.168.0.1",
2727
"192.168.0.2"
2828
],
29+
"publicNetworkAccess": "Enabled",
2930
"autoGeneratedDomainNameLabelScope": "TenantReuse"
3031
},
3132
"tags": {

specification/dashboard/resource-manager/Microsoft.Dashboard/preview/2022-05-01-preview/examples/Grafana_Update.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"192.168.0.1",
3535
"192.168.0.2"
3636
],
37+
"publicNetworkAccess": "Enabled",
3738
"autoGeneratedDomainNameLabelScope": "TenantReuse"
3839
},
3940
"tags": {

specification/dashboard/resource-manager/Microsoft.Dashboard/preview/2022-05-01-preview/grafana.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@
905905
"Enabled",
906906
"Disabled"
907907
],
908+
"default": "Enabled",
908909
"type": "string",
909910
"x-ms-enum": {
910911
"name": "PublicNetworkAccess",

specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Get.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"192.168.0.1",
2626
"192.168.0.2"
2727
],
28+
"publicNetworkAccess": "Enabled",
2829
"autoGeneratedDomainNameLabelScope": "TenantReuse",
2930
"grafanaIntegrations": {
3031
"azureMonitorWorkspaceIntegrations": [

specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_List.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"192.168.0.1",
2626
"192.168.0.2"
2727
],
28+
"publicNetworkAccess": "Enabled",
2829
"autoGeneratedDomainNameLabelScope": "TenantReuse",
2930
"grafanaIntegrations": {
3031
"azureMonitorWorkspaceIntegrations": [

specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_ListByResourceGroup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"192.168.0.1",
2727
"192.168.0.2"
2828
],
29+
"publicNetworkAccess": "Enabled",
2930
"autoGeneratedDomainNameLabelScope": "TenantReuse",
3031
"grafanaIntegrations": {
3132
"azureMonitorWorkspaceIntegrations": [

specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Update.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"192.168.0.1",
4242
"192.168.0.2"
4343
],
44+
"publicNetworkAccess": "Enabled",
4445
"autoGeneratedDomainNameLabelScope": "TenantReuse",
4546
"grafanaIntegrations": {
4647
"azureMonitorWorkspaceIntegrations": [

specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/grafana.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@
917917
"Enabled",
918918
"Disabled"
919919
],
920+
"default": "Enabled",
920921
"type": "string",
921922
"x-ms-enum": {
922923
"name": "PublicNetworkAccess",

0 commit comments

Comments
 (0)