-
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
[Storage] Fix generated code for service operations #23570
Conversation
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.
thanks @jalauzon-msft !
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Failing live tests due to known issue with |
1 similar comment
Failing live tests due to known issue with |
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Live test failure was known flaky test. Will override. |
/check-enforcer override |
The previous update to the generated code from the new version of autorest in #23497 broke any Service Operations where the URL path was just
/
in the Swagger. This was due to a bug in a newly introduced directive. This was causing Live Test auth failures for any tests involving a Service Operation.This change fixes the directive and re-generates code for all packages.