Skip to content

adding demo and help info#809

Open
billmath wants to merge 1 commit intomicrosoft:mainfrom
billmath:demo1
Open

adding demo and help info#809
billmath wants to merge 1 commit intomicrosoft:mainfrom
billmath:demo1

Conversation

@billmath
Copy link

Description

Briefly describe what this PR does and why.

Linked Issue (REQUIRED)

Copilot AI review requested due to automatic review settings February 12, 2026 15:23
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

Adds a small demo workspace structure and a minimal deployment script under sample/, and extends the documentation with additional “Get help” links.

Changes:

  • Add a demo deploy.py script showing basic FabricWorkspace + publish_all_items usage.
  • Add sample Fabric item .platform metadata files for a Notebook and Lakehouse.
  • Add a “Get help” section to docs/about.md with support/community links.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
sample/fabric-cicd-demo/fabric-cicd-demo/fabric_items/deploy.py New demo deployment script for publishing items from the sample directory.
sample/fabric-cicd-demo/fabric-cicd-demo/fabric_items/Notebook_1.Notebook/.platform Adds sample Notebook platform metadata.
sample/fabric-cicd-demo/fabric-cicd-demo/fabric_items/Contoso_LH.Lakehouse/.platform Adds sample Lakehouse platform metadata.
docs/about.md Adds “Get help” section with links for issues/support/community.

**Found a bug or have a suggestion?**

- [Report an issue](https://github.com/microsoft/fabric-cicd/issues)
- [Request a feature](https://github.com/microsoft/fabric-cicd/discussions)
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

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

The Support section above directs users to file feature requests as GitHub Issues (with a template link), but this new "Request a feature" link points to Discussions. Please make the guidance consistent (either update the earlier text to recommend Discussions, or change this link to the feature-request issue template).

Suggested change
- [Request a feature](https://github.com/microsoft/fabric-cicd/discussions)
- [Request a feature](https://github.com/microsoft/fabric-cicd/issues/new?template=2-feature.yml)

Copilot uses AI. Check for mistakes.
Comment on lines +32 to +34
**Need help using the CLI?**

- See [Troubleshooting](./troubleshooting.md) for common problems and solutions
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

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

This repository doesn’t appear to expose a CLI entrypoint (no project.scripts / console_scripts), so "Need help using the CLI?" is likely misleading here. Consider rewording this section to refer to using the library / deployment scripts instead, or link to the actual CLI docs if one exists elsewhere.

Suggested change
**Need help using the CLI?**
- See [Troubleshooting](./troubleshooting.md) for common problems and solutions
**Need help using fabric-cicd?**
- See [Troubleshooting](./troubleshooting.md) for common usage problems and solutions

Copilot uses AI. Check for mistakes.
Comment on lines +23 to +24
## Get help

Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

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

PR metadata still contains the template text and the title/description are not linked to an issue as required by the repo contribution guidelines (title format like "Fixes #123 - ..."). Please update the PR title and description to reference the appropriate issue before merging.

Copilot uses AI. Check for mistakes.
repo_dir = Path(__file__).resolve().parent # ...\fabric_items

workspace = FabricWorkspace(
workspace_id="<YOUR_WORKSPACE_ID>",
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

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

workspace_id example value ("<YOUR_WORKSPACE_ID>") is not a GUID, so this script will fail validation immediately if someone runs it before editing. Consider using a GUID-shaped placeholder (or workspace_name) so the example runs after only updating credentials/workspace details.

Suggested change
workspace_id="<YOUR_WORKSPACE_ID>",
workspace_id="00000000-0000-0000-0000-000000000000",

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant