Skip to content

Register azps-100.0.0 moniker for AzClips PowerShell public preview - #4376

Draft
DanielMicrosoft wants to merge 3 commits into
MicrosoftDocs:mainfrom
DanielMicrosoft:register-azps-100.0.0-moniker
Draft

Register azps-100.0.0 moniker for AzClips PowerShell public preview#4376
DanielMicrosoft wants to merge 3 commits into
MicrosoftDocs:mainfrom
DanielMicrosoft:register-azps-100.0.0-moniker

Conversation

@DanielMicrosoft

Copy link
Copy Markdown

Onboards the AzClips PowerShell public preview under the azps-100.0.0 moniker (friendly name: Az PowerShell 0.10.0 Preview). Version 100.0.0 sorts above every real Az PS release on the dropdown; the "Preview" label distinguishes it.

Two commits

  1. c2dd189a9 — moniker registration (config-only, hand-authored)
  2. 456348b6f — first content drop (script-driven, see below)

1. Registration commit — c2dd189a9

File Change
mapping/monikerMapping.json Add azps-100.0.0 entry — packageRoot, conceptualToc, serviceMap. Mirrors the shape of every other moniker in the file.
mapping/az-groupMapping-100.0.0.json New file. Maps the 24 cmdlets AzClips ships today to service families. First-pass groupings are by shipping module (Compute, Config, Accounts, MS Graph, Resources) — happy to align with docs.ms conventions if there's a preferred taxonomy.
docs-conceptual/azps-100.0.0/toc.yml New file. Minimal landing TOC placeholder; conceptual content is not yet authored for AzClips PowerShell.

2. Content commit — 456348b6f

