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

Update Invoke-PowerBIRestMethod.md #78

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ Before you run this command, make sure you log in using Connect-PowerBIServiceAc
PS C:\> Invoke-PowerBIRestMethod -Url 'groups' -Method Get
```

Invokes the URL https://api.powerbi.com/v1.0/myorg/groups with the GET method\verb.
Invokes the relative URL for https://api.powerbi.com/v1.0/myorg/groups with the GET method\verb.

### Example 2
```powershell
PS C:\> Invoke-PowerBIRestMethod -Url 'https://api.powerbi.com/v1.0/myorg/groups' -Method Get
```

Invokes the absolute URL for https://api.powerbi.com/v1.0/myorg/groups with the GET method\verb.

## PARAMETERS

Expand Down Expand Up @@ -183,4 +190,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## NOTES

## RELATED LINKS
## RELATED LINKS