We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de74292 + a3301d6 commit 8aab427Copy full SHA for 8aab427
tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md
@@ -11,7 +11,7 @@ List the supported AzureRM profiles.
11
## SYNTAX
12
13
```
14
-Get-AzureRmProfile [-ListAvailable]
+Get-AzureRmProfile [-ListAvailable] [-Update]
15
16
17
## DESCRIPTION
@@ -47,6 +47,21 @@ Accept pipeline input: False
47
Accept wildcard characters: False
48
49
50
+### -Update
51
+If specified, updates Profiles available by querying Azure Endpoint
52
+
53
+```yaml
54
+Type: SwitchParameter
55
+Parameter Sets: (All)
56
+Aliases:
57
58
+Required: False
59
+Position: Named
60
+Default value:
61
+Accept pipeline input: False
62
+Accept wildcard characters: False
63
+```
64
65
## INPUTS
66
67
### None
0 commit comments