Produced by the AzClips PS docs sync shim (Azure/azclips#721). Exact invocation from the AzClips repo root:

pwsh -File build/Sync-AzclipsPowerShellDocs.ps1 -Force

Config file the shim reads (build/ps-docs-sync.config.json):

{
  "moniker": "azps-100.0.0",
  "targetRepoPath": "../azure-docs-powershell",
  "targetModuleNamePattern": "Az.{ModuleName}",
  "sourcePsRoot": "src/PS",
  "sourceRepoUrl": "https://github.com/Azure/azclips",
  "sourceBranch": "main",
  "downloadHelpLinkBase": "https://learn.microsoft.com/powershell/module"
}

What the shim does:

  • Discovers publishable modules under src/PS/ (any module with both <Name>.psd1 and a non-empty help/ directory).
  • Generates per-module Az.<Module>.md module-index files at sync time from the module manifest + each cmdlet's ## SYNOPSIS.
  • Copies src/PS/<Module>/help/*.md (PlatyPS 2024-05-01 schema) into azps-100.0.0/Az.<Module>/.
  • Commits the branch with a deterministic message. No push (that step is manual pending bot-auth).

Content shape

29 files across 5 modules:

Folder Cmdlets Notes
azps-100.0.0/Az.Compute/ 3 (Get-AzVM, New-AzVM, Remove-AzVM)
azps-100.0.0/Az.Config/ 5 (Get-AzConfig, Get-AzConfigInfo, Get-AzConfigList, Remove-AzConfig, Set-AzConfig) AzClips ships Az.Config as a distinct module. In real Az PS these live under Az.Accounts; happy to remap if that's preferred.
azps-100.0.0/Az.Login/ 5 (Connect-AzAccount, Disconnect-AzAccount, Get-AzProfile, Remove-AzProfile, Set-AzProfile) Same note — AzClips ships Az.Login; real Az PS uses Az.Accounts.
azps-100.0.0/Az.MsGraph/ 6 (Get-AzMsGraphApplication, Get-AzMsGraphGroup, Get-AzMsGraphGroupMember, Get-AzMsGraphUser, New-AzMsGraphApplication, Remove-AzMsGraphApplication)
azps-100.0.0/Az.Resources/ 5 (Get-AzResourceGroup, Invoke-AzRestMethod, New-AzResourceGroup, New-AzResourceGroupDeployment, New-AzResourceGroupDeploymentWhatIf)

Plus one Az.<Module>.md module-index page per folder (5 total).

Open questions for reviewers

  1. Module folder naming — we currently ship as Az.Compute / Az.Config / Az.Login / Az.MsGraph / Az.Resources because those are the AzClips module names. If docs.ms expects the classic Az PS layout (Az.Accounts for everything Accounts/Config/Login-related), we can remap the shim's targetModuleNamePattern and re-sync.
  2. Service-family groupings in az-groupMapping-100.0.0.json — first-pass is by-module. Guidance welcome if there's a preferred vocabulary (e.g., "Virtual Machines" instead of "Compute").
  3. Conceptual content — the placeholder docs-conceptual/azps-100.0.0/toc.yml is a stub; we don't have onboarding-narrative markdown yet. Is a stub TOC acceptable to unblock the reference-content build, or do we need at least a landing index.yml?
  4. PSMD2Yaml vs MAML2Yaml — the docset currently uses MAML2Yaml (per .openpublishing.publish.config.json). Per the docs.ms guidance the AzClips team has seen, new onboardings target PSMD2Yaml (PlatyPS 2024-05-01-compatible). Should this PR flip the docset config, or is that a separate change docs.ms owns?

Related

First-time onboarding of the AzClips-PowerShell docset under the `azps-100.0.0` moniker (friendly name 'Az PowerShell 0.10.0 Preview').

- mapping/monikerMapping.json: new moniker entry (packageRoot, conceptualToc, serviceMap).

- mapping/az-groupMapping-100.0.0.json: service map for the 24 cmdlets AzClips ships today (grouped by module: Compute, Config, Accounts, MS Graph, Resources). First-pass categorisation; happy to align with docs.ms conventions.

- docs-conceptual/azps-100.0.0/toc.yml: minimal landing TOC placeholder pending real conceptual content.

Content commit follows in the next commit via build/Sync-AzclipsPowerShellDocs.ps1 in Azure/azclips.
@learn-build-service-prod

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Learn Build status updates of commit 456348b:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
azps-100.0.0/Az.Compute ❌Error Details
azps-100.0.0/Az.Compute/Get-AzVM.md ❌Error Details
azps-100.0.0/Az.Compute/New-AzVM.md ❌Error Details
azps-100.0.0/Az.Compute/Remove-AzVM.md ❌Error Details
azps-100.0.0/Az.Config ❌Error Details
azps-100.0.0/Az.Config/Get-AzConfig.md ❌Error Details
azps-100.0.0/Az.Config/Get-AzConfigInfo.md ❌Error Details
azps-100.0.0/Az.Config/Get-AzConfigList.md ❌Error Details
azps-100.0.0/Az.Config/Remove-AzConfig.md ❌Error Details
azps-100.0.0/Az.Config/Set-AzConfig.md ❌Error Details
azps-100.0.0/Az.Login ❌Error Details
azps-100.0.0/Az.Login/Connect-AzAccount.md ❌Error Details
azps-100.0.0/Az.Login/Disconnect-AzAccount.md ❌Error Details
azps-100.0.0/Az.Login/Get-AzProfile.md ❌Error Details
azps-100.0.0/Az.Login/Remove-AzProfile.md ❌Error Details
azps-100.0.0/Az.Login/Set-AzProfile.md ❌Error Details
azps-100.0.0/Az.MsGraph ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphApplication.md ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroup.md ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroupMember.md ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphUser.md ❌Error Details
azps-100.0.0/Az.MsGraph/New-AzMsGraphApplication.md ❌Error Details
azps-100.0.0/Az.MsGraph/Remove-AzMsGraphApplication.md ❌Error Details
azps-100.0.0/Az.Resources ❌Error Details
azps-100.0.0/Az.Resources/Get-AzResourceGroup.md ❌Error Details

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

azps-100.0.0/Az.Compute

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.Compute

azps-100.0.0/Az.Compute/Get-AzVM.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzVM.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Compute/New-AzVM.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert New-AzVM.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Compute/Remove-AzVM.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzVM.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.Config

azps-100.0.0/Az.Config/Get-AzConfig.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzConfig.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Get-AzConfigInfo.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzConfigInfo.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Get-AzConfigList.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzConfigList.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Remove-AzConfig.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzConfig.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Set-AzConfig.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Set-AzConfig.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.Login

azps-100.0.0/Az.Login/Connect-AzAccount.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Connect-AzAccount.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Disconnect-AzAccount.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Disconnect-AzAccount.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Get-AzProfile.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzProfile.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Remove-AzProfile.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzProfile.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Set-AzProfile.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Set-AzProfile.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.MsGraph

azps-100.0.0/Az.MsGraph/Get-AzMsGraphApplication.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphApplication.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroup.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphGroup.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroupMember.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphGroupMember.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Get-AzMsGraphUser.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphUser.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/New-AzMsGraphApplication.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert New-AzMsGraphApplication.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Remove-AzMsGraphApplication.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzMsGraphApplication.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Resources

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.Resources

azps-100.0.0/Az.Resources/Get-AzResourceGroup.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzResourceGroup.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
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.

@learn-build-service-prod

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Learn Build status updates of commit cb0447a:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
azps-100.0.0/Az.Compute ❌Error Details
azps-100.0.0/Az.Compute/Get-AzVM.md ❌Error Details
azps-100.0.0/Az.Compute/New-AzVM.md ❌Error Details
azps-100.0.0/Az.Compute/Remove-AzVM.md ❌Error Details
azps-100.0.0/Az.Config/Get-AzConfig.md ❌Error Details
azps-100.0.0/Az.Config/Get-AzConfigInfo.md ❌Error Details
azps-100.0.0/Az.Config/Get-AzConfigList.md ❌Error Details
azps-100.0.0/Az.Config/Remove-AzConfig.md ❌Error Details
azps-100.0.0/Az.Login ❌Error Details
azps-100.0.0/Az.Login/Connect-AzAccount.md ❌Error Details
azps-100.0.0/Az.Login/Disconnect-AzAccount.md ❌Error Details
azps-100.0.0/Az.Login/Get-AzProfile.md ❌Error Details
azps-100.0.0/Az.Login/Remove-AzProfile.md ❌Error Details
azps-100.0.0/Az.Login/Set-AzProfile.md ❌Error Details
azps-100.0.0/Az.MsGraph ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphApplication.md ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroup.md ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroupMember.md ❌Error Details
azps-100.0.0/Az.MsGraph/Get-AzMsGraphUser.md ❌Error Details
azps-100.0.0/Az.MsGraph/New-AzMsGraphApplication.md ❌Error Details
azps-100.0.0/Az.MsGraph/Remove-AzMsGraphApplication.md ❌Error Details
azps-100.0.0/Az.Resources ❌Error Details
azps-100.0.0/Az.Resources/Get-AzResourceGroup.md ❌Error Details
azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md ❌Error Details
azps-100.0.0/Az.Resources/New-AzResourceGroup.md ❌Error Details

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

azps-100.0.0/Az.Compute

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.Compute

azps-100.0.0/Az.Compute/Get-AzVM.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzVM.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Compute/New-AzVM.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert New-AzVM.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Compute/Remove-AzVM.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzVM.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Get-AzConfig.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzConfig.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Get-AzConfigInfo.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzConfigInfo.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Get-AzConfigList.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzConfigList.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Config/Remove-AzConfig.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzConfig.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.Login

azps-100.0.0/Az.Login/Connect-AzAccount.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Connect-AzAccount.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Disconnect-AzAccount.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Disconnect-AzAccount.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Get-AzProfile.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzProfile.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Remove-AzProfile.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzProfile.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Login/Set-AzProfile.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Set-AzProfile.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.MsGraph

azps-100.0.0/Az.MsGraph/Get-AzMsGraphApplication.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphApplication.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroup.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphGroup.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroupMember.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphGroupMember.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Get-AzMsGraphUser.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzMsGraphUser.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/New-AzMsGraphApplication.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert New-AzMsGraphApplication.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.MsGraph/Remove-AzMsGraphApplication.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Remove-AzMsGraphApplication.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Resources

  • Line 0, Column 0: [Error: PSMD2Yaml_NoCmdletsInModule] No cmdlets found in module: Az.Resources

azps-100.0.0/Az.Resources/Get-AzResourceGroup.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Get-AzResourceGroup.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert Invoke-AzRestMethod.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

azps-100.0.0/Az.Resources/New-AzResourceGroup.md

  • Line 0, Column 0: [Error: PSMD2Yaml_FileProcessFailed] Failed to process file: Failed to convert New-AzResourceGroup.md to YAML file by PlatyPS, need to check the content, can execute Measure-PlatyPSMarkdown to obtain diagnostics.

This comment lists only the first 25 errors (including error/warning/suggestion) in the pull request.
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.

@DanielMicrosoft
DanielMicrosoft force-pushed the register-azps-100.0.0-moniker branch from cb0447a to 98f05c7 Compare September 7, 2026 03:23
@learn-build-service-prod

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Learn Build status updates of commit 98f05c7:

⚠️ Validation status: warnings

File Status Preview URL Details
azps-100.0.0/Az.Compute/Get-AzVM.md ⚠️Warning Details
azps-100.0.0/Az.Compute/New-AzVM.md ⚠️Warning Details
azps-100.0.0/Az.Compute/Remove-AzVM.md ⚠️Warning Details
azps-100.0.0/Az.Config/Get-AzConfig.md ⚠️Warning Details
azps-100.0.0/Az.Config/Get-AzConfigInfo.md ⚠️Warning Details
azps-100.0.0/Az.Config/Get-AzConfigList.md ⚠️Warning Details
azps-100.0.0/Az.Config/Remove-AzConfig.md ⚠️Warning Details
azps-100.0.0/Az.Config/Set-AzConfig.md ⚠️Warning Details
azps-100.0.0/Az.Login/Connect-AzAccount.md ⚠️Warning Details
azps-100.0.0/Az.Login/Disconnect-AzAccount.md ⚠️Warning Details
azps-100.0.0/Az.Resources/Get-AzResourceGroup.md ⚠️Warning Details
azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md ⚠️Warning Details
azps-100.0.0/Az.Resources/New-AzResourceGroup.md ⚠️Warning Details
azps-100.0.0/Az.Resources/New-AzResourceGroupDeployment.md ⚠️Warning Details
azps-100.0.0/Az.Resources/New-AzResourceGroupDeploymentWhatIf.md ⚠️Warning Details
azps-100.0.0/Az.Compute/Az.Compute.md ✅Succeeded
azps-100.0.0/Az.Config/Az.Config.md ✅Succeeded
azps-100.0.0/Az.Login/Az.Login.md ✅Succeeded
azps-100.0.0/Az.Login/Get-AzProfile.md ✅Succeeded
azps-100.0.0/Az.Login/Remove-AzProfile.md ✅Succeeded
azps-100.0.0/Az.Login/Set-AzProfile.md ✅Succeeded
azps-100.0.0/Az.MsGraph/Az.MsGraph.md ✅Succeeded
azps-100.0.0/Az.MsGraph/Get-AzMsGraphApplication.md ✅Succeeded
azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroup.md ✅Succeeded
azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroupMember.md ✅Succeeded

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

azps-100.0.0/Az.Compute/Get-AzVM.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Compute/Get-AzVM.md

azps-100.0.0/Az.Compute/New-AzVM.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Compute/New-AzVM.md

azps-100.0.0/Az.Compute/Remove-AzVM.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Compute/Remove-AzVM.md

azps-100.0.0/Az.Config/Get-AzConfig.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Get-AzConfig.md

azps-100.0.0/Az.Config/Get-AzConfigInfo.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Get-AzConfigInfo.md

azps-100.0.0/Az.Config/Get-AzConfigList.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Get-AzConfigList.md

azps-100.0.0/Az.Config/Remove-AzConfig.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Remove-AzConfig.md

azps-100.0.0/Az.Config/Set-AzConfig.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Set-AzConfig.md

azps-100.0.0/Az.Login/Connect-AzAccount.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Login/Connect-AzAccount.md

azps-100.0.0/Az.Login/Disconnect-AzAccount.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Login/Disconnect-AzAccount.md

azps-100.0.0/Az.Resources/Get-AzResourceGroup.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/Get-AzResourceGroup.md

azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md

azps-100.0.0/Az.Resources/New-AzResourceGroup.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/New-AzResourceGroup.md

azps-100.0.0/Az.Resources/New-AzResourceGroupDeployment.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/New-AzResourceGroupDeployment.md

azps-100.0.0/Az.Resources/New-AzResourceGroupDeploymentWhatIf.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/New-AzResourceGroupDeploymentWhatIf.md

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.

…e, feedback_system

docs.ms Learn build succeeded for azps-100.0.0 content but produced no preview URLs (`Publish Files` empty, `% Files Skipped Publishing: 100.000%`). Comparing with MicrosoftDocs/azure-docs-cli#6158 (which does emit preview URLs) surfaced that `docfx.json` needed per-moniker entries the same way `mapping/monikerMapping.json` did. Mirrors the azps-16.3.0 shape (three content entries + one resource + versions dest + ms.date + feedback_system).
@learn-build-service-prod

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Learn Build status updates of commit e700b5a:

⚠️ Validation status: warnings

File Status Preview URL Details
azps-100.0.0/Az.Compute/Get-AzVM.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Compute/New-AzVM.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Compute/Remove-AzVM.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Config/Get-AzConfig.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Config/Get-AzConfigInfo.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Config/Get-AzConfigList.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Config/Remove-AzConfig.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Config/Set-AzConfig.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Login/Connect-AzAccount.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Login/Disconnect-AzAccount.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Resources/Get-AzResourceGroup.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Resources/New-AzResourceGroup.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Resources/New-AzResourceGroupDeployment.md ⚠️Warning View (azps-100.0.0) Details
azps-100.0.0/Az.Resources/New-AzResourceGroupDeploymentWhatIf.md ⚠️Warning View (azps-100.0.0) Details
docs-conceptual/azps-100.0.0/toc.yml ⚠️Warning Details
azps-100.0.0/Az.Compute/Az.Compute.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.Config/Az.Config.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.Login/Az.Login.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.Login/Get-AzProfile.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.Login/Remove-AzProfile.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.Login/Set-AzProfile.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.MsGraph/Az.MsGraph.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.MsGraph/Get-AzMsGraphApplication.md ✅Succeeded View (azps-100.0.0)
azps-100.0.0/Az.MsGraph/Get-AzMsGraphGroup.md ✅Succeeded View (azps-100.0.0)

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

azps-100.0.0/Az.Compute/Get-AzVM.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Compute/Get-AzVM.md

azps-100.0.0/Az.Compute/New-AzVM.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Compute/New-AzVM.md

azps-100.0.0/Az.Compute/Remove-AzVM.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Compute/Remove-AzVM.md

azps-100.0.0/Az.Config/Get-AzConfig.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Get-AzConfig.md

azps-100.0.0/Az.Config/Get-AzConfigInfo.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Get-AzConfigInfo.md

azps-100.0.0/Az.Config/Get-AzConfigList.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Get-AzConfigList.md

azps-100.0.0/Az.Config/Remove-AzConfig.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Remove-AzConfig.md

azps-100.0.0/Az.Config/Set-AzConfig.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Config/Set-AzConfig.md

azps-100.0.0/Az.Login/Connect-AzAccount.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Login/Connect-AzAccount.md

azps-100.0.0/Az.Login/Disconnect-AzAccount.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Login/Disconnect-AzAccount.md

azps-100.0.0/Az.Resources/Get-AzResourceGroup.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/Get-AzResourceGroup.md

azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/Invoke-AzRestMethod.md

azps-100.0.0/Az.Resources/New-AzResourceGroup.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/New-AzResourceGroup.md

azps-100.0.0/Az.Resources/New-AzResourceGroupDeployment.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/New-AzResourceGroupDeployment.md

azps-100.0.0/Az.Resources/New-AzResourceGroupDeploymentWhatIf.md

  • Line 0, Column 0: [Warning: PSMD2Yaml_LinkMissing] Missing link in Related Links in azps-100.0.0/Az.Resources/New-AzResourceGroupDeploymentWhatIf.md

docs-conceptual/azps-100.0.0/toc.yml

  • Line 5, Column 11: [Warning: file-not-found - See documentation] Invalid file link: 'index.yml'.

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.

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