Skip to content

Weekly Docs Refresh: BackupRestore (v1.0) - #831

Closed
microsoft-graph-devx-bot[bot] wants to merge 17 commits into
mainfrom
WeeklyDocs-v1.0-BackupRestore_202607311829
Closed

Weekly Docs Refresh: BackupRestore (v1.0)#831
microsoft-graph-devx-bot[bot] wants to merge 17 commits into
mainfrom
WeeklyDocs-v1.0-BackupRestore_202607311829

Conversation

@microsoft-graph-devx-bot

Copy link
Copy Markdown
Contributor

This pull request was automatically created by Azure Pipelines for the BackupRestore module (v1.0 profile). Important Check for unexpected deletions or changes in this PR.

Microsoft Graph DevX Tooling and others added 17 commits July 22, 2026 13:38
Guard GenerateMarkDown.ps1 so a module's docs are only deleted when the
module is available to regenerate them. Skip-and-preserve per workload
module, and abort if Authentication is unavailable, avoiding refresh PRs
that delete thousands of docs after a failed module install.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4d27d82f-3809-40d2-b4e7-6623436ff2ef
EscapeDisallowedHtmlTags.ps1 and RemoveInvalidFullStops.ps1 hardcoded a
personal git identity, so their stage commits in the weekly refresh PRs
were attributed to an individual instead of the tooling bot. Align both
with the other generation scripts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4d27d82f-3809-40d2-b4e7-6623436ff2ef
- UpdateLinks.ps1: only insert the beta/v1 '[!NOTE]' link when it is not
  already present, so weekly runs stop stacking duplicate note blocks.
- GeneratePermissionsTable.ps1: skip files that already contain a
  '**Permissions**' table instead of prepending another copy each run.
- GenerateMarkDown.ps1: write PlatyPS output as UTF-8 without BOM so every
  regenerated file no longer diffs on a leading BOM.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4d27d82f-3809-40d2-b4e7-6623436ff2ef
Add '*.md text eol=lf' to .gitattributes so PlatyPS/transform scripts,
which run on Windows and emit CRLF, no longer produce line-ending churn
in the weekly refresh PRs. Index blobs are already LF, so this only
pins the working-tree checkout and future writes to LF.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4d27d82f-3809-40d2-b4e7-6623436ff2ef
…rphans

Bulk-deleting a module's docs before regenerating meant any transient import failure (installed but unimportable module, e.g. Authentication version conflict) wiped docs that were never regenerated, producing refresh PRs with thousands of missing files. Now: verify the module truly imports and exposes commands before processing (skip-and-preserve otherwise), overwrite each doc in place, and remove only genuine orphans whose command is no longer in the metadata.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 4d27d82f-3809-40d2-b4e7-6623436ff2ef
Each Graph workload module now generates in its own Azure DevOps stage per SDK
profile (~86 independent stages), giving every module a fresh agent and a clean
assembly-load context. This structurally eliminates the "assembly with same name
is already loaded" collisions that produced mass-deletion / no-op refresh PRs.

- GenerateMarkDown.ps1: add -GraphProfileFilter and -ModuleFilter scoping; in
  scoped runs do a complete delete + full regen of the single module, throw
  before any deletion on import failure (fail-safe), and emit a ModuleGenerated
  signal only on success.
- 9 post-processing scripts: add matching profile/module scoping and empty-commit
  guards so each touches only the target module folder.
- update-template.yml: parameterized install (InstallProfile/Module) that installs
  only Authentication + the single workload submodule for isolated runs; install
  failures warn instead of failing.
- New common-templates/generate-module-docs-steps.yml: full single-module sequence
  (install -> generate -> post-process -> push -> PR). Generate step is
  continueOnError and every later step is gated on ModuleGenerated, so a failing
  module deletes nothing, opens no PR, and never fails the overall pipeline.
