Commit 1028e9b
syncing model-customization with main (#6428)
* adding docs for the internal test recorder (#6350)
* adding docs for the internal test recorder
* spell
* Remove deprecated `login` and `logout` commands (#6395)
* Initial plan
* Remove deprecated login and logout commands
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
* Add helpful error messages for removed login/logout commands
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
* Add `azd env config` commands for environment-specific configuration management (#6348)
* Initial plan
* Implement env config get, set, and unset commands
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
* Fix error message formatting to match existing patterns
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
* Final update - all implementation and testing complete
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
* Add comprehensive unit tests for env config commands
- Added 6 test functions with 23 test cases total
- Tests cover all three commands: get, set, and unset
- Test cases include: simple values, nested values, objects, error handling, default environment, and multiple operations
- All tests passing with 100% coverage of new functionality
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
* Run gofmt on env_config_test.go to fix formatting
- Adjusted struct field alignment in test cases
- All tests still passing
Co-authored-by: wbreza <6540159+wbreza@users.noreply.github.com>
* Update test snapshots for new env config commands
- Added snapshots for azd env config, get, set, and unset commands
- Updated TestUsage-azd-env.snap to include config subcommand
- Updated TestFigSpec.ts with new command definitions
- All snapshot tests passing
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
Co-authored-by: wbreza <6540159+wbreza@users.noreply.github.com>
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>
---------
Co-authored-by: Victor Vazquez <vhvb1989@gmail.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: spboyer <7681382+spboyer@users.noreply.github.com>
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
Co-authored-by: wbreza <6540159+wbreza@users.noreply.github.com>
Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com>1 parent f268496 commit 1028e9b
File tree
14 files changed
+2130
-78
lines changed- cli/azd
- .vscode
- cmd
- testdata
- docs
- test/functional
14 files changed
+2130
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
246 | 252 | | |
247 | 253 | | |
248 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 199 | | |
207 | 200 | | |
208 | 201 | | |
| |||
237 | 230 | | |
238 | 231 | | |
239 | 232 | | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | 233 | | |
244 | 234 | | |
245 | 235 | | |
| |||
262 | 252 | | |
263 | 253 | | |
264 | 254 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 255 | | |
291 | 256 | | |
292 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
388 | 400 | | |
389 | 401 | | |
390 | 402 | | |
| |||
0 commit comments