Skip to content

Commit

Permalink
Reverting publicNetworkAccess changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amchandn committed Sep 29, 2022
1 parent 92787f3 commit 88534a4
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"type": "SystemAssigned"
},
"properties": {
"publicNetworkAccess": "Enabled",
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
Expand All @@ -42,10 +41,7 @@
"status": "Approved",
"description": "None",
"actionsRequired": "None"
},
"groupIds": [
"AzureBackup"
]
}
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"PatchKey": "PatchKeyUpdated"
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
}
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded",
"encryption": {
"keyVaultProperties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
}
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded",
"encryption": {
"keyVaultProperties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"PatchKey": "PatchKeyUpdated"
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded",
"monitoringSettings": {
"azureMonitorAlertSettings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
}
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2022-09-01-preview",
"vault": {
"properties": {
"publicNetworkAccess": "Enabled"
},
"sku": {
"name": "Standard"
Expand All @@ -32,7 +31,6 @@
"type": "SystemAssigned"
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
Expand All @@ -57,7 +55,6 @@
"type": "SystemAssigned"
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2022-09-01-preview",
"vault": {
"properties": {
"publicNetworkAccess": "Enabled",
"encryption": {
"keyVaultProperties": {
"keyUri": "https://cmk2xkv.vault.azure.net/keys/Key1/0767b348bb1a4c07baa6c4ec0055d2b3"
Expand Down Expand Up @@ -48,7 +47,6 @@
}
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded",
"encryption": {
"keyVaultProperties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2022-09-01-preview",
"vault": {
"properties": {
"publicNetworkAccess": "Enabled",
"monitoringSettings": {
"azureMonitorAlertSettings": {
"alertsForAllJobFailures": "Enabled"
Expand Down Expand Up @@ -40,7 +39,6 @@
"type": "SystemAssigned"
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded",
"monitoringSettings": {
"azureMonitorAlertSettings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"api-version": "2022-09-01-preview",
"vault": {
"properties": {
"publicNetworkAccess": "Enabled"
},
"sku": {
"name": "Standard"
Expand Down Expand Up @@ -39,7 +38,6 @@
}
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
}
},
"properties": {
"publicNetworkAccess": "Enabled",
"provisioningState": "Succeeded",
"encryption": {
"keyVaultProperties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1655,18 +1655,6 @@
"modelAsString": true
}
},
"publicNetworkAccess": {
"description": "property to enable or disable resource provider inbound network traffic from public clients",
"type": "string",
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
}
},
"monitoringSettings": {
"description": "Monitoring Settings of the vault",
"$ref": "#/definitions/MonitoringSettings"
Expand Down Expand Up @@ -1821,23 +1809,6 @@
},
"privateLinkServiceConnectionState": {
"$ref": "#/definitions/PrivateLinkServiceConnectionState"
},
"groupIds": {
"description": "Group Ids for the Private Endpoint",
"type": "array",
"items": {
"description": "GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery",
"enum": [
"AzureBackup",
"AzureBackup_secondary",
"AzureSiteRecovery"
],
"type": "string",
"x-ms-enum": {
"name": "VaultSubResourceType",
"modelAsString": true
}
}
}
}
},
Expand Down

0 comments on commit 88534a4

Please sign in to comment.