Skip to content

Commit bf191ed

Browse files
Tonychen0227Tony Chen (DevDiv)
andauthored
{serviceconnector-passwordless} Add docs link for Fabric SQL Database Manual Steps (#8688)
* Add manual steps doc for connecting to SQL Database in Fabric * Fix blank line * Bump version * Remove input --------- Co-authored-by: Tony Chen (DevDiv) <[email protected]>
1 parent af616a8 commit bf191ed

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

src/serviceconnector-passwordless/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
3.3.2
6+
++++++
7+
* Add documentation explaining manual steps required for connecting to SQL database in Fabric.
8+
59
3.3.1
610
++++++
711
* Change Fabric SQL token endpoint for Cloud Shell compatibility.

src/serviceconnector-passwordless/azext_serviceconnector_passwordless/_credential_free.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,8 @@ 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("IMPORTANT: 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#share-access-to-sql-database-in-fabric")
1047+
10461048
return [delete_q, role_q, grant_q1, grant_q2, grant_q3]
10471049

10481050

src/serviceconnector-passwordless/azext_serviceconnector_passwordless/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# --------------------------------------------------------------------------------------------
55

66

7-
VERSION = '3.3.1'
7+
VERSION = '3.3.2'
88
NAME = 'serviceconnector-passwordless'

src/serviceconnector-passwordless/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616

1717

18-
VERSION = '3.3.1'
18+
VERSION = '3.3.2'
1919

2020
# The full list of classifiers is available at
2121
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)