()
| 35 | } |
| 36 | |
| 37 | async function collectInputs() { |
| 38 | const state = {} as Partial<State>; |
| 39 | await MultiStepInput.run(input => pickResourceGroup(input, state)); |
| 40 | return state as State; |
| 41 | } |
| 42 | |
| 43 | const title = 'Create Application Service'; |
| 44 |
no test coverage detected