docs(PersonalAccessToken): annotate
This commit is contained in:
parent
08eb8de842
commit
4e731d026b
1 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,8 @@
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
|
|
||||||
#session storage of Confluence personal access tokens
|
# session storage of Confluence personal access tokens, scoped to this nested
|
||||||
|
# module
|
||||||
$script:PATS = @{}
|
$script:PATS = @{}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -96,4 +97,4 @@ function Get-PersonalAccessToken
|
||||||
|
|
||||||
$([Net.NetworkCredential]::new('', $script:PATS[$Host]).Password)
|
$([Net.NetworkCredential]::new('', $script:PATS[$Host]).Password)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue