Skip to content

Conversation

@mikefrobbins
Copy link
Contributor

@mikefrobbins mikefrobbins commented Nov 6, 2025

PR Summary

Fixes AB#506191 - Added preview status message metadata

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

@learn-build-service-prod
Copy link
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 9c71684:

💡 Validation status: suggestions

File Status Preview URL Details
azps-14.6.0/Az.AksArc/New-AzAksArcCluster.md 💡Suggestion View (azps-14.6.0) Details
azps-14.6.0/Az.AksArc/Update-AzAksArcCluster.md 💡Suggestion View (azps-14.6.0) Details
azps-14.6.0/Az.BotService/Export-AzBotServiceApp.md 💡Suggestion View (azps-14.6.0) Details
azps-14.6.0/Az.BotService/New-AzBotService.md 💡Suggestion View (azps-14.6.0) Details
azps-14.6.0/Az.ConnectedKubernetes/Set-AzConnectedKubernetes.md 💡Suggestion View (azps-14.6.0) Details
azps-14.6.0/Az.ADDomainServices/Az.ADDomainServices.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.ADDomainServices/Get-AzADDomainService.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.ADDomainServices/New-AzADDomainService.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.ADDomainServices/New-AzADDomainServiceForestTrustObject.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.ADDomainServices/New-AzADDomainServiceReplicaSetObject.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.ADDomainServices/Remove-AzADDomainService.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.ADDomainServices/Update-AzADDomainService.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Az.AksArc.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcCluster.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcClusterAdminKubeconfig.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcClusterUpgrade.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcClusterUserKubeconfig.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcKubernetesVersion.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcLog.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcNodepool.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcVirtualNetwork.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Get-AzAksArcVMSku.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/Invoke-AzAksArcClusterUpgrade.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/New-AzAksArcNodepool.md ✅Succeeded View (azps-14.6.0)
azps-14.6.0/Az.AksArc/New-AzAksArcVirtualNetwork.md ✅Succeeded View (azps-14.6.0)

This comment lists only the first 25 files in the pull request.

azps-14.6.0/Az.AksArc/New-AzAksArcCluster.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Az.AksArc.New-AzAksArcCluster cmdlet. Parameters lacking description: AdminGroupObjectID, EnableAutoScaling, Location, MaxCount, MaxPod, MinCount

azps-14.6.0/Az.AksArc/Update-AzAksArcCluster.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Az.AksArc.Update-AzAksArcCluster cmdlet. Parameters lacking description: AdminGroupObjectID

azps-14.6.0/Az.BotService/Export-AzBotServiceApp.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Az.BotService.Export-AzBotServiceApp cmdlet. Parameters lacking description: SavePath

azps-14.6.0/Az.BotService/New-AzBotService.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Az.BotService.New-AzBotService cmdlet. Parameters lacking description: BotTemplateType, Language, Webapp

azps-14.6.0/Az.ConnectedKubernetes/Set-AzConnectedKubernetes.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Az.ConnectedKubernetes.Set-AzConnectedKubernetes cmdlet. Parameters lacking description: DisableGateway, InputObject

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@mikefrobbins mikefrobbins merged commit 1a5b49f into MicrosoftDocs:main Nov 6, 2025
4 checks passed
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.

1 participant