Skip to content

Commit 2ca6174

Browse files
committed
Update manifest and docs to 6.6.1
1 parent d828a2d commit 2ca6174

File tree

4 files changed

+15
-31
lines changed

4 files changed

+15
-31
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.6.1
2+
- Fix bogus error during `New-VcMachineCommonKeystore` [#304](https://github.com/Venafi/VenafiPS/issues/304)
3+
- Update VC machine creation components due to API deprecation
4+
15
## 6.6.0
26
- Add `Get-VcSatelliteWorker`, either all, by id or all workers associated with a specific satellite
37
- Add `Remove-VcSatelliteWorker`, you guessed it...removes vsat workers
@@ -747,5 +751,6 @@ This is a major release. Although every attempt has been made to be backwards c
747751

748752

749753

754+
750755

751756

VenafiPS/VenafiPS.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Greg Brownstein
55
#
6-
# Generated on: 11/23/2024
6+
# Generated on: 11/28/2024
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'VenafiPS.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.6.0'
15+
ModuleVersion = '6.6.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.6.1
2+
- Fix bogus error during `New-VcMachineCommonKeystore` [#304](https://github.com/Venafi/VenafiPS/issues/304)
3+
- Update VC machine creation components due to API deprecation
4+
15
## 6.6.0
26
- Add `Get-VcSatelliteWorker`, either all, by id or all workers associated with a specific satellite
37
- Add `Remove-VcSatelliteWorker`, you guessed it...removes vsat workers
@@ -747,5 +751,6 @@ This is a major release. Although every attempt has been made to be backwards c
747751

748752

749753

754+
750755

751756

docs/functions/Get-VcConnector.md

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,19 @@ Get-VcConnector [-All] [-VenafiSession <PSObject>] [-ProgressAction <ActionPrefe
1717
```
1818

1919
## DESCRIPTION
20-
Get details on 1 or all connectors
20+
Get details on 1 or all connectors associated with your tenant
2121

2222
## EXAMPLES
2323

2424
### EXAMPLE 1
2525
```
26-
Get-VcConnector -Connector 'ca7ff555-88d2-4bfc-9efa-2630ac44c1f2' | ConvertTo-Json
27-
```
28-
29-
{
30-
"connectorId": "a7ddd210-0a39-11ee-8763-134b935c90aa",
31-
"name": "ServiceNow-expiry,
32-
"properties": {
33-
"connectorKind": "WEBHOOK",
34-
"filter": {
35-
"filterType": "EXPIRATION",
36-
"applicationIds": \[\]
37-
},
38-
"target": {
39-
"type": "generic",
40-
"connection": {
41-
"secret": "MySecret",
42-
"url": "https://instance.service-now.com/api/company/endpoint"
43-
}
44-
}
45-
}
46-
}
47-
48-
Get a single object by ID
49-
50-
### EXAMPLE 2
51-
```
5226
Get-VcConnector -Connector 'My Connector'
5327
```
5428

5529
Get a single object by name.
5630
The name is case sensitive.
5731

58-
### EXAMPLE 3
32+
### EXAMPLE 2
5933
```
6034
Get-VcConnector -All
6135
```
@@ -131,7 +105,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
131105
132106
## INPUTS
133107
134-
### ID
108+
### Connector
135109
## OUTPUTS
136110
137111
## NOTES

0 commit comments

Comments
 (0)