-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Core] Add 2020-09-01-hybrid API profile for AzureStack #15096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
DNM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add test cases for this new profile?
src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2020_09_01/recording_processors.py
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2020_09_01/_test_utils.py
Show resolved
Hide resolved
bca0bb9 to
13a0e45
Compare
e4d76aa to
187dc3c
Compare
Juliehzl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for profile change. Thanks @abbhar for adding tests.
|
This is good to be merged!. Thanks @Juliehzl for all the inputs in taking this PR to green! |
src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2020_09_01/test_iot_dps_commands.py
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2020_09_01/test_iot_commands.py
Show resolved
Hide resolved
...azure-cli/azure/cli/command_modules/iot/tests/hybrid_2020_09_01/test_iot_central_commands.py
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2020_09_01/test_iot_commands.py
Show resolved
Hide resolved
...e-cli/azure/cli/command_modules/iot/tests/hybrid_2020_09_01/test_iot_certificate_commands.py
Show resolved
Hide resolved
|
@abbhar May I ask why there are no resource module related tests? |
|
|
||
| # @ResourceGroupPreparer() | ||
| # @StorageAccountPreparer() | ||
| # def test_renew_account_key(self, resource_group, storage_account): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it could work with ADDS configured.
If it is supported in Azure Stack, we need to work on reverting the test.
Adding New Api Profile 2020-09-01-hybrid for Azure Stack.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.