Skip to content

Upgrade PlatyPS to 1.0.1#29281

Draft
vidai-msft wants to merge 1 commit intomainfrom
vidai/upgrade-platyps
Draft

Upgrade PlatyPS to 1.0.1#29281
vidai-msft wants to merge 1 commit intomainfrom
vidai/upgrade-platyps

Conversation

@vidai-msft
Copy link
Copy Markdown
Contributor

@vidai-msft vidai-msft commented Mar 18, 2026

Description

resolve: https://github.com/Azure/CLIPS/issues/23

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings March 18, 2026 08:58
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository help-generation tooling and regenerated markdown help files to align with the newer PlatyPS module/package naming and schema output.

Changes:

  • Switched documentation and pipeline installation steps from platyPS to Microsoft.PowerShell.PlatyPS.
  • Regenerated many Az.Storage markdown help files with updated PlatyPS schema metadata/sections.
  • Updated developer docs/static analysis docs to reference the new PlatyPS module name and links.

Reviewed changes

Copilot reviewed 57 out of 202 changed files in this pull request and generated 20 comments.

Show a summary per file
File Description
src/Storage/Storage.Management/help/Get-AzStorageFileServiceUsage.md Regenerated cmdlet help with new PlatyPS front-matter/schema and parameter blocks.
src/Storage/Storage.Management/help/Get-AzStorageFileServiceProperty.md Regenerated cmdlet help formatting/metadata for updated PlatyPS schema.
src/Storage/Storage.Management/help/Get-AzStorageFileCopyState.md Regenerated cmdlet help; parameter metadata expanded and related links list reformatted.
src/Storage/Storage.Management/help/Get-AzStorageEncryptionScope.md Regenerated cmdlet help; updated parameter metadata and common parameters section.
src/Storage/Storage.Management/help/Get-AzStorageContainerStoredAccessPolicy.md Regenerated help; added parameter-set blocks and reformatted related links.
src/Storage/Storage.Management/help/Get-AzStorageCORSRule.md Regenerated help; added additional syntax blocks and accepted values formatting.
src/Storage/Storage.Management/help/Get-AzStorageBlobServiceProperty.md Regenerated help; added HelpUri/ms.date and expanded parameter details.
src/Storage/Storage.Management/help/Get-AzStorageBlobInventoryPolicy.md Regenerated help; added metadata and expanded parameter YAML blocks.
src/Storage/Storage.Management/help/Get-AzStorageBlobByTag.md Regenerated help; expanded parameter YAML blocks and added schema metadata.
src/Storage/Storage.Management/help/Get-AzStorageAccountNetworkRuleSet.md Regenerated help; new metadata blocks and accepted values formatting.
src/Storage/Storage.Management/help/Get-AzStorageAccountNameAvailability.md Regenerated help; added schema metadata and expanded parameter YAML blocks.
src/Storage/Storage.Management/help/Get-AzStorageAccountMigration.md Regenerated help; added runtime parameters (Break/Proxy/Pipeline steps).
src/Storage/Storage.Management/help/Get-AzStorageAccountManagementPolicy.md Regenerated help; updated metadata and expanded input/output sections.
src/Storage/Storage.Management/help/Get-AzStorageAccountKey.md Regenerated help; front-matter expanded but content replaced with templates.
src/Storage/Storage.Management/help/Get-AzStorageAccount.md Regenerated help; front-matter expanded but content replaced with templates.
src/Storage/Storage.Management/help/Get-AzRmStorageContainerImmutabilityPolicy.md Regenerated help; updated metadata and expanded parameter definitions.
src/Storage/Storage.Management/help/Get-AzRmStorageContainer.md Regenerated help; updated metadata and expanded parameter definitions.
src/Storage/Storage.Management/help/Get-AzDataLakeGen2Item.md Regenerated help; updated metadata and expanded parameter YAML blocks.
src/Storage/Storage.Management/help/Get-AzDataLakeGen2DeletedItem.md Regenerated help; updated metadata and expanded parameter YAML blocks.
src/Storage/Storage.Management/help/Get-AzDataLakeGen2ChildItem.md Regenerated help; updated metadata and expanded parameter YAML blocks.
src/Storage/Storage.Management/help/Enable-AzStorageStaticWebsite.md Regenerated help; added confirm/whatif parameter docs and metadata.
src/Storage/Storage.Management/help/Enable-AzStorageDeleteRetentionPolicy.md Regenerated help; added confirm/whatif parameter docs and metadata.
src/Storage/Storage.Management/help/Enable-AzStorageContainerDeleteRetentionPolicy.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Enable-AzStorageBlobRestorePolicy.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Enable-AzStorageBlobLastAccessTimeTracking.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Enable-AzStorageBlobDeleteRetentionPolicy.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Disable-AzStorageStaticWebsite.md Regenerated help; content replaced with templates and metadata expanded.
src/Storage/Storage.Management/help/Disable-AzStorageDeleteRetentionPolicy.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Disable-AzStorageContainerDeleteRetentionPolicy.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Disable-AzStorageBlobRestorePolicy.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Disable-AzStorageBlobLastAccessTimeTracking.md Regenerated help; updated metadata and parameter block formatting.
src/Storage/Storage.Management/help/Disable-AzStorageBlobDeleteRetentionPolicy.md Regenerated help; updated metadata and parameter block formatting.
documentation/tooling/static-analysis.md Updated references/links for PlatyPS schema and module name.
documentation/development-docs/sdkbased-vs-autogen.md Updated doc generation tool reference to Microsoft.PowerShell.PlatyPS.
documentation/development-docs/help-generation.md Updated help-generation instructions and cmdlet names referenced.
documentation/development-docs/azure-powershell-developer-guide.md Updated prerequisites/help generation section to new module name.
.github/copilot-instructions.md Updated repo setup instructions to install Microsoft.PowerShell.PlatyPS.
.azure-pipelines/util/analyze-steps.yml Updated pipeline dependency install to Microsoft.PowerShell.PlatyPS.
.azure-pipelines/security-tools.yml Updated pipeline step name/script to install Microsoft.PowerShell.PlatyPS.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread documentation/development-docs/help-generation.md
Comment thread documentation/development-docs/help-generation.md
Comment thread documentation/development-docs/help-generation.md
Comment thread documentation/development-docs/help-generation.md
---
document type: cmdlet
external help file: Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll-Help.xml
HelpUri: ''
Comment thread src/Storage/Storage.Management/help/Get-AzStorageAccountManagementPolicy.md Outdated
Comment thread src/Storage/Storage.Management/help/Get-AzStorageFileCopyState.md Outdated

