Skip to content

Commit 2354f09

Browse files
authored
CHORE: Update es-metadata.yml to schema v1.0.0 (#416)
### Work Item / Issue Reference <!-- IMPORTANT: Please follow the PR template guidelines below. For mssql-python maintainers: Insert your ADO Work Item ID below For external contributors: Insert Github Issue number below Only one reference is required - either GitHub issue OR ADO Work Item. --> <!-- mssql-python maintainers: ADO Work Item --> > [AB#41852](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/41852) <!-- External contributors: GitHub Issue --> > GitHub Issue: #<ISSUE_NUMBER> ------------------------------------------------------------------- ### Summary <!-- Insert your summary of changes below. Minimum 10 characters required. --> This pull request updates the `es-metadata.yml` file to use schema version 1.0.0 and adds provider information for better metadata management. Metadata and schema updates: * Updated the `schemaVersion` from `0.0.1` to `1.0.0` to reflect a new schema version. * Added a `providers` section specifying the `InventoryAsCode` provider with version `1.0.0`, and included associated metadata such as `isProduction` and `accountableOwners`. <!-- ### PR Title Guide > For feature requests FEAT: (short-description) > For non-feature requests like test case updates, config updates , dependency updates etc CHORE: (short-description) > For Fix requests FIX: (short-description) > For doc update requests DOC: (short-description) > For Formatting, indentation, or styling update STYLE: (short-description) > For Refactor, without any feature changes REFACTOR: (short-description) > For release related changes, without any feature changes RELEASE: #<RELEASE_VERSION> (short-description) ### Contribution Guidelines External contributors: - Create a GitHub issue first: https://github.com/microsoft/mssql-python/issues/new - Link the GitHub issue in the "GitHub Issue" section above - Follow the PR title format and provide a meaningful summary mssql-python maintainers: - Create an ADO Work Item following internal processes - Link the ADO Work Item in the "ADO Work Item" section above - Follow the PR title format and provide a meaningful summary -->
1 parent cd1ae9e commit 2354f09

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

es-metadata.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
schemaVersion: 0.0.1
2-
isProduction: true
3-
accountableOwners:
4-
service: ae66a2ba-2c8a-4e77-8323-305cfad11f0e
5-
routing:
6-
defaultAreaPath:
7-
org: sqlclientdrivers
8-
path: mssql-python
1+
schemaVersion: 1.0.0
2+
providers:
3+
- provider: InventoryAsCode
4+
version: 1.0.0
5+
metadata:
6+
isProduction: true
7+
accountableOwners:
8+
service: ae66a2ba-2c8a-4e77-8323-305cfad11f0e
9+
routing:
10+
defaultAreaPath:
11+
org: sqlclientdrivers
12+
path: mssql-python

0 commit comments

Comments
 (0)