Skip to content

Commit

Permalink
add support for new VM Extension for SAP (#2890)
Browse files Browse the repository at this point in the history
* add support for new VM Extension for SAP

* Update src/aem/azext_aem/__init__.py

Co-authored-by: Feiyue Yu <iamyfy@163.com>

Co-authored-by: Feiyue Yu <iamyfy@163.com>
  • Loading branch information
MSSedusch and qwordy authored Jan 14, 2021
1 parent c2e3cf6 commit bc8af1f
Show file tree
Hide file tree
Showing 16 changed files with 37,350 additions and 1,399 deletions.
6 changes: 6 additions & 0 deletions src/aem/azext_aem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ def load_arguments(self, _):
help='Disables the test for table content')
c.argument('skip_storage_analytics', action='store_true',
help='skip enabling analytics on storage accounts')
c.argument('install_new_extension', action='store_true',
options_list=['--install-new-extension', '-i'],
help='Install the new VM Extension for SAP.')
c.argument('set_access_to_individual_resources', action='store_true',
options_list=['--set-access-to-individual-resources', '-s'],
help='Set the access of the VM identity to the individual resources, e.g. data disks instead of the complete resource group.')
c.argument('wait_time_in_minutes', type=int,
help='Maximum minutes to wait for the storage metrics to be available')

Expand Down
417 changes: 384 additions & 33 deletions src/aem/azext_aem/custom.py

Large diffs are not rendered by default.

2,842 changes: 2,842 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_ExtensionDowngrade.yaml

Large diffs are not rendered by default.

2,623 changes: 2,623 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_ExtensionReinstall.yaml

Large diffs are not rendered by default.

1,803 changes: 1,803 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_ExtensionUpgrade.yaml

Large diffs are not rendered by default.

4,347 changes: 4,347 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_NewExtensionDiskAdd.yaml

Large diffs are not rendered by default.

5,137 changes: 5,137 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_NewExtensionMultiNic.yaml

Large diffs are not rendered by default.

4,986 changes: 4,986 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_NewExtensionUltraDisk.yaml

Large diffs are not rendered by default.

2,103 changes: 2,103 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_OldExtensionReinstall.yaml

Large diffs are not rendered by default.

2,103 changes: 2,103 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_WithSystemAssignedIdentity.yaml

Large diffs are not rendered by default.

2,858 changes: 2,858 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_WithUserAssignedIdentity.yaml

Large diffs are not rendered by default.

1,926 changes: 1,926 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_WithoutIdentity.yaml

Large diffs are not rendered by default.

2,612 changes: 1,252 additions & 1,360 deletions src/aem/azext_aem/tests/latest/recordings/test_vm_aem_configure.yaml

Large diffs are not rendered by default.

1,975 changes: 1,975 additions & 0 deletions src/aem/azext_aem/tests/latest/recordings/test_vm_aem_configure_v2.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

722 changes: 716 additions & 6 deletions src/aem/azext_aem/tests/latest/test_aem_commands.py

Large diffs are not rendered by default.

0 comments on commit bc8af1f

Please sign in to comment.