Filters the result set to only include blobs whose tags match the specified expression.
See details in https://learn.microsoft.com/en-us/rest/api/storageservices/find-blobs-by-tags#remarks.
Filters the result set to only include blobs whose tags match the specified expression.See details in https://learn.microsoft.com/en-us/rest/api/storageservices/find-blobs-by-tags#remarks.
Comment thread src/Storage/Storage.Management/help/Get-AzDataLakeGen2Item.md Outdated
Comment thread src/Storage/Storage.Management/help/Get-AzStorageContainerStoredAccessPolicy.md Outdated
@vidai-msft vidai-msft force-pushed the vidai/upgrade-platyps branch from fabc750 to e982623 Compare March 18, 2026 10:27
Copilot AI review requested due to automatic review settings March 18, 2026 14:36
@vidai-msft vidai-msft force-pushed the vidai/upgrade-platyps branch from e982623 to a4974b5 Compare March 18, 2026 14:36
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@vidai-msft vidai-msft force-pushed the vidai/upgrade-platyps branch from a4974b5 to 46dc3a2 Compare March 19, 2026 06:36
Copilot AI review requested due to automatic review settings March 20, 2026 02:56
@vidai-msft vidai-msft force-pushed the vidai/upgrade-platyps branch from 46dc3a2 to 5b74631 Compare March 20, 2026 02:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 58 out of 204 changed files in this pull request and generated 24 comments.

@@ -1,43 +1,56 @@
---
---
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The YAML front matter opening delimiter appears to include a UTF-8 BOM character (shown as an invisible/special character before ---). This can break tools that expect the file to start with --- as the first bytes (including YAML front matter detection). Please re-save regenerated help markdown without BOM so the file begins with plain ---.

Suggested change
---
---

Copilot uses AI. Check for mistakes.
Comment on lines +14 to +16
## SYNOPSIS
Gets the access keys for an Azure Storage account.

{{ Fill in the Synopsis }}
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This regeneration replaces previously complete help content (synopsis/description/examples/related links) with placeholders, which is a functional regression for end-user Get-Help output and likely to fail documentation quality gates. Please preserve the existing human-authored help text when updating to the new PlatyPS schema (or restore the previous content and only apply schema/formatting changes).

Copilot uses AI. Check for mistakes.
Comment on lines +27 to +34
## ALIASES

### Example 2: Get a specific access key for a Storage account
<!-- Skip: Output cannot be splitted from code -->
This cmdlet has the following aliases,
{{Insert list of aliases}}

## DESCRIPTION

```
This command gets a specific key for a Storage account.
(Get-AzStorageAccountKey -ResourceGroupName "RG01" -Name "mystorageaccount")| Where-Object {$_.KeyName -eq "key1"}

KeyName Value Permissions CreationTime
------- ----- ----------- ------------
key1 <KeyValue> Full

This command gets a specific key value for a Storage account.
(Get-AzStorageAccountKey -ResourceGroupName "RG01" -Name "mystorageaccount")[0].Value
{{ Fill in the Description }}
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This regeneration replaces previously complete help content (synopsis/description/examples/related links) with placeholders, which is a functional regression for end-user Get-Help output and likely to fail documentation quality gates. Please preserve the existing human-authored help text when updating to the new PlatyPS schema (or restore the previous content and only apply schema/formatting changes).

Copilot uses AI. Check for mistakes.
Comment on lines +38 to +40
### Example 1

This command gets the keys for the specified Azure Storage account.
{{ Add example description here }}
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This regeneration replaces previously complete help content (synopsis/description/examples/related links) with placeholders, which is a functional regression for end-user Get-Help output and likely to fail documentation quality gates. Please preserve the existing human-authored help text when updating to the new PlatyPS schema (or restore the previous content and only apply schema/formatting changes).

Copilot uses AI. Check for mistakes.

## NOTES

{{ Fill in the Notes }}
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This regeneration replaces previously complete help content (synopsis/description/examples/related links) with placeholders, which is a functional regression for end-user Get-Help output and likely to fail documentation quality gates. Please preserve the existing human-authored help text when updating to the new PlatyPS schema (or restore the previous content and only apply schema/formatting changes).

Copilot uses AI. Check for mistakes.
Comment on lines 242 to +250
### Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy

## NOTES
### System.Management.Automation.PSObject

## RELATED LINKS
{{ Fill in the Description }}

[New-AzStorageContainerStoredAccessPolicy](./New-AzStorageContainerStoredAccessPolicy.md)
## NOTES

[Remove-AzStorageContainerStoredAccessPolicy](./Remove-AzStorageContainerStoredAccessPolicy.md)
## RELATED LINKS
Copy link

Copilot AI Mar 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The INPUTS/NOTES section structure appears corrupted: a ### System.Management.Automation.PSObject entry and {{ Fill in the Description }} placeholder are inserted before ## NOTES, which is not valid/expected help markdown structure. This may break PlatyPS schema validation and produces confusing help. Please restore a valid ## INPUTS section (with optional descriptions) and ensure placeholders are not emitted.

Copilot uses AI. Check for mistakes.
Comment thread documentation/development-docs/help-generation.md
Comment thread documentation/development-docs/help-generation.md
Comment thread documentation/development-docs/help-generation.md
Comment thread documentation/development-docs/help-generation.md
@vidai-msft vidai-msft force-pushed the vidai/upgrade-platyps branch from 5b74631 to 27d94fc Compare April 14, 2026 04:54
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.

2 participants