Azure / Azure/azure-powershell
Support running `New-AzSqlDatabaseImport/Export` and waiting for it to complete
Open
act-codegen-extensibility-squad
customer-reported
feature-request
Service Attention
SQL
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
## Description of the new feature
`New-AzSqlDatabaseImport/Export` doesn't have a way to run synchronously, waiting for the operation to complete.
## Proposed implementation details (optional)
Add a `-WaitForComplete` flag to either `New-AzSqlDatabaseImport/Export` or `Get-AzSqlDatabaseImportExportStatus`
`Get-AzStorageBlogCopyStatus` supports a `-WaitForComplete` parameter that allows you to block after starting a copy operation.
Contributor guide
Assessment
This issue has not been assessed yet.