Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Function VSF #30

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

CedricMoreau
Copy link
Contributor

No description provided.

@alagoutte alagoutte added the need-tests Need a test (psester) integration label Oct 6, 2018
@alagoutte alagoutte added this to the v0.7 milestone Oct 6, 2018
@alagoutte alagoutte modified the milestones: v0.7, v0.8 Feb 18, 2019
@alagoutte alagoutte modified the milestones: v0.8, v0.9 Apr 7, 2019

$url = "rest/v4/stacking/vsf/disable"

$response = invoke-ArubaSWWebRequest -method "POST" -url $url -body " "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace -url by -uri

Changed with release 0.8.0


$url = "rest/v4/stacking/vsf/disable"

$response = invoke-ArubaSWWebRequest -method "POST" -url $url -body " "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need also to add -connection $connection info (for support multi connection)

Look other file..

@alagoutte alagoutte removed this from the v0.9.0 milestone Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-tests Need a test (psester) integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants