-
Notifications
You must be signed in to change notification settings - Fork 4.1k
EntraID support for DataSync #28464
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?
EntraID support for DataSync #28464
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
src/Sql/Sql.Management.Sdk/Generated/Models/DataSyncParticipantIdentity.cs
Show resolved
Hide resolved
src/Sql/Sql.Management.Sdk/Generated/Models/DataSyncParticipantIdentity.cs
Show resolved
Hide resolved
@ssubramanya please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Description
##Update: I've updated the link in the readme.md - but will confirm the commit ID used since it shows this banner

Note:
The files under "Sql.Management.Sdk" are generated except readme.md - So Please use that as just reference to review for the API calls if needed. Thanks!
Summary of Changes
Draft PR Notice
This is a draft PR.
Added UAMI Support
New-*
andUpdate-*
cmdlets:HubDatabaseAuthenticationType
MemberDatabaseAuthenticationType
IdentityId
These parameters allow customers to:
Password
orUserAssigned
)Backward Compatibility
Identity = { Type = "None" }
in the background.Validation Logic
Username
andPassword
.IdentityId
when creating new resources.UserAssigned
is specified withoutIdentityId
, cmdlet preserves the existing identity instead of throwing.Help and Documentation
Password
,UserAssigned
)Resource Strings
IdentityId
Testing
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.