Skip to content

Commit

Permalink
AzureML: Removed Key Vault resource from ARM Template (microsoft#144)
Browse files Browse the repository at this point in the history
* Update template.json

* Update template.json
  • Loading branch information
vinodkumar3 authored Feb 18, 2019
1 parent efa1004 commit 21db7cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions python/azureml/containerInstance/ArmTemplates/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"appInsightsName": {
"type": "string"
},
"keyVaultName": {
"type": "string"
},
"containerRegistryId": {
"type": "string"
},
Expand Down Expand Up @@ -54,7 +51,6 @@
"type": "systemAssigned"
},
"dependsOn": [
"[parameters('keyVaultId')]",
"[parameters('storageAccountId')]",
"[parameters('appInsightsId')]",
"[parameters('containerRegistryId')]"
Expand Down Expand Up @@ -83,23 +79,6 @@
},
"kind": "Registry"
},
{
"apiVersion": "2015-06-01",
"name": "[parameters('keyVaultName')]",
"location": "[parameters('location')]",
"type": "Microsoft.KeyVault/vaults",
"properties": {
"accessPolicies": [],
"enabledForDeployment": true,
"enabledForTemplateDeployment": true,
"enabledForVolumeEncryption": true,
"sku": {
"name": "Standard",
"family": "A"
},
"tenantId": "[subscription().tenantId]"
}
},
{
"apiVersion": "2015-05-01",
"name": "[parameters('appInsightsName')]",
Expand Down
21 changes: 0 additions & 21 deletions python/azureml/kubernetes/ArmTemplates/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"appInsightsName": {
"type": "string"
},
"keyVaultName": {
"type": "string"
},
"containerRegistryId": {
"type": "string"
},
Expand Down Expand Up @@ -54,7 +51,6 @@
"type": "systemAssigned"
},
"dependsOn": [
"[parameters('keyVaultId')]",
"[parameters('storageAccountId')]",
"[parameters('appInsightsId')]",
"[parameters('containerRegistryId')]"
Expand Down Expand Up @@ -83,23 +79,6 @@
},
"kind": "Registry"
},
{
"apiVersion": "2015-06-01",
"name": "[parameters('keyVaultName')]",
"location": "[parameters('location')]",
"type": "Microsoft.KeyVault/vaults",
"properties": {
"accessPolicies": [],
"enabledForDeployment": true,
"enabledForTemplateDeployment": true,
"enabledForVolumeEncryption": true,
"sku": {
"name": "Standard",
"family": "A"
},
"tenantId": "[subscription().tenantId]"
}
},
{
"apiVersion": "2015-05-01",
"name": "[parameters('appInsightsName')]",
Expand Down

0 comments on commit 21db7cf

Please sign in to comment.