Skip to content

Commit dd6af23

Browse files
committed
test recordings
1 parent 3067744 commit dd6af23

7 files changed

Lines changed: 7520 additions & 10395 deletions

src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_add_application.yaml

Lines changed: 1836 additions & 1694 deletions
Large diffs are not rendered by default.

src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_add_application_empty_version_ids.yaml

Lines changed: 1703 additions & 1761 deletions
Large diffs are not rendered by default.

src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_add_application_with_config_override.yaml

Lines changed: 1892 additions & 2001 deletions
Large diffs are not rendered by default.

src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_add_application_with_order_application.yaml

Lines changed: 1823 additions & 1775 deletions
Large diffs are not rendered by default.

src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vmss_disk_encryption_with_encryption_identity_e2e.yaml

Lines changed: 121 additions & 2393 deletions
Large diffs are not rendered by default.

src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vmss_disk_encryption_with_incorrect_encryption_identity_e2e.yaml

Lines changed: 141 additions & 767 deletions
Large diffs are not rendered by default.

src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12990,7 +12990,7 @@ def test_vm_add_application_empty_version_ids(self, resource_group):
1299012990
})
1299112991
# Prepare VM
1299212992
self.cmd('vm create -l eastus -g {rg} -n {vm} --image Win2022Datacenter --admin-username clitest1234 --admin-password Test123456789# '
12993-
'--license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE')
12993+
'--license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE --size Standard_D2s_v3')
1299412994

1299512995
# Disable default outbound access
1299612996
self.cmd('network vnet subnet update -g {rg} --vnet-name {vnet} -n {subnet} --default-outbound-access false')
@@ -13016,7 +13016,7 @@ def test_vm_add_application(self, resource_group):
1301613016
})
1301713017
# Prepare VM
1301813018
self.cmd('vm create -l eastus -g {rg} -n {vm} --image Win2022Datacenter --admin-username clitest1234 '
13019-
'--admin-password Test123456789# --license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE')
13019+
'--admin-password Test123456789# --license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE --size Standard_D2s_v3')
1302013020

1302113021
# Disable default outbound access
1302213022
self.cmd('network vnet subnet update -g {rg} --vnet-name {vnet} -n {subnet} --default-outbound-access false')
@@ -13041,7 +13041,7 @@ def test_vm_add_application_with_order_application(self, resource_group):
1304113041
})
1304213042
# Prepare VM
1304313043
self.cmd('vm create -l eastus -g {rg} -n {vm} --image Win2022Datacenter --admin-username clitest1234 --admin-password Test123456789# '
13044-
'--license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE')
13044+
'--license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE --size Standard_D2s_v3')
1304513045

1304613046
# Disable default outbound access
1304713047
self.cmd('network vnet subnet update -g {rg} --vnet-name {vnet} -n {subnet} --default-outbound-access false')
@@ -13070,7 +13070,7 @@ def test_vm_add_application_with_config_override(self, resource_group):
1307013070
})
1307113071
# Prepare VM
1307213072
self.cmd('vm create -l eastus -g {rg} -n {vm} --image Win2022Datacenter --admin-username clitest1234 --admin-password Test123456789# '
13073-
'--license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE')
13073+
'--license-type Windows_Server --subnet {subnet} --vnet-name {vnet} --nsg-rule NONE --size Standard_D2s_v3')
1307413074

1307513075
# Disable default outbound access
1307613076
self.cmd('network vnet subnet update -g {rg} --vnet-name {vnet} -n {subnet} --default-outbound-access false')

0 commit comments

Comments
 (0)