Commit a7c54d1
committed
Inline PowerShell script using EncodedCommand in VMSS
Updated the VMSS extension to use the PowerShell -EncodedCommand parameter with base64-encoded init.ps1 content, removing the need for fileUris and script fields. This change embeds the script directly and avoids external dependencies.1 parent 4a22372 commit a7c54d1
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
| |||
0 commit comments