Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
00b9235
{Docs} Remove stale reference in README to closed issue about extensi…
dkmiller Apr 27, 2020
ab16df0
Merge remote-tracking branch 'upstream/release'
azclibot Apr 28, 2020
03436bc
Merge remote-tracking branch 'upstream/release'
azclibot Apr 30, 2020
7d98b1f
Merge remote-tracking branch 'upstream/release'
azclibot May 19, 2020
06f6ec5
Merge remote-tracking branch 'upstream/release'
azclibot Jun 2, 2020
adab2d2
Merge remote-tracking branch 'upstream/release'
azclibot Jun 23, 2020
c7b9f98
Merge remote-tracking branch 'upstream/release'
azclibot Jul 14, 2020
18e8b8d
Merge remote-tracking branch 'upstream/release'
azclibot Jul 16, 2020
1eb5074
Merge remote-tracking branch 'upstream/release'
azclibot Aug 4, 2020
cc3a159
Merge remote-tracking branch 'upstream/release' into master
azclibot Aug 6, 2020
af8f98e
Merge remote-tracking branch 'upstream/release' into master
azclibot Aug 26, 2020
0f904b9
Merge remote-tracking branch 'upstream/release' into master
azclibot Aug 28, 2020
9968e6d
midb log-replay commands
MDCS-sql Sep 15, 2020
c8abe60
fixed tests and styles
MDCS-sql Sep 15, 2020
9c48068
Fixing alias for some params
MDCS-sql Sep 15, 2020
a4192ea
Merge branch 'dev' of https://github.com/Azure/azure-cli into logReplay
MDCS-sql Sep 15, 2020
702eeaa
making things right
MDCS-sql Sep 18, 2020
d17a993
Merge remote-tracking branch 'upstream/release' into master
azclibot Sep 22, 2020
73a9256
Typos and wait command
MDCS-sql Sep 22, 2020
9791b52
add wait command in help file
MDCS-sql Sep 22, 2020
3be9b07
Merge branch 'master' of https://github.com/Azure/azure-cli into logR…
MDCS-sql Sep 22, 2020
ff39850
reverting changes that are not part of my change
MDCS-sql Sep 24, 2020
a78f79a
setup file changed by mistake
MDCS-sql Sep 24, 2020
5294f88
removed group create
MDCS-sql Sep 25, 2020
0c67b16
fix key vault issues
MDCS-sql Sep 28, 2020
494ce40
Merge branch 'dev' of https://github.com/Azure/azure-cli into logReplay
MDCS-sql Sep 28, 2020
caa3e0c
Added examples for log-replay wait command and fixed typos
MDCS-sql Sep 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add wait command in help file
  • Loading branch information
MDCS-sql committed Sep 22, 2020
commit 9791b527f95d8f9aae4568fa33270478ba794d59
5 changes: 5 additions & 0 deletions src/azure-cli/azure/cli/command_modules/sql/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,11 @@
text: az sql midb log-replay stop -g mygroup --mi myinstance -n mymanageddb
"""

helps['sql midb log-replay wait'] = """
type: command
short-summary: Place the CLI in a waiting state until a condition of the managed database is met.
"""

helps['sql server'] = """
type: group
short-summary: Manage SQL servers.
Expand Down