Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated container-group-profile commands and added container group … #26552

Draft
wants to merge 14 commits into
base: generation
Choose a base branch
from

Conversation

drishtipeshwani09
Copy link

…properties for reuse scenario

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, 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.
    • For autorest-based development mode, include the changelog in the PR description.
    • 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

Copy link

azure-client-tools-bot-prd bot commented Oct 31, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
❌Az.ContainerInstance
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
New-AzContainerGroup The type of property 'RequestCpu' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainer' has changed from 'System.Double' to 'System.Nullable`1[System.Double]'. Change the type of property 'RequestCpu' back to 'System.Double'.
New-AzContainerGroup The type of property 'RequestMemoryInGb' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainer' has changed from 'System.Double' to 'System.Nullable`1[System.Double]'. Change the type of property 'RequestMemoryInGb' back to 'System.Double'.
New-AzContainerInstanceObject The type of property 'RequestCpu' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.Container' has changed from 'System.Double' to 'System.Nullable`1[System.Double]'. Change the type of property 'RequestCpu' back to 'System.Double'.
New-AzContainerInstanceObject The type of property 'RequestMemoryInGb' of type 'Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.Container' has changed from 'System.Double' to 'System.Nullable`1[System.Double]'. Change the type of property 'RequestMemoryInGb' back to 'System.Double'.
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzContainerGroup Get-AzContainerGroup Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerGroup Get-AzContainerGroup changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzContainerInstanceCachedImage Get-AzContainerInstanceCachedImage Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerInstanceCachedImage Get-AzContainerInstanceCachedImage changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzContainerInstanceCapability Get-AzContainerInstanceCapability Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerInstanceCapability Get-AzContainerInstanceCapability changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint Get-AzContainerInstanceContainerGroupOutboundNetworkDependencyEndpoint changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzContainerInstanceContainerGroupProfile Get-AzContainerInstanceContainerGroupProfile Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerInstanceContainerGroupProfile Get-AzContainerInstanceContainerGroupProfile changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzContainerInstanceContainerGroupProfileRevision Get-AzContainerInstanceContainerGroupProfileRevision Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerInstanceContainerGroupProfileRevision Get-AzContainerInstanceContainerGroupProfileRevision changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzContainerInstanceLog Get-AzContainerInstanceLog Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerInstanceLog Get-AzContainerInstanceLog changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzContainerInstanceUsage Get-AzContainerInstanceUsage Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzContainerInstanceUsage Get-AzContainerInstanceUsage changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerGroupImageRegistryCredentialObject New-AzContainerGroupImageRegistryCredentialObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerGroupPortObject New-AzContainerGroupPortObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerGroupVolumeObject New-AzContainerGroupVolumeObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerInstanceEnvironmentVariableObject New-AzContainerInstanceEnvironmentVariableObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerInstanceHttpHeaderObject New-AzContainerInstanceHttpHeaderObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerInstanceInitDefinitionObject New-AzContainerInstanceInitDefinitionObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerInstanceObject New-AzContainerInstanceObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerInstancePortObject New-AzContainerInstancePortObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ New-AzContainerInstanceVolumeMountObject New-AzContainerInstanceVolumeMountObject changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
❌Help Example Check
❌PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
Get-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 1 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add title for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 1 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add code for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 1 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add output for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 1 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add description for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 2 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add title for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 2 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add code for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 2 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add output for the example. Remove any placeholders.
Get-AzContainerInstanceContainerGroupProfileRevision 2 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Get-AzContainerInstanceContainerGroupProfileRevision.md Add description for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
New-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\New-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
Remove-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Remove-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 1 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleTitle Title of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add title for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleCode Code of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add code for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleOutput Output of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add output for the example. Remove any placeholders.
Update-AzContainerInstanceContainerGroupProfile 2 0 MissingExampleDescription Description of the example is missing. D:\a_work\1\s\src\ContainerInstance\ContainerInstance.Autorest\docs\Update-AzContainerInstanceContainerGroupProfile.md Add description for the example. Remove any placeholders.
⚠️ New-AzContainerGroup 2 3 Mismatched_Parameter_Value_Type New-AzContainerInstanceEnvironmentVariableObject -SecureValue $pwd is not an expected parameter value type. -SecureValue Use correct parameter value type. Expected Type is securestring. Now the type is System.Object.(Static).
⚠️ New-AzContainerGroup 4 3 Mismatched_Parameter_Value_Type New-AzContainerGroupImageRegistryCredentialObject -Password $pwd is not an expected parameter value type. -Password Use correct parameter value type. Expected Type is securestring. Now the type is System.Object.(Static).
⚠️ New-AzContainerGroup 5 3 Mismatched_Parameter_Value_Type New-AzContainerGroupImageRegistryCredentialObject -Password $pwd is not an expected parameter value type. -Password Use correct parameter value type. Expected Type is securestring. Now the type is System.Object.(Static).
⚠️ New-AzContainerGroup 6 2 Mismatched_Parameter_Value_Type New-AzContainerGroupVolumeObject -AzureFileStorageAccountKey $pwd is not an expected parameter value type. -AzureFileStorageAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is System.Object.(Static).
⚠️ New-AzContainerGroupImageRegistryCredentialObject 1 2 Mismatched_Parameter_Value_Type New-AzContainerGroupImageRegistryCredentialObject -Password $pwd is not an expected parameter value type. -Password Use correct parameter value type. Expected Type is securestring. Now the type is System.Object.(Static).
⚠️ New-AzContainerGroupVolumeObject 1 2 Mismatched_Parameter_Value_Type New-AzContainerGroupVolumeObject -AzureFileStorageAccountKey $pwd is not an expected parameter value type. -AzureFileStorageAccountKey Use correct parameter value type. Expected Type is securestring. Now the type is System.Object.(Static).
⚠️ New-AzContainerInstanceEnvironmentVariableObject 2 2 Mismatched_Parameter_Value_Type New-AzContainerInstanceEnvironmentVariableObject -SecureValue $pwd is not an expected parameter value type. -SecureValue Use correct parameter value type. Expected Type is securestring. Now the type is System.Object.(Static).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ AssemblyInfo.cs will be updated automatically. Please do not update it manually. Revert AssemblyInfo.cs to its last version.
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.ContainerInstance. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
❌Test
❌PowerShell Core - Linux
❌PowerShell Core - MacOS
❌PowerShell Core - Windows

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