Update Fabric REST API specifications and item definition documentation#3006
Merged
Conversation
KupoCat
approved these changes
Jul 8, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the bundled Microsoft Fabric REST API Swagger/definition resources and item-definition documentation shipped with the Fabric Docs toolset (Fabric.Mcp.Tools.Docs). It expands coverage to additional workloads while updating existing specs/examples and aligning shared schema definitions across workloads.
Changes:
- Refreshed multiple existing workload Swagger/definition/example files and added new examples (platform/admin, dataflow, lakehouse, copyJob, etc.).
- Added new workload spec bundles (e.g.,
appBackend,azureDatabricksStorage,dataBuildToolJob,orgApp,orgAppAudience,paginatedReport). - Added/updated item-definition documentation (e.g., Azure Databricks Storage), plus a Fabric Server changelog entry.
Reviewed changes
Copilot reviewed 177 out of 177 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Fabric.Mcp.Tools.Docs/src/Resources/item-definitions/graph-model-definition.md | Updates Graph Model item-definition examples to include $schema references. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/item-definitions/databricks-storage-definition.md | Adds Azure Databricks Storage item-definition documentation and example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/UpdateWorkspace.json | Updates workspace update example payload (adds capacityRegion). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/ResetWorkspaceEncryption.json | Adds example for resetting workspace encryption. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/ListWorkspacesWithContinuation.json | Updates workspace list-with-continuation example (adds capacityRegion). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/ListWorkspaces.json | Updates workspace list example (adds capacityRegion). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/GetWorkspaceEncryptionSuccessResult.json | Adds example for retrieving workspace encryption details (success). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/GetWorkspaceEncryptionInprogressSuccessResult.json | Adds example for retrieving workspace encryption details (in-progress). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/GetUpstreamRelations.json | Adds upstream relations example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/GetDownstreamRelations.json | Adds downstream relations example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/CreateWorkspaceRequiredOnly.json | Updates create workspace example (adds capacityRegion). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/platform/AssignWorkspaceEncryption.json | Adds example for assigning workspace encryption. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/UpdateStreamingVirtualNetworkGateway.json | Adds example for updating Streaming VNet gateway. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/ShutdownGateway.json | Adds example for shutting down a gateway. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/RestartGateway.json | Adds example for restarting a gateway. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/ListGateways.json | Updates gateway listing example to include Streaming VNet gateway entries. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/CreateStreamingVirtualNetworkGateway.json | Adds example for creating a Streaming VNet gateway. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/CheckGatewayStatusVnet.json | Adds example for checking gateway status (VNet). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/CheckGatewayStatusOnPremise.json | Adds example for checking gateway status (on-prem). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/CheckGatewayMemberStatusOffline.json | Adds example for checking gateway member status (offline). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/gateways/CheckGatewayMemberStatus.json | Adds example for checking gateway member status. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/UpdateVirtualNetworkGatewayConnection.json | Updates connection example formatting and adds connection recency block. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/UpdateStreamingVirtualNetworkGatewayConnection.json | Adds update example for Streaming VNet gateway connections. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/UpdateShareableCloudConnection.json | Updates example formatting and adds connection recency block. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/UpdatePersonalCloudConnection.json | Updates example formatting and adds connection recency block. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/UpdateOnPremisesGatewayPersonalConnection.json | Updates example formatting and adds connection recency block. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/UpdateOnPremisesGatewayConnection.json | Updates example formatting and adds connection recency block. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/ListConnections.json | Adds connection recency data and Streaming VNet connection example entry. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/GetConnection.json | Adds connection recency data to get-connection example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/CreateVirtualNetworkGatewayConnection.json | Updates example formatting and adds connection recency in response. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/CreateStreamingVirtualNetworkGatewayConnection.json | Adds create example for Streaming VNet gateway connections. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/CreateOnPremisesGatewayConnection.json | Updates example formatting and adds connection recency in response. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/CreateCloudConnectionWithKeyPair.json | Updates formatting and adds connection recency in response. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/examples/connections/CreateCloudConnection.json | Adds connection recency in response and fixes trailing formatting. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/platform/definitions/platform.json | Updates platform type definitions (workspace capacityRegion placement; moves job parameter types to shared file). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/paginatedReport/examples/UpdatePaginatedReportDefinition.json | Adds paginated report definition update example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/paginatedReport/examples/GetPaginatedReportDefinition.json | Adds get paginated report definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/paginatedReport/examples/GetPaginatedReport.json | Adds get paginated report item example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/paginatedReport/examples/DeletePaginatedReport.json | Adds delete paginated report example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/paginatedReport/examples/CreatePaginatedReport.json | Adds create paginated report example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/paginatedReport/definitions.json | Adds paginated report definition request/response types and enums. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/UpdateOrgAppAudienceDefinition.json | Adds orgAppAudience definition update example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/UpdateOrgAppAudience.json | Adds orgAppAudience metadata update example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/ListOrgAppAudiencesInWorkspace.json | Adds list orgAppAudiences example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/GetOrgAppAudienceDefinition.json | Adds get orgAppAudience definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/GetOrgAppAudience.json | Adds get orgAppAudience item example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/DeleteOrgAppAudience.json | Adds delete orgAppAudience example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/CreateOrgAppAudienceWithoutDefinition.json | Adds create orgAppAudience (no definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgAppAudience/examples/CreateOrgAppAudience.json | Adds create orgAppAudience (with definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/UpdateOrgAppDefinition.json | Adds orgApp definition update example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/UpdateOrgApp.json | Adds orgApp metadata update example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/ListOrgAppsInWorkspace.json | Adds list orgApps example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/GetOrgAppDefinition.json | Adds get orgApp definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/GetOrgApp.json | Adds get orgApp item example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/DeleteOrgApp.json | Adds delete orgApp example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/CreateOrgAppWithoutDefinition.json | Adds create orgApp (no definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/orgApp/examples/CreateOrgApp.json | Adds create orgApp (with definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/notebook/definitions.json | Updates notebook parameter schema reference to shared job_scheduling definitions. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/lakehouse/examples/UpdateLakehouseRefreshMaterializedLakeViewsSchedule.json | Adds executionData block to refresh schedule example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/lakehouse/examples/UpdateExecutionDefinition.json | Adds update MLV execution definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/lakehouse/examples/ListExecutionDefinitions.json | Adds list MLV execution definitions example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/lakehouse/examples/GetExecutionDefinition.json | Adds get MLV execution definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/lakehouse/examples/DeleteExecutionDefinition.json | Adds delete MLV execution definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/lakehouse/examples/CreateLakehouseRefreshMaterializedLakeViewsSchedule.json | Adds executionData block to create refresh schedule example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/lakehouse/examples/CreateExecutionDefinition.json | Adds create MLV execution definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataPipeline/examples/UpdateDataPipelineExecuteSchedule.json | Adds update execute schedule example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataPipeline/examples/ListDataPipelineExecuteSchedules.json | Adds list execute schedules example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataPipeline/examples/ListDataPipelineExecuteJobInstances.json | Adds list execute job instances example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataPipeline/examples/GetDataPipelineExecuteSchedule.json | Adds get execute schedule example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataPipeline/examples/GetDataPipelineExecuteJobInstance.json | Adds get execute job instance example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataPipeline/examples/DeleteDataPipelineExecuteSchedule.json | Adds delete execute schedule example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataPipeline/definitions.json | Adds execute schedule/job instance definition types. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataflow/swagger.json | Updates executeQuery docs and adds Accept negotiation parameter (plus related text). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataflow/definitions.json | Adjusts job parameter definition referencing and inlines ItemJobParameter schema. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/UpdateDataBuildToolJobDefinition.json | Adds update definition example for DataBuildToolJob. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/UpdateDataBuildToolJob.json | Adds update metadata example for DataBuildToolJob. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/RunOnDemandDataBuildToolJobNoBody.json | Adds run-on-demand example without request body. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/ListDataBuildToolJobsInWorkspace.json | Adds list DataBuildToolJobs example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/GetDataBuildToolJobDefinition.json | Adds get DataBuildToolJob definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/GetDataBuildToolJob.json | Adds get DataBuildToolJob item example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/DeleteDataBuildToolJob.json | Adds delete DataBuildToolJob example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/CreateDataBuildToolJobWithoutDefinition.json | Adds create DataBuildToolJob (no definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/CreateDataBuildToolJobExecuteSchedule.json | Adds create execute schedule example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataBuildToolJob/examples/CreateDataBuildToolJob.json | Adds create DataBuildToolJob (with definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/UpdateStagingDataAgentSettings.json | Adds update staging DataAgent settings example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/UpdateStagingDataAgentDatasourceFewshot.json | Adds update staging datasource fewshot example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/UpdateStagingDataAgentDatasourceElement.json | Adds update staging datasource element example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/UpdateStagingDataAgentDatasource.json | Adds update staging datasource example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/UpdateDataAgentDefinition.json | Normalizes JSON formatting (updateMetadata spacing; 200 response). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ResetStagingDataAgent.json | Adds reset staging DataAgent example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/PublishDataAgent.json | Adds publish DataAgent example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ListStagingDataAgentDatasources.json | Adds list staging datasources example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ListStagingDataAgentDatasourceFewshots.json | Adds list staging datasource fewshots example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ListStagingDataAgentDatasourceElements.json | Adds list staging datasource elements example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ListPublishedDataAgentDatasources.json | Adds list published datasources example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ListPublishedDataAgentDatasourceFewshots.json | Adds list published datasource fewshots example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ListPublishedDataAgentDatasourceElements.json | Adds list published datasource elements example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/ListDataAgentsInWorkspace.json | Adds properties.publishedDescription in list response example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/GetStagingDataAgentSettings.json | Adds get staging DataAgent settings example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/GetStagingDataAgentDatasourceFewshot.json | Adds get staging datasource fewshot example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/GetStagingDataAgentDatasource.json | Adds get staging datasource example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/GetPublishedDataAgentSettings.json | Adds get published DataAgent settings example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/GetPublishedDataAgentDatasourceFewshot.json | Adds get published datasource fewshot example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/GetPublishedDataAgentDatasource.json | Adds get published datasource example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/GetDataAgent.json | Adds properties.publishedDescription in get response example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/DeleteStagingDataAgentDatasourceFewshot.json | Adds delete staging datasource fewshot example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/DeleteStagingDataAgentDatasourceElement.json | Adds delete staging datasource element example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/DeleteStagingDataAgentDatasource.json | Adds delete staging datasource example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/DeleteAllStagingDataAgentDatasourceFewshots.json | Adds delete-all staging datasource fewshots example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/CreateStagingDataAgentWarehouseDatasource.json | Adds create staging warehouse datasource example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/CreateStagingDataAgentDatasourceFewshot.json | Adds create staging datasource fewshot example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/dataAgent/examples/CreateStagingDataAgentDatasource.json | Adds create staging datasource example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/cosmosDbDatabase/examples/ListCosmosDBDatabasesInWorkspace.json | Extends CosmosDBDatabase list example with properties. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/cosmosDbDatabase/examples/GetCosmosDBDatabase.json | Extends CosmosDBDatabase get example with properties. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/cosmosDbDatabase/definitions.json | Adds CosmosDBDatabaseProperties schema and surfaces it on CosmosDBDatabase. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/copyJob/swagger.json | Adds resetCopyJob operation with examples. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/copyJob/examples/ResetCopyJob_SelectedCopyJobEntities.json | Adds example for resetting selected CopyJob entities. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/copyJob/examples/ResetCopyJob_AllCopyJobEntities.json | Adds example for resetting all CopyJob entities. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/copyJob/definitions.json | Adds CopyJob reset payload/element schemas. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/common/job_scheduling.json | Adds shared job parameter type and parameter object definitions. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/UpdateAzureDatabricksStorageDefinition.json | Adds update Azure Databricks Storage definition example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/UpdateAzureDatabricksStorage.json | Adds update Azure Databricks Storage metadata example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/ListAzureDatabricksStoragesInWorkspace.json | Adds list Azure Databricks Storage items example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/HardDeleteAzureDatabricksStorage.json | Adds hard-delete example for Azure Databricks Storage. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/GetAzureDatabricksStorageDefinition.json | Adds get definition example for Azure Databricks Storage. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/GetAzureDatabricksStorage.json | Adds get item example for Azure Databricks Storage. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/DeleteAzureDatabricksStorage.json | Adds delete example for Azure Databricks Storage. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/CreateAzureDatabricksStorageWithDefinition.json | Adds create-with-definition example for Azure Databricks Storage. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/azureDatabricksStorage/examples/CreateAzureDatabricksStorage.json | Adds create example for Azure Databricks Storage. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/appBackend/examples/UpdateAppBackend.json | Adds update AppBackend example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/appBackend/examples/ListAppBackendsInWorkspace.json | Adds list AppBackends example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/appBackend/examples/GetAppBackend.json | Adds get AppBackend example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/appBackend/examples/DeleteAppBackend.json | Adds delete AppBackend example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/appBackend/examples/CreateAppBackendWithoutDefinition.json | Adds create AppBackend (no definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/appBackend/definitions.json | Adds AppBackend data types (definitions.json). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/apacheAirflowJob/examples/UpdateApacheAirflowJobCompute.json | Adds compute update example for Apache Airflow Job. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/apacheAirflowJob/examples/CreateApacheAirflowJobWithDefinition.json | Adds create Apache Airflow Job (with definition) example. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/apacheAirflowJob/definitions.json | Fixes wording and adds AirflowEnvironmentComputeRequest schema. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/admin/swagger.json | Updates admin workspaces endpoint (encryption filters/includes) and domain nonEmptyOnly wording. |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/admin/examples/ListWorkspacesWithoutEncryptionAndCapacity.json | Adds admin workspaces example (capacity-only, no encryption include). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/admin/examples/ListWorkspacesWithEncryptionAndCapacity.json | Adds admin workspaces example (capacity + encryption include + status filter). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/admin/examples/ListWorkspacesWithEncryption.json | Adds admin workspaces example (encryption include). |
| tools/Fabric.Mcp.Tools.Docs/src/Resources/fabric-rest-api-specs/contents/admin/definitions.json | Adds encryption field to admin workspace model. |
| servers/Fabric.Mcp.Server/changelog-entries/1783507618310.yaml | Adds changelog entry for the spec/docs refresh. |
KupoCat
approved these changes
Jul 8, 2026
Contributor
Author
|
@microsoft-github-policy-service rerun |
auto-merge was automatically disabled
July 8, 2026 12:07
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates the bundled Microsoft Fabric REST API specifications and item definition documentation in the Fabric Docs toolset (
Fabric.Mcp.Tools.Docs).Documentation/resource-only change — no MCP tools were added or modified.
GitHub issue number?
N/A
Pre-merge Checklist
Invoking Livetests
Copilot submitted PRs are not trustworthy by default. Users with
writeaccess to the repo need to validate the contents of this PR before leaving a comment with the text/azp run mcp - pullrequest - live. This will trigger the necessary livetest workflows to complete required validation.