-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Deprecate tasks [part 2] #20222
Deprecate tasks [part 2] #20222
Conversation
My team has encountered some of these messages, and were interested in knowing more about the deprecations:
Is there any chance that the deprecation messages can be updated with some of this info, or a link to a place to find this info? |
Hi @Penguinwizzard! 1 - Usually, a task is deprecated when a newer major version is available, or it is used for an obsolete service |
The one from this particular change that came up with my team was the AzureKeyVault@1 deprecation in favor of AzureKeyVault@2. The message we got, as defined in this PR, was
I think that a better message would be something along the lines of
This way we get a bit of an idea about the proximate motivation for the change, an impression of the rough scale of work needed to evaluate the change (basically just validating that our secrets still decode as expected), and an indication that the benefit is not only continued support but also better handling of some edge cases. |
Task names:
Description: Marked the tasks as deprecated
Documentation changes required: Docs should update automatically
Attached related issue: AB#2149149
Checklist: