Skip to content

Commit 73303d5

Browse files
committed
(maintenance): Updating inline documentation so Get-Help functions properly
1 parent dd74d66 commit 73303d5

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

Segment/Segment/Asset Management/Pin Assets To Clusters/Pin-AssetsToClusters.ps1

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
<#PSScriptInfo
2-
3-
SEE .EXAMPLES SECTION FOR USAGE
4-
5-
.VERSION 1.0
6-
7-
.AUTHOR Thomas Obarowski (https://www.linkedin.com/in/tjobarow/)
8-
9-
.TAGS Automation Scripts
10-
1+
<#
112
.SYNOPSIS
123
Manages asset-to-deployment-cluster assignments in Zero Networks Segment.
134
@@ -61,8 +52,14 @@ SEE .EXAMPLES SECTION FOR USAGE
6152
.EXAMPLE
6253
.\Pin-AssetsToClusters.ps1 -ApiKey "your-api-key" -CsvPath ".\assets.csv" -DryRun
6354
Previews what changes would be made without actually applying them.
55+
#>
6456

57+
<#PSScriptInfo
58+
.VERSION 1.0
59+
.AUTHOR Thomas Obarowski (https://www.linkedin.com/in/tjobarow/)
60+
.TAGS Automation Scripts
6561
#>
62+
6663
#requires -Version 7.0
6764

6865
[CmdletBinding(DefaultParameterSetName = "ByAssetId")]

0 commit comments

Comments
 (0)