Skip to content

Commit

Permalink
Point to Azure repo for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran Khan committed Feb 10, 2017
1 parent fd4823e commit 4f915ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 101-vm-full-disk-encrypted-rhel/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"_artifactsLocation": {
"type": "string",
"defaultValue": "https://raw.githubusercontent.com/krkhan/azure-quickstart-templates/master",
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master",
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
}
Expand Down
2 changes: 1 addition & 1 deletion 201-decrypt-running-linux-vm/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"extensionName": "AzureDiskEncryptionForLinux",
"extensionVersion": "0.1",
"encryptionOperation": "DisableEncryption",
"updateEncryptionSettingsUrl": "https://raw.githubusercontent.com/krkhan/azure-quickstart-templates/cnedemo/201-decrypt-running-linux-vm/updateEncryptionSettings.json"
"updateEncryptionSettingsUrl": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-decrypt-running-linux-vm/updateEncryptionSettings.json"
},
"resources": [
{
Expand Down
2 changes: 1 addition & 1 deletion 201-encrypt-running-linux-vm/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"_artifactsLocation": {
"type": "string",
"defaultValue": "https://raw.githubusercontent.com/krkhan/azure-quickstart-templates/master",
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master",
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
}
Expand Down

0 comments on commit 4f915ef

Please sign in to comment.