|
144 | 144 | "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/cloud-init/artifacts/credential-provider-config.yaml'))]", |
145 | 145 | "destination":"c:\\k\\credential-provider\\credential-provider-config.yaml" |
146 | 146 | }, |
| 147 | + { |
| 148 | + "type": "File", |
| 149 | + "name": "download kuberneteswindowsfunctions file", |
| 150 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/kuberneteswindowsfunctions.ps1'))]", |
| 151 | + "destination":"c:\\AzureData\\k8s\\kuberneteswindowsfunctions.ps1" |
| 152 | + }, |
| 153 | + { |
| 154 | + "type": "File", |
| 155 | + "name": "download rotate-certs file", |
| 156 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/rotate-certs.ps1'))]", |
| 157 | + "destination":"c:\\AzureData\\k8s\\rotate-certs.ps1" |
| 158 | + }, |
| 159 | + { |
| 160 | + "type": "File", |
| 161 | + "name": "download windowsazurecnifunc file", |
| 162 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowsazurecnifunc.ps1'))]", |
| 163 | + "destination":"c:\\AzureData\\k8s\\windowsazurecnifunc.ps1" |
| 164 | + }, |
| 165 | + { |
| 166 | + "type": "File", |
| 167 | + "name": "download windowsazurecnifunc.tests file", |
| 168 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowsazurecnifunc.tests.ps1'))]", |
| 169 | + "destination":"c:\\AzureData\\k8s\\windowsazurecnifunc.tests.ps1" |
| 170 | + }, |
| 171 | + { |
| 172 | + "type": "File", |
| 173 | + "name": "download windowscnifunc file", |
| 174 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowscnifunc.ps1'))]", |
| 175 | + "destination":"c:\\AzureData\\k8s\\windowscnifunc.ps1" |
| 176 | + }, |
| 177 | + { |
| 178 | + "type": "File", |
| 179 | + "name": "download windowsconfigfunc file", |
| 180 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowsconfigfunc.ps1'))]", |
| 181 | + "destination":"c:\\AzureData\\k8s\\windowsconfigfunc.ps1" |
| 182 | + }, |
| 183 | + { |
| 184 | + "type": "File", |
| 185 | + "name": "download windowscsiproxyfunc file", |
| 186 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowscsiproxyfunc.ps1'))]", |
| 187 | + "destination":"c:\\AzureData\\k8s\\windowscsiproxyfunc.ps1" |
| 188 | + }, |
| 189 | + { |
| 190 | + "type": "File", |
| 191 | + "name": "download windowshostsconfigagentfunc file", |
| 192 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowshostsconfigagentfunc.ps1'))]", |
| 193 | + "destination":"c:\\AzureData\\k8s\\windowshostsconfigagentfunc.ps1" |
| 194 | + }, |
| 195 | + { |
| 196 | + "type": "File", |
| 197 | + "name": "download windowsinstallopensshfunc file", |
| 198 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowsinstallopensshfunc.ps1'))]", |
| 199 | + "destination":"c:\\AzureData\\k8s\\windowsinstallopensshfunc.ps1" |
| 200 | + }, |
| 201 | + { |
| 202 | + "type": "File", |
| 203 | + "name": "download windowskubeletfunc file", |
| 204 | + "sourceUri": "[uri('https://raw.githubusercontent.com/Azure/aks-engine-azurestack/',concat(parameters('github_branch_name'),'/parts/k8s/windowskubeletfunc.ps1'))]", |
| 205 | + "destination":"c:\\AzureData\\k8s\\windowskubeletfunc.ps1" |
| 206 | + }, |
147 | 207 | { |
148 | 208 | "type": "File", |
149 | 209 | "name": "download log collection script", |
|
0 commit comments