You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use purviewCollectionName parameter for Purview collection setup
- Updated create_purview_collection.ps1 to read purviewCollectionName first, falling back to desiredFabricDomainName for backwards compatibility
- Updated register_fabric_datasource.ps1 with same fix
- Fixed PowerShell string interpolation syntax error
Warn "Found existing PowerBI datasource '${($anyPbi.name)}' registered under a collection and no root-level Fabric datasource exists. Using that datasource and not creating a new root-level datasource."
261
+
Warn "Found existing PowerBI datasource '$($anyPbi.name)' registered under a collection and no root-level Fabric datasource exists. Using that datasource and not creating a new root-level datasource."
0 commit comments