From 5af4b7fff9fc2bbf047842b5f3699e19067042d5 Mon Sep 17 00:00:00 2001 From: Vishnu Priya Ananthu Sundaram Date: Thu, 27 Oct 2016 16:11:55 -0700 Subject: [PATCH 1/2] Adding -Force parameter -Force parameter updates the ProjectMap json using Azure Endpoint --- .../help/Get-AzureRmProfile.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md b/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md index 4f9ff1dead0c..f000d3f14590 100644 --- a/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md +++ b/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md @@ -11,7 +11,7 @@ List the supported AzureRM profiles. ## SYNTAX ``` -Get-AzureRmProfile [-ListAvailable] +Get-AzureRmProfile [-ListAvailable] [-Force] ``` ## DESCRIPTION @@ -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 From a3301d6931e10b1a13e85c8147e893396288ce8b Mon Sep 17 00:00:00 2001 From: Vishnu Priya Ananthu Sundaram Date: Mon, 14 Nov 2016 10:00:36 -0800 Subject: [PATCH 2/2] Changing -Force parameter to -Update --- tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md b/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md index f000d3f14590..aeb44a31939f 100644 --- a/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md +++ b/tools/AzureRM.BootStrapper/help/Get-AzureRmProfile.md @@ -11,7 +11,7 @@ List the supported AzureRM profiles. ## SYNTAX ``` -Get-AzureRmProfile [-ListAvailable] [-Force] +Get-AzureRmProfile [-ListAvailable] [-Update] ``` ## DESCRIPTION @@ -47,7 +47,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Force +### -Update If specified, updates Profiles available by querying Azure Endpoint ```yaml