Skip to content

Commit 1c78fdb

Browse files
author
Tony Chen (DevDiv)
committed
Press enter to continue on docs
1 parent 9270aae commit 1c78fdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_credential_free.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,9 @@ def get_create_query(self):
10431043
grant_q2 = "ALTER ROLE db_datawriter ADD MEMBER \"{}\"".format(self.aad_username)
10441044
grant_q3 = "ALTER ROLE db_ddladmin ADD MEMBER \"{}\"".format(self.aad_username)
10451045

1046+
logger.warning("Manual steps required to complete this service connection. Please refer to %s for more details.", "https://learn.microsoft.com/en-us/azure/service-connector/how-to-integrate-fabric-sql#manual-steps")
1047+
input("Press ENTER to continue...")
1048+
10461049
return [delete_q, role_q, grant_q1, grant_q2, grant_q3]
10471050

10481051

0 commit comments

Comments
 (0)