-
Notifications
You must be signed in to change notification settings - Fork 5k
[Bug] Add webJob "stopping" status serialization and deserialization #49738
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
base: main
Are you sure you want to change the base?
Conversation
Thank you for your contribution @Sitaarz! We will review the pull request and get back to you soon. |
I am new to being contributor. Any advices? |
@microsoft-github-policy-service agree |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Hey @Sitaarz , thank you for your contribution. Since the management plane SDK is generated from the Swagger spec, please update the corresponding Swagger spec to address this issue, and then regenerate the SDK accordingly. |
This PR resolves the issue where the 'Stopping', 'Disabling', 'Success' states were not handled in the WebJob status.
Fixes #49737