-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Preview Release ConnectedMachine 2024-03-31 #24909
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
️✔️Az.Accounts
|
Type | Cmdlet | Description | Remediation |
---|---|---|---|
Get-AzConnectedExtensionMetadata | Get-AzConnectedExtensionMetadata 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-AzConnectedExtensionMetadata | Get-AzConnectedExtensionMetadata 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-AzConnectedLicense | Get-AzConnectedLicense 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-AzConnectedLicense | Get-AzConnectedLicense 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-AzConnectedMachine | Get-AzConnectedMachine 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-AzConnectedMachine | Get-AzConnectedMachine 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-AzConnectedMachineExtension | Get-AzConnectedMachineExtension 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-AzConnectedMachineExtension | Get-AzConnectedMachineExtension 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-AzConnectedMachineRunCommand | Get-AzConnectedMachineRunCommand 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-AzConnectedMachineRunCommand | Get-AzConnectedMachineRunCommand 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-AzConnectedNetworkSecurityPerimeterConfiguration | Get-AzConnectedNetworkSecurityPerimeterConfiguration 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-AzConnectedNetworkSecurityPerimeterConfiguration | Get-AzConnectedNetworkSecurityPerimeterConfiguration 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-AzConnectedPrivateLinkScope | Get-AzConnectedPrivateLinkScope 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-AzConnectedPrivateLinkScope | Get-AzConnectedPrivateLinkScope 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-AzConnectedLicenseDetail | New-AzConnectedLicenseDetail 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 | |
New-AzConnectedLicenseDetail | New-AzConnectedLicenseDetail 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-AzConnectedNetworkSecurityPerimeterConfiguration 1 1 Unassigned_Variable Get-AzConnectedNetworkSecurityPerimeterConfiguration -ResourceGroupName $env.ResourceGroupNameNSP is a null-valued parameter value. -ResourceGroupName Assign value for $env.ResourceGroupNameNSP. ⚠️ Get-AzConnectedNetworkSecurityPerimeterConfiguration 1 1 Unassigned_Variable Get-AzConnectedNetworkSecurityPerimeterConfiguration -ScopeName $env.PrivateLinkScopeNameNSP is a null-valued parameter value. -ScopeName Assign value for $env.PrivateLinkScopeNameNSP. ⚠️ Update-AzConnectedExtension 1 2 Unassigned_Variable Update-AzConnectedExtension -ResourceGroupName $env.ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $env.ResourceGroupName. ⚠️ Update-AzConnectedExtension 1 2 Unassigned_Variable Update-AzConnectedExtension -MachineName $machineName is a null-valued parameter value. -MachineName Assign value for $machineName.
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️ File Change Check
⚠️ PowerShell Core - Windows
Type Cmdlet Description Remediation ⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.ConnectedMachine. 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
yaotongms
changed the title
[draft] Preview Release ConnectedMachine 2024-03-31
Preview Release ConnectedMachine 2024-03-31
May 14, 2024
…re-powershell into release-2024-03-31
YanaXu
reviewed
May 16, 2024
src/ConnectedMachine/ConnectedMachine.Autorest/docs/Get-AzConnectedLicense.md
Outdated
Show resolved
Hide resolved
src/ConnectedMachine/ConnectedMachine.Autorest/docs/New-AzConnectedLicense.md
Show resolved
Hide resolved
src/ConnectedMachine/ConnectedMachine.Autorest/docs/New-AzConnectedLicense.md
Show resolved
Hide resolved
src/ConnectedMachine/ConnectedMachine.Autorest/test/Get-AzConnectedExtensionMetadata.Tests.ps1
Outdated
Show resolved
Hide resolved
src/ConnectedMachine/ConnectedMachine.Autorest/test/Get-AzConnectedLicense.Tests.ps1
Outdated
Show resolved
Hide resolved
YanaXu
reviewed
May 17, 2024
src/ConnectedMachine/ConnectedMachine.Autorest/docs/Connect-AzConnectedMachine.md
Outdated
Show resolved
Hide resolved
...chine/ConnectedMachine.Autorest/docs/Get-AzConnectedNetworkSecurityPerimeterConfiguration.md
Outdated
Show resolved
Hide resolved
|
YanaXu
reviewed
May 20, 2024
...e/ConnectedMachine.Autorest/examples/Get-AzConnectedNetworkSecurityPerimeterConfiguration.md
Outdated
Show resolved
Hide resolved
...achine.Autorest/examples/Invoke-AzConnectedReconcileNetworkSecurityPerimeterConfiguration.md
Outdated
Show resolved
Hide resolved
src/ConnectedMachine/ConnectedMachine.Autorest/test/Get-AzConnectedMachine.Tests.ps1
Show resolved
Hide resolved
...ine.Autorest/test/Invoke-AzConnectedReconcileNetworkSecurityPerimeterConfiguration.Tests.ps1
Outdated
Show resolved
Hide resolved
src/ConnectedMachine/ConnectedMachine.Autorest/test/Set-AzConnectedMachineExtension.Tests.ps1
Show resolved
Hide resolved
...ConnectedMachine/ConnectedMachine.Autorest/test/Update-AzConnectedMachineExtension.Tests.ps1
Show resolved
Hide resolved
YanaXu
approved these changes
May 29, 2024
1 task
qinzhouxu
pushed a commit
to qinzhouxu/azure-powershell
that referenced
this pull request
Jun 5, 2024
* update commands * update readme * upload new commands * remove license commands * add run commands test * remove redundant run command * add run command recordings * add examples to docs * fix doc syntax * add run commands examples * Upgrade to autorest.powershell v4 for connectemachine * update to autorest v4 * update run command examples * update example * update run command delete * update old tests * change comment * remove get command * generate commands * write test * remove network configuration commands * remove commands from ESU and all NSP * add ESU examples * update docs * fix syntax issue * fix syntax * remove test * remove test * remove tests * separate tests * add examples * update test * add NSP commands * update tests and docs * add model cmdlet * hid guid * fix docs * fix docs * add model cmdlet * add model cmdlet * add back NSP * update tests * fix test * update test * fix docs * update test * update test * update command name * update command name * suppress name * remove test --------- Co-authored-by: derek <xidi@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This release is targeting version 2024-03-31-preview of ConnectedMachine.
Changelog:
Add commands that operate on ESU license:
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.