Add missing formatting variable to the Get-ZAVpg function (#41)
* Add missing formatting variable * Update ReleaseNotes
This commit is contained in:
@@ -9,3 +9,4 @@
|
|||||||
### Zerto Analytics
|
### Zerto Analytics
|
||||||
|
|
||||||
* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/36) where the Zerto Analytics Rest Request function was not checking for the token before attempting a connection.
|
* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/36) where the Zerto Analytics Rest Request function was not checking for the token before attempting a connection.
|
||||||
|
* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/40) where the `Get-ZAVpg` method would return a 404 error when a `-vpgIdentifier` parameter was specified.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ function Get-ZAVpg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
vpg {
|
vpg {
|
||||||
$uri = "{0}/$vpgIdentifier"
|
$uri = "{0}/$vpgIdentifier" -f $uri
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user