Skip to content

Add es-metadata.yml with initial configuration - #114

Merged
David Pine (IEvangelist) merged 1 commit into
mainfrom
internal-pr-port
Dec 3, 2025
Merged

Add es-metadata.yml with initial configuration#114
David Pine (IEvangelist) merged 1 commit into
mainfrom
internal-pr-port

Conversation

@IEvangelist

Copy link
Copy Markdown
Member

Inventory bootstrapping

Copilot AI review requested due to automatic review settings December 3, 2025 20:21
@IEvangelist
David Pine (IEvangelist) merged commit d0e9fd2 into main Dec 3, 2025
11 checks passed
@IEvangelist
David Pine (IEvangelist) deleted the internal-pr-port branch December 3, 2025 20:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 a new es-metadata.yml configuration file for inventory bootstrapping, establishing the foundational metadata for the InventoryAsCode provider system.

  • Defines schema version 1.0.0 for the metadata configuration
  • Configures the InventoryAsCode provider with production settings and service ownership
  • Sets up routing to the DevDiv organization area path

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

Comment thread es-metadata.yml
Comment on lines +1 to +12
schemaVersion: 1.0.0
providers:
- provider: InventoryAsCode
version: 1.0.0
metadata:
isProduction: true
accountableOwners:
service: faf4001d-e707-493b-a50a-ddf9b3c254b3
routing:
defaultAreaPath:
org: devdiv
path: DevDiv\Web Platform and Tools\Externals\Developer Community Partners

Copilot AI Dec 3, 2025

Copy link

Choose a reason for hiding this comment

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

The entire file has unnecessary leading whitespace (2 spaces) before each top-level key. YAML files should start at column 0 for top-level keys. This is inconsistent with other YAML files in the repository (see .github/workflows/ files) and may cause parsing issues with some YAML parsers.

Remove the leading 2 spaces from all lines so that schemaVersion and providers start at column 0.

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.

3 participants