Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def create_volume(self, account_name, pool_name, volume_name1, rg, tags=None):
return volume1

@ResourceGroupPreparer()
def atest_create_delete_snapshots(self):
def test_create_delete_snapshots(self):
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
Expand All @@ -54,7 +54,7 @@ def atest_create_delete_snapshots(self):
assert len(snapshot_list) == 0

@ResourceGroupPreparer()
def atest_list_snapshots(self):
def test_list_snapshots(self):
account_name = self.create_random_name(prefix='cli-acc-', length=24)
pool_name = self.create_random_name(prefix='cli-pool-', length=24)
volume_name = self.create_random_name(prefix='cli-vol-', length=24)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Exported zone file from Azure DNS
; Zone name: zone5.com
; Resource Group Name: cli_dns_zone5_import000001
; Date and time (UTC): Tue, 19 Feb 2019 17:01:13 -0800
; Date and time (UTC): Thu, 09 May 2019 14:48:08 +0000

$TTL 10800
$ORIGIN zone5.com.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Exported zone file from Azure DNS
; Zone name: zone6.com
; Resource Group Name: cli_dns_zone6_import000001
; Date and time (UTC): Tue, 19 Feb 2019 17:01:19 -0800
; Date and time (UTC): Thu, 09 May 2019 14:48:13 +0000

$TTL 300
$ORIGIN zone6.com.
Expand Down