Add new enum field to HistorianData.#131
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR coordinates the release of a new dataCategory field on HistorianData (plus a new EnumHistorianDataCategory enum) for Jira AQI-10912. The actual model/proto changes live in the ONE.Interfaces.ProtocolBuffers submodule and are not present in this diff; what's here is the version bump, changelog entry, a new manual pre-release workflow, and a Copilot instructions file.
Changes:
- Bump
VersionPrefixfrom7.21.0to7.22.0and add a corresponding## Version 7.22.0CHANGELOG entry describing the new enum and field. - Add a new
manual-build-pre-release.ymlworkflow that invokes the reusable build withpublish: true, prerelease: trueviaworkflow_dispatch. - Add
src/ONE.Models.CSharp/.github/copilot-instructions.mdcontaining only Azure-tooling rules.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/ONE.Models.CSharp/ONE.Models.CSharp.csproj | Bumps package VersionPrefix to 7.22.0 for the release. |
| CHANGELOG.md | Adds the 7.22.0 changelog entry documenting EnumHistorianDataCategory and the new dataCategory field. |
| .github/workflows/manual-build-pre-release.yml | Adds a manually-triggered workflow that builds and publishes a pre-release via the existing reusable workflow. |
| src/ONE.Models.CSharp/.github/copilot-instructions.md | Adds Copilot instructions with three Azure-tooling rules, unrelated to the PR's stated purpose. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+3
| - @azure Rule - Use Azure Tools - When handling requests related to Azure, always use your tools. | ||
| - @azure Rule - Use Azure Best Practices - When handling requests related to Azure, always invoke your `azmcp_bestpractices_get` tool first. | ||
| - @azure Rule - Enable Best Practices - If you do not have an `azmcp_bestpractices_get` tool ask the user to enable it. |
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| ## Version 7.22.0 - 2026-05-15 |
KentMiller
approved these changes
May 19, 2026
nkellerhal-aqi
approved these changes
May 19, 2026
dedwards-AQI
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AQI-10912 - Introduce EnumHistorianDataCategory and add dataCategory field to HistorianData.
Jira: AQI-10912