From 8a864247ea5cc953d2050c5e2aba8e3e6d9c09a2 Mon Sep 17 00:00:00 2001 From: msJinLei Date: Tue, 2 Feb 2021 13:50:40 +0800 Subject: [PATCH] Update Az.Accounts help --- src/Accounts/Accounts/help/Az.Accounts.md | 10 +++++-- src/Accounts/Accounts/help/Clear-AzContext.md | 2 +- src/Accounts/Accounts/help/Clear-AzDefault.md | 2 +- .../help/Disable-AzContextAutosave.md | 5 ++-- .../Accounts/help/Disable-AzDataCollection.md | 6 +---- .../Accounts/help/Disable-AzureRmAlias.md | 2 +- .../Accounts/help/Disconnect-AzAccount.md | 2 +- .../Accounts/help/Enable-AzContextAutosave.md | 11 +++----- .../Accounts/help/Enable-AzDataCollection.md | 6 +---- .../Accounts/help/Enable-AzureRmAlias.md | 2 +- src/Accounts/Accounts/help/Get-AzContext.md | 21 +++++++++++++-- .../help/Get-AzContextAutosaveSetting.md | 2 +- src/Accounts/Accounts/help/Get-AzDefault.md | 2 +- .../Accounts/help/Get-AzEnvironment.md | 2 +- .../Accounts/help/Get-AzSubscription.md | 2 +- src/Accounts/Accounts/help/Get-AzTenant.md | 2 +- .../Accounts/help/Import-AzContext.md | 2 +- .../Accounts/help/Invoke-AzRestMethod.md | 26 +++++++++---------- .../Accounts/help/Register-AzModule.md | 2 +- .../Accounts/help/Remove-AzContext.md | 3 ++- .../Accounts/help/Remove-AzEnvironment.md | 2 +- .../Accounts/help/Rename-AzContext.md | 3 ++- src/Accounts/Accounts/help/Save-AzContext.md | 2 +- .../Accounts/help/Select-AzContext.md | 6 +++-- src/Accounts/Accounts/help/Send-Feedback.md | 2 +- src/Accounts/Accounts/help/Set-AzContext.md | 2 +- src/Accounts/Accounts/help/Set-AzDefault.md | 2 +- .../Accounts/help/Uninstall-AzureRm.md | 2 +- 28 files changed, 75 insertions(+), 58 deletions(-) diff --git a/src/Accounts/Accounts/help/Az.Accounts.md b/src/Accounts/Accounts/help/Az.Accounts.md index b18d027df9a4..8dd3d0755a53 100644 --- a/src/Accounts/Accounts/help/Az.Accounts.md +++ b/src/Accounts/Accounts/help/Az.Accounts.md @@ -37,7 +37,13 @@ Disables AzureRm prefix aliases for Az modules. Disconnects a connected Azure account and removes all credentials and contexts associated with that account. ### [Enable-AzContextAutosave](Enable-AzContextAutosave.md) -Allow the azure credential, account and subscription information to be saved and automatically loaded when you open a PowerShell window. +Azure contexts are PowerShell objects representing your active subscription to run commands against, +and the authentication information needed to connect to an Azure cloud. With Azure contexts, Azure +PowerShell doesn't need to reauthenticate your account each time you switch subscriptions. For more +information, see [Azure PowerShell context objects](https://docs.microsoft.com/powershell/azure/context-persistence). + +This cmdlet allows the Azure context information to be saved and automatically loaded when you start +a PowerShell process. For example, when opening a new window. ### [Enable-AzDataCollection](Enable-AzDataCollection.md) Enables Azure PowerShell to collect data to improve the user experience with the Azure PowerShell @@ -48,7 +54,7 @@ machine. Data is collected by default unless you explicitly opt out. Enables AzureRm prefix aliases for Az modules. ### [Get-AzAccessToken](Get-AzAccessToken.md) -Get raw access token. +Get raw access token. When using -ResourceUrl, please make sure the value does match current Azure environment. You may refer to the value of `(Get-AzContext).Environment`. ### [Get-AzContext](Get-AzContext.md) Gets the metadata used to authenticate Azure Resource Manager requests. diff --git a/src/Accounts/Accounts/help/Clear-AzContext.md b/src/Accounts/Accounts/help/Clear-AzContext.md index 7f835a7bc168..fc0e5d407b35 100644 --- a/src/Accounts/Accounts/help/Clear-AzContext.md +++ b/src/Accounts/Accounts/help/Clear-AzContext.md @@ -124,7 +124,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Clear-AzDefault.md b/src/Accounts/Accounts/help/Clear-AzDefault.md index a390fd8b9cf1..6e203038a46d 100644 --- a/src/Accounts/Accounts/help/Clear-AzDefault.md +++ b/src/Accounts/Accounts/help/Clear-AzDefault.md @@ -147,7 +147,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Disable-AzContextAutosave.md b/src/Accounts/Accounts/help/Disable-AzContextAutosave.md index 851175102a00..d9c021c5ab2c 100644 --- a/src/Accounts/Accounts/help/Disable-AzContextAutosave.md +++ b/src/Accounts/Accounts/help/Disable-AzContextAutosave.md @@ -33,7 +33,8 @@ Disable autosave for the current user. Turn off autosaving Azure credentials in this powershell session. (autogenerated) -```powershell +```powershell + Disable-AzContextAutosave -Scope Process ``` @@ -102,7 +103,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Disable-AzDataCollection.md b/src/Accounts/Accounts/help/Disable-AzDataCollection.md index b5c04eb2d415..b62dc562fdd8 100644 --- a/src/Accounts/Accounts/help/Disable-AzDataCollection.md +++ b/src/Accounts/Accounts/help/Disable-AzDataCollection.md @@ -88,11 +88,7 @@ Accept wildcard characters: False ``` ### CommonParameters - -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, --InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, --WarningAction, and -WarningVariable. For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Disable-AzureRmAlias.md b/src/Accounts/Accounts/help/Disable-AzureRmAlias.md index a1675cfb28a2..9a5b3c66476f 100644 --- a/src/Accounts/Accounts/help/Disable-AzureRmAlias.md +++ b/src/Accounts/Accounts/help/Disable-AzureRmAlias.md @@ -133,7 +133,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Disconnect-AzAccount.md b/src/Accounts/Accounts/help/Disconnect-AzAccount.md index 0a893a7f5412..1c92410a7ba3 100644 --- a/src/Accounts/Accounts/help/Disconnect-AzAccount.md +++ b/src/Accounts/Accounts/help/Disconnect-AzAccount.md @@ -224,7 +224,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Enable-AzContextAutosave.md b/src/Accounts/Accounts/help/Enable-AzContextAutosave.md index c91d4af3c3cc..ea85af454865 100644 --- a/src/Accounts/Accounts/help/Enable-AzContextAutosave.md +++ b/src/Accounts/Accounts/help/Enable-AzContextAutosave.md @@ -46,7 +46,8 @@ Enable-AzContextAutosave Allow the Azure credential, account, and subscription information, to be saved and automatically loaded when you open a PowerShell window in this PowerShell session. (autogenerated) -```powershell +```powershell + Enable-AzContextAutosave -Scope Process ``` @@ -121,12 +122,8 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### Common Parameters - -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, --InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, --WarningAction, and -WarningVariable. For more information, see -[about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Enable-AzDataCollection.md b/src/Accounts/Accounts/help/Enable-AzDataCollection.md index 5764ec376ad7..d9e12304a94a 100644 --- a/src/Accounts/Accounts/help/Enable-AzDataCollection.md +++ b/src/Accounts/Accounts/help/Enable-AzDataCollection.md @@ -87,11 +87,7 @@ Accept wildcard characters: False ``` ### CommonParameters - -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, --InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, --WarningAction, and -WarningVariable. For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Enable-AzureRmAlias.md b/src/Accounts/Accounts/help/Enable-AzureRmAlias.md index 2f625d7cd4c8..b2c985be84d8 100644 --- a/src/Accounts/Accounts/help/Enable-AzureRmAlias.md +++ b/src/Accounts/Accounts/help/Enable-AzureRmAlias.md @@ -133,7 +133,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Get-AzContext.md b/src/Accounts/Accounts/help/Get-AzContext.md index bcd035561531..897bde7bba64 100644 --- a/src/Accounts/Accounts/help/Get-AzContext.md +++ b/src/Accounts/Accounts/help/Get-AzContext.md @@ -19,7 +19,8 @@ Get-AzContext [-DefaultProfile ] [[-Name] ] [] [] +Get-AzContext [-ListAvailable] [-RefreshContextFromTokenCache] [-DefaultProfile ] + [] ``` ## DESCRIPTION @@ -93,6 +94,7 @@ The name of the context Type: System.String Parameter Sets: GetSingleContext Aliases: +Accepted values: AzureSDKTest (0b1f6471-1bf0-4dda-aec3-cb9272f09590) - 54826b22-38d6-4fb2-bad9-b7b93a3e9c5a - leijin@azuresdkteam.onmicrosoft.com Required: False Position: 0 @@ -101,8 +103,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RefreshContextFromTokenCache +Refresh contexts from token cache + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: ListAllContexts +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Get-AzContextAutosaveSetting.md b/src/Accounts/Accounts/help/Get-AzContextAutosaveSetting.md index 1d597899bef8..6a1c261c2aad 100644 --- a/src/Accounts/Accounts/help/Get-AzContextAutosaveSetting.md +++ b/src/Accounts/Accounts/help/Get-AzContextAutosaveSetting.md @@ -88,7 +88,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Get-AzDefault.md b/src/Accounts/Accounts/help/Get-AzDefault.md index b651eb42f6b8..65f5b88bf31c 100644 --- a/src/Accounts/Accounts/help/Get-AzDefault.md +++ b/src/Accounts/Accounts/help/Get-AzDefault.md @@ -83,7 +83,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Get-AzEnvironment.md b/src/Accounts/Accounts/help/Get-AzEnvironment.md index 2dd1a9ef6a8a..abad351df1fb 100644 --- a/src/Accounts/Accounts/help/Get-AzEnvironment.md +++ b/src/Accounts/Accounts/help/Get-AzEnvironment.md @@ -103,7 +103,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Get-AzSubscription.md b/src/Accounts/Accounts/help/Get-AzSubscription.md index b9e54da43d8b..9db5782c802d 100644 --- a/src/Accounts/Accounts/help/Get-AzSubscription.md +++ b/src/Accounts/Accounts/help/Get-AzSubscription.md @@ -162,7 +162,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Get-AzTenant.md b/src/Accounts/Accounts/help/Get-AzTenant.md index 40c33577a94f..ab254e01fe8a 100644 --- a/src/Accounts/Accounts/help/Get-AzTenant.md +++ b/src/Accounts/Accounts/help/Get-AzTenant.md @@ -79,7 +79,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Import-AzContext.md b/src/Accounts/Accounts/help/Import-AzContext.md index ee80be26f9c0..6c8eca06a6eb 100644 --- a/src/Accounts/Accounts/help/Import-AzContext.md +++ b/src/Accounts/Accounts/help/Import-AzContext.md @@ -146,7 +146,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Invoke-AzRestMethod.md b/src/Accounts/Accounts/help/Invoke-AzRestMethod.md index feacb528a152..399459a6ae67 100644 --- a/src/Accounts/Accounts/help/Invoke-AzRestMethod.md +++ b/src/Accounts/Accounts/help/Invoke-AzRestMethod.md @@ -81,7 +81,7 @@ Get log analytics workspace by path Api Version ```yaml -Type: String +Type: System.String Parameter Sets: ByParameters Aliases: @@ -96,7 +96,7 @@ Accept wildcard characters: False Run cmdlet in the background ```yaml -Type: SwitchParameter +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: @@ -111,7 +111,7 @@ Accept wildcard characters: False The credentials, account, tenant, and subscription used for communication with Azure. ```yaml -Type: IAzureContextContainer +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer Parameter Sets: (All) Aliases: AzContext, AzureRmContext, AzureCredential @@ -126,7 +126,7 @@ Accept wildcard characters: False Http Method ```yaml -Type: String +Type: System.String Parameter Sets: (All) Aliases: Accepted values: GET, POST, PUT, PATCH, DELETE @@ -142,7 +142,7 @@ Accept wildcard characters: False list of Target Resource Name ```yaml -Type: String[] +Type: System.String[] Parameter Sets: ByParameters Aliases: @@ -157,7 +157,7 @@ Accept wildcard characters: False Target Path ```yaml -Type: String +Type: System.String Parameter Sets: ByPath Aliases: @@ -172,7 +172,7 @@ Accept wildcard characters: False JSON format payload ```yaml -Type: String +Type: System.String Parameter Sets: (All) Aliases: @@ -187,7 +187,7 @@ Accept wildcard characters: False Target Resource Group Name ```yaml -Type: String +Type: System.String Parameter Sets: ByParameters Aliases: @@ -202,7 +202,7 @@ Accept wildcard characters: False Target Resource Provider Name ```yaml -Type: String +Type: System.String Parameter Sets: ByParameters Aliases: @@ -217,7 +217,7 @@ Accept wildcard characters: False List of Target Resource Type ```yaml -Type: String[] +Type: System.String[] Parameter Sets: ByParameters Aliases: @@ -232,7 +232,7 @@ Accept wildcard characters: False Target Subscription Id ```yaml -Type: String +Type: System.String Parameter Sets: ByParameters Aliases: @@ -247,7 +247,7 @@ Accept wildcard characters: False Prompts you for confirmation before running the cmdlet. ```yaml -Type: SwitchParameter +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: cf @@ -263,7 +263,7 @@ Shows what would happen if the cmdlet runs. The cmdlet is not run. ```yaml -Type: SwitchParameter +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: wi diff --git a/src/Accounts/Accounts/help/Register-AzModule.md b/src/Accounts/Accounts/help/Register-AzModule.md index 911139835670..dd9ae9003bd2 100644 --- a/src/Accounts/Accounts/help/Register-AzModule.md +++ b/src/Accounts/Accounts/help/Register-AzModule.md @@ -61,7 +61,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Remove-AzContext.md b/src/Accounts/Accounts/help/Remove-AzContext.md index 3aa9a5d31b06..59637e800deb 100644 --- a/src/Accounts/Accounts/help/Remove-AzContext.md +++ b/src/Accounts/Accounts/help/Remove-AzContext.md @@ -90,6 +90,7 @@ The name of the context Type: System.String Parameter Sets: RemoveByName Aliases: +Accepted values: AzureSDKTest (0b1f6471-1bf0-4dda-aec3-cb9272f09590) - 54826b22-38d6-4fb2-bad9-b7b93a3e9c5a - leijin@azuresdkteam.onmicrosoft.com Required: True Position: 0 @@ -161,7 +162,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Remove-AzEnvironment.md b/src/Accounts/Accounts/help/Remove-AzEnvironment.md index 215440fc221c..151c8516e33b 100644 --- a/src/Accounts/Accounts/help/Remove-AzEnvironment.md +++ b/src/Accounts/Accounts/help/Remove-AzEnvironment.md @@ -123,7 +123,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Rename-AzContext.md b/src/Accounts/Accounts/help/Rename-AzContext.md index 33474187d338..68b8e28f25d1 100644 --- a/src/Accounts/Accounts/help/Rename-AzContext.md +++ b/src/Accounts/Accounts/help/Rename-AzContext.md @@ -131,6 +131,7 @@ The name of the context Type: System.String Parameter Sets: RenameByName Aliases: +Accepted values: AzureSDKTest (0b1f6471-1bf0-4dda-aec3-cb9272f09590) - 54826b22-38d6-4fb2-bad9-b7b93a3e9c5a - leijin@azuresdkteam.onmicrosoft.com Required: True Position: 0 @@ -186,7 +187,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Save-AzContext.md b/src/Accounts/Accounts/help/Save-AzContext.md index c4a6579f35f1..50895ddabbd1 100644 --- a/src/Accounts/Accounts/help/Save-AzContext.md +++ b/src/Accounts/Accounts/help/Save-AzContext.md @@ -132,7 +132,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Select-AzContext.md b/src/Accounts/Accounts/help/Select-AzContext.md index 608e67e3e18c..4b7fc2391dd6 100644 --- a/src/Accounts/Accounts/help/Select-AzContext.md +++ b/src/Accounts/Accounts/help/Select-AzContext.md @@ -45,7 +45,8 @@ Target future Azure PowerShell cmdlets at the account, tenant, and subscription Select a subscription and account to target in Azure PowerShell cmdlets in this powershell session. (autogenerated) -```powershell +```powershell + Select-AzContext -Name TestEnvironment -Scope Process ``` @@ -88,6 +89,7 @@ The name of the context Type: System.String Parameter Sets: SelectByName Aliases: +Accepted values: AzureSDKTest (0b1f6471-1bf0-4dda-aec3-cb9272f09590) - 54826b22-38d6-4fb2-bad9-b7b93a3e9c5a - leijin@azuresdkteam.onmicrosoft.com Required: True Position: 0 @@ -144,7 +146,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Send-Feedback.md b/src/Accounts/Accounts/help/Send-Feedback.md index 173f71e13e19..4ea7fc6ff48e 100644 --- a/src/Accounts/Accounts/help/Send-Feedback.md +++ b/src/Accounts/Accounts/help/Send-Feedback.md @@ -60,7 +60,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Set-AzContext.md b/src/Accounts/Accounts/help/Set-AzContext.md index 74a68ecffc6b..608f9c0834bc 100644 --- a/src/Accounts/Accounts/help/Set-AzContext.md +++ b/src/Accounts/Accounts/help/Set-AzContext.md @@ -265,7 +265,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Set-AzDefault.md b/src/Accounts/Accounts/help/Set-AzDefault.md index a07ddf96d32b..cecc1d725db7 100644 --- a/src/Accounts/Accounts/help/Set-AzDefault.md +++ b/src/Accounts/Accounts/help/Set-AzDefault.md @@ -131,7 +131,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/src/Accounts/Accounts/help/Uninstall-AzureRm.md b/src/Accounts/Accounts/help/Uninstall-AzureRm.md index 1214c7643443..4adddfe7901f 100644 --- a/src/Accounts/Accounts/help/Uninstall-AzureRm.md +++ b/src/Accounts/Accounts/help/Uninstall-AzureRm.md @@ -93,7 +93,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS