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
Set default x axis scrolling position
Enable selection of the default scroll position for the x-axis on a chart. For example, on a line chart with dates as the x-axis, when not all of the data can display in the view at once, the scroll...Lisa_Krieg4 hours agoNew MemberNeeds Votes7.8KViews1154likes104CommentsTable Visual — Rounded Corners and Pill-Style Cell Backgrounds
Add the option to display cell background colors as rounded rectangles or pill-shaped labels within the native Table visual. Currently, applying a background color fills the entire cell with a solid...urawizardharry5 hours agoRegular VisitorNew9Views0likes0CommentsAdd Global Alignment Controls for Power BI Matrix Values and Headers
Please add a global alignment setting for Matrix visuals that allows users to apply the same alignment, left, center, or right, to all measure columns at once. This should apply to column headers, d...AaronReasoner6 hours agoNew MemberNew4Views0likes0CommentsCase sensitive-insensitive option in Power BI
There should be an option in Power BI for the data in the columns to be either case sensitive or insensitive. When one deals with data involving client names or entity names, case sensitivity-sinsens...sohail_syed_moh6 hours agoNew MemberNeeds Votes2.3KViews124likes11CommentsGoverned & Regulation for Publish to Web feature
Notifying certain group of individuals if there is any enhancements performed on the semantic model which already hold an active Publish to Web code in place. This ensure in having more security and...Jaswanth_UNHCR6 hours agoNew MemberNew3Views0likes0Comments