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

Adding -Force parameter #5

Merged
merged 2 commits into from
Nov 15, 2016
Merged
Changes from 1 commit
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
17 changes: 16 additions & 1 deletion tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ List the supported AzureRM profiles.
## SYNTAX

```
Get-AzureRmProfile [-ListAvailable]
Get-AzureRmProfile [-ListAvailable] [-Force]
Copy link
Owner

Choose a reason for hiding this comment

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

See the previous review. Force is likely not thei correct parameter name in this case.

```

## DESCRIPTION
Expand Down Expand Up @@ -47,6 +47,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -Force
If specified, updates Profiles available by querying Azure Endpoint

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
```

## INPUTS

### None
Expand Down