Skip to content

Commit

Permalink
switching to protectedSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirby-ms committed May 25, 2022
1 parent 27a014e commit e93ac50
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion azure_arc_app_services_jumpstart/aks/ARM/clientVm.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"[uri(parameters('templateBaseUrl'), 'artifacts/Bootstrap.ps1')]"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"[uri(parameters('templateBaseUrl'), 'artifacts/Bootstrap.ps1')]"
],
Expand Down
2 changes: 1 addition & 1 deletion azure_arc_data_jumpstart/aks/ARM/clientVm.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"[uri(parameters('templateBaseUrl'), 'artifacts/Bootstrap.ps1')]"
],
Expand Down
2 changes: 1 addition & 1 deletion azure_arc_data_jumpstart/aro/ARM/clientVm.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"[uri(parameters('templateBaseUrl'), 'artifacts/Bootstrap.ps1')]"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"[uri(parameters('templateBaseUrl'), 'artifacts/Bootstrap.ps1')]"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"https://raw.githubusercontent.com/microsoft/azure_arc/main/azure_arc_data_jumpstart/kubeadm/azure/arm_template/scripts/ClientTools.ps1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"[uri(parameters('templateBaseUrl'), 'artifacts/Bootstrap.ps1')]"
],
Expand Down
2 changes: 1 addition & 1 deletion azure_arc_ml_jumpstart/aks/arm_template/clientVm.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"[uri(parameters('templateBaseUrl'), 'artifacts/Bootstrap.ps1')]"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"https://raw.githubusercontent.com/microsoft/azure_arc/main/azure_arc_servers_jumpstart/azure/windows/arm_template/scripts/install_arc_agent.ps1"
],
Expand Down
2 changes: 1 addition & 1 deletion azure_arc_servers_jumpstart/privatelink/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"https://raw.githubusercontent.com/microsoft/azure_arc/main/azure_arc_servers_jumpstart/privatelink/artifacts/Bootstrap.ps1"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.10",
"autoUpgradeMinorVersion": true,
"settings": {
"protectedSettings": {
"fileUris": [
"https://raw.githubusercontent.com/microsoft/azure_arc/main/azure_arc_sqlsrv_jumpstart/azure/arm_template/scripts/ClientTools.ps1"
],
Expand Down

0 comments on commit e93ac50

Please sign in to comment.