Add missing OSLicense getter references - #4133
Ruchika Mittal (Ruchika-mittal01) merged 2 commits into
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
e310dc2 to
e6b778e
Compare
|
Robin Harwood (@robinharwood) Before this PR can be merged, you need to add the Sign off label to it. Before you sign off a PR, confirm the following:
After you've confirmed the above, do the following to sign off:
After you've signed off, our operations (PubOps) team will review the PR for issues that may impact formatting and the customer experience. If any changes are needed, they will return When the PR passes PubOps review, they'll merge the PR. If the PR is merged into the main branch, changes will go live within the next couple hours. If you have questions about this process, or need help signing off on this PR, post a message to https://aka.ms/tcphelp. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit e310dc2: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit e6b778e: ✅ Validation status: passed
For more details, please refer to the build report. |
e6b778e to
91e01ae
Compare
|
Robin Harwood (@robinharwood) Before this PR can be merged, you need to add the Sign off label to it. Before you sign off a PR, confirm the following:
After you've confirmed the above, do the following to sign off:
After you've signed off, our operations (PubOps) team will review the PR for issues that may impact formatting and the customer experience. If any changes are needed, they will return When the PR passes PubOps review, they'll merge the PR. If the PR is merged into the main branch, changes will go live within the next couple hours. If you have questions about this process, or need help signing off on this PR, post a message to https://aka.ms/tcphelp. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 91e01ae: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Robin Harwood (@robinharwood) Before this PR can be merged, you need to add the Sign off label to it. Before you sign off a PR, confirm the following:
After you've confirmed the above, do the following to sign off:
After you've signed off, our operations (PubOps) team will review the PR for issues that may impact formatting and the customer experience. If any changes are needed, they will return When the PR passes PubOps review, they'll merge the PR. If the PR is merged into the main branch, changes will go live within the next couple hours. If you have questions about this process, or need help signing off on this PR, post a message to https://aka.ms/tcphelp. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit e2fb151: ✅ Validation status: passed
For more details, please refer to the build report. |
adc8b19
into
MicrosoftDocs:main

PR Summary
Adds the two OSLicense getter reference pages omitted from the original module publication:
Get-KmsLicenseInfoGet-SubscriptionLicenseInfoThe pages were authored manually against the engineering
.psm1sources and runtimeGet-Commandoutput. Microsoft.PowerShell.PlatyPS 1.0.3 couldn't generate these parameterless commands becauseGet-Help -Fullexposes the empty parameter collection asSystem.String; PlatyPS then attempts to access.parameters.parameterinGetParameterDefaultValueFromHelpand throws aRuntimeBinderException.The module page now links both commands. Static validation confirms schema
2024-05-01heading order, canonicalHelpUrimetadata, common-parameter-only syntax, source-backed output properties, link integrity, and noAsJobparameter.Related work:
PR Checklist