Skip to content
Merged
Show file tree
Hide file tree
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
fixed tests and styles
  • Loading branch information
MDCS-sql committed Sep 15, 2020
commit c8abe604fe6142a7bdad706538ab68f8d7f2358a
6 changes: 3 additions & 3 deletions src/azure-cli/azure/cli/command_modules/sql/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3340,9 +3340,9 @@ def managed_db_log_replay_start(

if auto_complete and not last_backup_name:
raise CLIError('Please specify a last backup name when using auto complete flag.')
else:
kwargs['auto_complete'] = auto_complete
kwargs['last_backup_name'] = last_backup_name

kwargs['auto_complete'] = auto_complete
kwargs['last_backup_name'] = last_backup_name

kwargs['storageContainerUri'] = storage_container_uri
kwargs['storageContainerSasToken'] = storage_container_sas_token
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,53 @@
interactions:
- request:
body: '{"location": "westeurope"}'
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
CommandName:
- group create
Connection:
- keep-alive
Content-Length:
- '26'
Content-Type:
- application/json; charset=utf-8
ParameterSetName:
- --location --name
User-Agent:
- python/3.8.3 (Windows-10-10.0.17763-SP0) msrest/0.6.18 msrest_azure/0.6.3
azure-mgmt-resource/10.2.0 Azure-SDK-For-Python AZURECLI/2.11.1
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cliLogReplayCancel?api-version=2020-06-01
response:
body:
string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliLogReplayCancel","name":"cliLogReplayCancel","type":"Microsoft.Resources/resourceGroups","location":"westeurope","properties":{"provisioningState":"Succeeded"}}'
headers:
cache-control:
- no-cache
content-length:
- '237'
content-type:
- application/json; charset=utf-8
date:
- Mon, 14 Sep 2020 18:07:41 GMT
expires:
- '-1'
pragma:
- no-cache
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-writes:
- '1199'
status:
code: 201
message: Created
- request:
body: '{"location": "westeurope"}'
headers:
Expand Down
Loading