Commit 0f97767
committed
Remove date segment in run command name
Azure Arc remote machines are limited to 25 run commands.
The command we currently issue when deploying has a date in the name and this uniqueness means we hit this threshold regularly.
Run commands with non-unique names overwrite one another. For the purposes of deploying to a machine this is fine as the command contains the clean sha (PR number or version) and the machine name.1 parent 5b14e3c commit 0f97767
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
0 commit comments