Commit 46620c3
authored
relax ghrepo validation (#4237)
* pin cspell version due to issue on last release
* Relax detection of github host names during azd pipeline config.
Folks can define an alias for a hostname to control the usage of different ssh keys. When this happens, the hostname will not be github.com, but it might be still pointing to github.
This change relaxes the validation to allow any valid hostname. The command would fail later if the host is not accessible.
* Relax detection of github host names during azd pipeline config.
Folks can define an alias for a hostname to control the usage of different ssh keys. When this happens, the hostname will not be github.com, but it might be still pointing to github.
This change relaxes the validation to allow any valid hostname. The command would fail later if the host is not accessible.1 parent 1c0cb36 commit 46620c3
File tree
2 files changed
+3
-3
lines changed- cli/azd/pkg/pipeline
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments