-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Update dependency to use Python package azure-mgmt-resource_3.1.0 #10123
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
|
@hjhhh3000vitae Hello. You should run |
|
A code change to fix incompatibility to new api version is made in this PR according to Azure/azure-rest-api-specs#6393 |
Hello @myronfanqiu ! Thanks for the instruction. I tried |
It's weird if you passed all the tests by running |
@myronfanqiu Thanks. I checked the tests locally and fixed some of them. For now, on the local side, I tried running tests using On the online side, however, I checked the log of the tests. It looks like none of the failing/error tests is from the I am not sure why the online checks are still failing now as looking from the log, all the failing tests are not from |
Hello, you should run I tested the appservice locally and all tests passed. Could you please run If you can passed the test locally, we should check our CI system. If you cannot pass them locally, we need to figure out what happened to the appservice. In either case, we need your help. |
|
@hjhhh3000vitae Hello. Did these command modules use the resource SDK? |
I can confirm they are using ResourceManagementClient from resource SDK. |
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.
Because the !!python/unicode in response body, response body cannot be parsed correctly. Why do you have such string in your recording file? When I delete !!python/unicode manually, it works. In addition, please have a look at other !!python/unicode in the following part.
The following tests cannot pass on live mode: test_network_app_gateway_waf_policy test_hdinsight_application test_hdinsight_monitor test_batchai_usages test_batchai_job_level_mounting_scenario test_batchai_config_less_cluster_with_file_systems test_batchai_cluster_with_setup_command test_batchai_cluster_with_file_systems test_batchai_auto_scale_scenario test_batchai_cluster_with_auto_storage test_network_lb_zone test_batchai_manual_scale_scenario
|
@myronfanqiu @Juliehzl @yugangw-msft Tests now all passed. Could you please review this PR. |
Using azure-mgmt-resource_3.1.0
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).
I adhere to the Command Guidelines.