- New common-templates/module-stages.yml: emits one dependsOn:[] stage per module.
- powershell-docs.yml: invoke module-stages.yml for v1.0 (incl. Authentication)
  and beta; each stage opens its own pull request. ms.date changes every run
  (StabilizeMsDate is intentionally not run) for reviewable PRs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4d27d82f-3809-40d2-b4e7-6623436ff2ef
Azure DevOps resolves template references relative to the directory of the
referencing file. powershell-docs.yml lives in azure-pipelines/, so the
"azure-pipelines/common-templates/module-stages.yml@self" path resolved to
azure-pipelines/azure-pipelines/common-templates/module-stages.yml and failed
with "Not Found". Use a path relative to the file's own directory instead.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4d27d82f-3809-40d2-b4e7-6623436ff2ef
@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 1a0e7bb:

💡 Validation status: suggestions

File Status Preview URL Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Enable-MgSolutionBackupRestore.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreServiceApp.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgBrowseSolutionBackupRestoreBrowseSession.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Microsoft.Graph.BackupRestore.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreBrowseSession.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointBrowseSession.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Search-MgSolutionBackupRestorePoint.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreBrowseSession.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointBrowseSession.md 💡Suggestion View (graph-powershell-1.0) Details
microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointProtectionPolicy.md 💡Suggestion View (graph-powershell-1.0) Details
.gitattributes ✅Succeeded
azure-pipelines/common-templates/generate-module-docs-steps.yml ✅Succeeded
azure-pipelines/common-templates/module-stages.yml ✅Succeeded
azure-pipelines/powershell-docs.yml ✅Succeeded

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

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Enable-MgSolutionBackupRestore.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Enable-MgSolutionBackupRestore cmdlet. Parameters lacking description: AppOwnerTenantId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Initialize-MgSolutionBackupRestoreServiceApp.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Initialize-MgSolutionBackupRestoreServiceApp cmdlet. Parameters lacking description: EffectiveDateTime

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Invoke-MgBrowseSolutionBackupRestoreBrowseSession.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Invoke-MgBrowseSolutionBackupRestoreBrowseSession cmdlet. Parameters lacking description: BrowseLocationItemKey

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Microsoft.Graph.BackupRestore.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_UidDuplicated] Duplicate uid found: Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreBrowseSession shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreDriveInclusionRule shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreDriveProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeProtectionPolicy shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeRestoreSession shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreMailboxInclusionRule shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreMailboxProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestorePoint shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreProtectionPolicy shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreServiceApp shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSession shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointBrowseSession shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointProtectionPolicy shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointRestoreSession shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSiteInclusionRule shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSiteProtectionUnit shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore. Microsoft.Graph.BackupRestore.Get-MgSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob shows more than once in Microsoft.Graph.BackupRestore Cmdlets command group in module Microsoft.Graph.BackupRestore.

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreBrowseSession.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreBrowseSession cmdlet. Parameters lacking description: RestorePointId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreExchangeProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact cmdlet. Parameters lacking description: SearchResponseId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession cmdlet. Parameters lacking description: RestorePointId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointBrowseSession.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreSharePointBrowseSession cmdlet. Parameters lacking description: RestorePointId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.New-MgSolutionBackupRestoreSharePointProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Search-MgSolutionBackupRestorePoint.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Search-MgSolutionBackupRestorePoint cmdlet. Parameters lacking description: ProtectionUnitIds

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreBrowseSession.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreBrowseSession cmdlet. Parameters lacking description: RestorePointId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreExchangeProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact cmdlet. Parameters lacking description: SearchResponseId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession cmdlet. Parameters lacking description: RestorePointId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointBrowseSession.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreSharePointBrowseSession cmdlet. Parameters lacking description: RestorePointId

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointProtectionPolicy.md

  • Line 0, Column 0: [Suggestion: PSMD2Yaml_ContentMissing] Missing content in Microsoft.Graph.BackupRestore.Update-MgSolutionBackupRestoreSharePointProtectionPolicy cmdlet. Parameters lacking description: IsEnabled

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