-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Migrate communication-common auth policies to Core v2 #20056
Comments
@DominikMe thanks for the heads up. we'll track it and process it soon (ADO ref: https://skype.visualstudio.com/SPOOL/_workitems/edit/2707328) |
[Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2022-08-01 (Azure#20056) * Adds base for updating Microsoft.RecoveryServices from version stable/2022-04-01 to version 2022-08-01 * Updates readme * Updates API version in new specs and examples * Update vaults.json * Update vaults.json Fixed Prettier error
Hi @DominikMe, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
This is a dependency for #15814, please follow links in the issues to learn about the Core v2 migration effort.
The HMAC credential policy code in the common package needs to be migrated to the new core-rest interfaces. Once that is done, the consumers of ACS HMAC auth need to consume the new pipelines when doing their migration.
These consumers are
communication-phone-numbers
,communication-identity
,communication-network-traversal
,communication-sms
andcommunication-short-codes
.@AlonsoMondal is copying and migrating the policies in PR #19043 for now.
This migration should be done inside the
communication-common
package instead and short-codes should use the common code.The text was updated successfully, but these errors were encountered: