knaveen
8 months agoMicrosoft Employee
Status:
New
Include Azure Key Vault Reference Name in Gateway Data Source API Response
Currently, when retrieving gateway data source connection details via the Power BI/Fabric REST API, the Azure Key Vault reference name configured for credentials is not included in the API response. This creates challenges for administrators who need to programmatically manage gateway connections that use Azure Key Vault for credentials. It is needed to move the connection to a new gateway cluster when the 1000 connection limit hits.
Current Behavior
When calling the following API endpoints:
The response includes:
json
{
"id": "datasource-id",
"gatewayId": "gateway-id",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"localhost\\\\SQLEXPRESS\",\"database\":\"demodb\"}",
"credentialType": "Basic",
"credentialDetails": {
"privacyLevel": "Organizational",
"useEndUserOAuth2Credentials": false
},
"datasourceName": "gateway-demo-conn"
}
Missing Information: When the data source credentials are configured to use an Azure Key Vault reference (e.g., "DemoKeyVaultReference"), this information is not exposed in the API response.
Requested Enhancement
Include Azure Key Vault reference details in the API response when applicable, such as:
json
{
"id": "datasource-id",
"gatewayId": "gateway-id",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"localhost\\\\SQLEXPRESS\",\"database\":\"demodb\"}",
"credentialType": "Basic",
"credentialDetails": {
"privacyLevel": "Organizational",
"useEndUserOAuth2Credentials": false,
"keyVaultReference": {
"referenceName": "DemoKeyVaultReference",
"isKeyVaultReference": true
}
},
"datasourceName": "gateway-demo-conn"
}
No CommentsBe the first to comment
Recent ideas
Dynamic ADLS-Gen2 path input for Spark Jobs Main definition file
I would like the ability to add a dynamic input box on a spark job definition's "Main Definition File" "ADLS-Gen2 path". this would be useful to set base and variable paths across all spark jobs...mfink_db2 hours agoNew MemberNew233Views2likes2CommentsReintroduce Tenant/Capacity Switch to Control "Users can create Plan items" Post-GA
During the Preview phase of Fabric Plan items, administrators had access to a dedicated tenant/capacity setting: "Users can create Plan items". With General Availability (GA), this granular administr...Sri-Surendra_Ku5 hours agoNew MemberNew105Views14likes1CommentSupport Fabric SQL Database with workspace-level inbound Private Link
Fabric SQL Database supports tenant-level Private Link but not workspace-level Private Link. Securing a small number of databases therefore requires enabling Private Link across the entire tenant, in...WorkFull226 hours agoAdvocate INew12Views1like0CommentsImprove Relationship UI Wording to Better Reflect Filter Propagation Direction
The current relationship dialog can be confusing because the UI labels "From" and "To" do not always align with users' linguistic expectations regarding filter propagation. As per document : Relation...v-varunvv7 hours agoMicrosoft EmployeeNew20Views4likes0Comments