Merge pull request #251 from kmruddy/master
Update VMware.Community.CISTag.psm1
This commit is contained in:
@@ -248,9 +248,9 @@ function New-CISTagCategory {
|
|||||||
function Remove-CISTagCategory {
|
function Remove-CISTagCategory {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Gathers tag category information from the CIS REST API endpoint
|
Removes tag category information from the CIS REST API endpoint
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Will provide a list of tag categories
|
Will remove a tag categorie
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Kyle Ruddy, @kmruddy
|
Author: Kyle Ruddy, @kmruddy
|
||||||
.PARAMETER Name
|
.PARAMETER Name
|
||||||
@@ -258,11 +258,8 @@ function Remove-CISTagCategory {
|
|||||||
.PARAMETER Id
|
.PARAMETER Id
|
||||||
Tag category ID which should be removed
|
Tag category ID which should be removed
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Get-CISTagCategory
|
Remove-CISTagCategory -Name tagCategoryName
|
||||||
Retreives all tag category information
|
Removes the tag category information based on the specified name
|
||||||
.EXAMPLE
|
|
||||||
Get-CISTagCategory -Name tagCategoryName
|
|
||||||
Retreives the tag category information based on the specified name
|
|
||||||
|
|
||||||
#>
|
#>
|
||||||
[CmdletBinding(SupportsShouldProcess = $True, ConfirmImpact = 'High')]
|
[CmdletBinding(SupportsShouldProcess = $True, ConfirmImpact = 'High')]
|
||||||
@@ -558,9 +555,9 @@ function New-CISTagAssignment {
|
|||||||
function Remove-CISTagAssignment {
|
function Remove-CISTagAssignment {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Displays a list of the tag assignments from the CIS REST API endpoint
|
Removes a tag assignment from the CIS REST API endpoint
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Will provide a list of the tag assignments
|
Will remove provided tag assignments
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Kyle Ruddy, @kmruddy
|
Author: Kyle Ruddy, @kmruddy
|
||||||
.PARAMETER Tag
|
.PARAMETER Tag
|
||||||
|
|||||||
Reference in New Issue
Block a user