mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -05:00
connection to connectivity, .lower on notebook (#20177)
Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
"source": [
|
||||
"print (f'Creating the SQL managed instance - Azure Arc instance')\n",
|
||||
"\n",
|
||||
"is_indirect = arc_data_controller_connection_mode == 'indirect'\n",
|
||||
"is_indirect = arc_data_controller_connectivity_mode.lower() == 'indirect'\n",
|
||||
"is_general_purpose = sql_service_tier == 'GeneralPurpose'\n",
|
||||
"\n",
|
||||
"# Indirect Mode Parameters\n",
|
||||
|
||||
Reference in New Issue
Block a user