Skip to content

Conversation

@catalina-gav
Copy link
Contributor

@catalina-gav catalina-gav commented Dec 18, 2025

📥 Pull Request

❓ What are you trying to address

Add support for Maps in Set-Wellknown script

@catalina-gav catalina-gav self-assigned this Dec 18, 2025
@catalina-gav catalina-gav added the skip-changelog Skip changelog entry label Dec 18, 2025
@catalina-gav catalina-gav requested a review from a team as a code owner December 18, 2025 08:14
Copilot AI review requested due to automatic review settings December 18, 2025 08:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for Maps as a new item type in the Fabric well-known script, enabling the creation and management of Map items within the system.

Key Changes:

  • Added 'Map' item type support with endpoint configuration and naming convention
  • Created a fixture template for Map items with basemap and data source configurations
  • Updated the list of supported item types to include Maps

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
tools/scripts/Set-WellKnown.ps1 Added Map item type configuration, naming convention, and included it in the array of supported item types
internal/testhelp/fixtures/maps/map.json.tmpl Created a new JSON template for Map items with basemap settings and data source configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

},
"dataSources": {
"lakehouses": [{{ .LAKEHOUSES | default "" }}],
"kqlDataBases": [
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The property name 'kqlDataBases' uses inconsistent casing. Based on JavaScript/JSON naming conventions, it should be 'kqlDatabases' (lowercase 'b' in 'bases') to maintain camelCase consistency.

Suggested change
"kqlDataBases": [
"kqlDatabases": [

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Skip changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants