You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Feature in preview, uncomment when available# [Parameter(ParameterSetName = 'CreateExpanded')]# [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')]# [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')]# [System.Int32]# # The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.# ${StopOnDisconnectGracePeriodMinute},# [Parameter(ParameterSetName = 'CreateExpanded')]# [Parameter(ParameterSetName = 'CreateViaIdentityExpanded')]# [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus])]# [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')]# [Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus]# # Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.# ${StopOnDisconnectStatus},
[Parameter(ParameterSetName='CreateExpanded')]
[Parameter(ParameterSetName='CreateViaIdentityExpanded')]
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(PossibleTypes = ([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api30.ITrackedResourceTags]))]
[System.Collections.Hashtable]
# Resource tags.${Tag},
### -Tag[Parameter(ParameterSetName = 'CreateExpanded')][Parameter(ParameterSetName = 'CreateViaIdentityExpanded')][ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus])][Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Category('Body')][Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.StopOnDisconnectEnableStatus]# Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
${StopOnDisconnectStatus},
Resource tags.
It should be
### -Tag
Resource tags.
This issue can be workarounded by an empty line in this PR.
The text was updated successfully, but these errors were encountered:
VeryEarly
changed the title
build-module.ps1 generated incorrect docs for comments in cmstom ps1 file
build-module.ps1 generated incorrect docs for comments in custom ps1 file
Aug 25, 2023
Refer to the custom ps1 file src/DevCenter/DevCenter.AutoRest/custom/New-AzDevCenterAdminPool.ps1.
The parameter definitions in custom ps1 are:
After running
build-module.ps1
, it generates src/DevCenter/DevCenter.AutoRest/docs/New-AzDevCenterAdminPool.mdIt should be
### -Tag Resource tags.
This issue can be workarounded by an empty line in this PR.
The text was updated successfully, but these errors were encountered: