Skip to content

Commit 4883027

Browse files
authored
Update gemini-extension.json
1 parent 49a3ab8 commit 4883027

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

gemini-extension.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"envVar": "CLOUD_SQL_MSSQL_REGION"
3434
},
3535
{
36-
"name": "Instance ID",
37-
"description": "ID of the Cloud SQL instance",
36+
"name": "Instance",
37+
"description": "Name of the Cloud SQL instance",
3838
"envVar": "CLOUD_SQL_MSSQL_INSTANCE"
3939
},
4040
{
@@ -50,12 +50,13 @@
5050
{
5151
"name": "Password",
5252
"description": "Password of the database user",
53-
"envVar": "CLOUD_SQL_MSSQL_PASSWORD"
53+
"envVar": "CLOUD_SQL_MSSQL_PASSWORD",
54+
"sensitive": true
5455
},
5556
{
5657
"name": "IP Type",
57-
"description": "(Optional) Type of the IP address (PUBLIC, PRIVATE, or PSC)",
58+
"description": "(Optional) Type of the IP address: PUBLIC, PRIVATE, or PSC (Default: Public)",
5859
"envVar": "CLOUD_SQL_MSSQL_IP_TYPE"
5960
}
6061
]
61-
}
62+
}

0 commit comments

Comments
 (0)