[StackHCI] Add DoNotExportAttribute to internal functions#29329
Merged
VeryEarly merged 1 commit intoAzure:mainfrom Mar 27, 2026
Merged
[StackHCI] Add DoNotExportAttribute to internal functions#29329VeryEarly merged 1 commit intoAzure:mainfrom
DoNotExportAttribute to internal functions#29329VeryEarly merged 1 commit intoAzure:mainfrom
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
1f79339 to
43ec7fc
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the StackHCI module’s exported surface by marking additional helper functions as non-exportable, along with regenerated module artifacts/help content.
Changes:
- Add
DoNotExportAttributeto additional internal helper functions in the StackHCI custom script to prevent unintended exports. - Regenerate/update
Register-AzStackHCImarkdown help to include the-useStableAgentVersionswitch. - Update various generated metadata/artifacts (module manifest formatting/dependencies, solution/project GUID, generate-info id, assembly version).
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/StackHCI/StackHCI/help/Register-AzStackHCI.md | Adds documentation for -useStableAgentVersion in shipped help. |
| src/StackHCI/StackHCI/Az.StackHCI.psd1 | Regenerated manifest metadata (date/dependency) and minor formatting/field presence changes. |
| src/StackHCI/StackHCI.sln | Updates the Az.StackHCI project GUID and associated solution mappings. |
| src/StackHCI/StackHCI.Autorest/generate-info.json | Updates generation identifier. |
| src/StackHCI/StackHCI.Autorest/docs/Register-AzStackHCI.md | Adds documentation for -useStableAgentVersion in AutoRest docs. |
| src/StackHCI/StackHCI.Autorest/docs/Az.StackHCI.md | Updates docs front-matter module GUID. |
| src/StackHCI/StackHCI.Autorest/custom/stackhci.ps1 | Marks additional helper functions with DoNotExportAttribute. |
| src/StackHCI/StackHCI.Autorest/Properties/AssemblyInfo.cs | Updates assembly version to match module version. |
VeryEarly
approved these changes
Mar 27, 2026
DoNotExportAttribute to internal functions
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.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.