-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
multiapi_init_gen.py generate unmatched code on azure-mgmt-resource #10621
Comments
Thanks @changlong-liu, @nickzhums can you take a look at this |
@lmazuel to check the issue in generated code. thanks. |
|
Hi @chenjianfei2017 , would you help to confirm this is fixed in swagger? Thanks. |
hi @changlong-liu @lmazuel @kaerm |
Thanks @chenjianfei2017 ! |
Describe the bug
Swagger version: Azure/azure-rest-api-specs#8268
Below is the _resource_management_client.py in azure.mgmt.resource.resources
It is calling ResourceManagementClientConfiguration with parameter subscription_id.
But in the _configuration.py, ResourceManagementClientConfiguration actually require both subscription_id and subscription_id1
To Reproduce
Steps to reproduce the behavior:
use packaging_tools.generate_sdk
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: