-
Notifications
You must be signed in to change notification settings - Fork 865
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
only mgmt return error in sdk automation #23989
base: main
Are you sure you want to change the base?
Conversation
JiaqiZhang-Dev
commented
Jan 22, 2025
- The purpose of this PR is explained in this or a referenced issue.
- The PR does not update generated files.
- These files are managed by the codegen framework at Azure/autorest.go.
- Tests are included and/or updated for code changes.
- Updates to module CHANGELOG.md are included.
- MIT license headers are included in each file.
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.
please do scenario test before merge.
/check-enforcer override |
override the check since the change is only for sdk automation. no impact for any service packages. |
@microsoft-github-policy-service agree company="Microsoft" |
if IsManagementPlaneProject(input) { | ||
return err | ||
} | ||
fmt.Println(err) | ||
} | ||
|
||
return nil | ||
} | ||
|
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.
Have we enabled any tests for the go automation tooling?
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.
I have done some tests in local, and @jliusan also help test by using a swagger and a tspconfig cases.