Skip to content

Added notes pointing to new versions of ref docs #2372

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

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.ADDomainServices/Get-AzADDomainService.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
The Get Domain Service operation retrieves a json representation of the Domain Service.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.addomainservices/get-azaddomainservice) for up-to-date information.

## SYNTAX

### List (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.ADDomainServices/New-AzADDomainService.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
The Create Domain Service operation creates a new domain service with the specified parameters.
If the specific service already exists, then any patchable properties will be updated and any immutable properties will remain unchanged.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.addomainservices/new-azaddomainservice) for up-to-date information.

## SYNTAX

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Create an in-memory object for ForestTrust.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.addomainservices/new-azaddomainserviceforesttrustobject) for up-to-date information.

## SYNTAX

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Create an in-memory object for ReplicaSet.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.addomainservices/new-azaddomainservicereplicasetobject) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.ADDomainServices/Remove-AzADDomainService.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
The Delete Domain Service operation deletes an existing Domain Service.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.addomainservices/remove-azaddomainservice) for up-to-date information.

## SYNTAX

### Delete (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.ADDomainServices/Update-AzADDomainService.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
The Update Domain Service operation can be used to update the existing deployment.
The update call only supports the properties listed in the PATCH body.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.addomainservices/update-azaddomainservice) for up-to-date information.

## SYNTAX

### UpdateExpanded (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Add-AzEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Adds endpoints and metadata for an instance of Azure Resource Manager.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/add-azenvironment) for up-to-date information.

## SYNTAX

### Name (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Clear-AzConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Clears the values of configs that are set by the user.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/clear-azconfig) for up-to-date information.

## SYNTAX

### ClearAll (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Clear-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Remove all Azure credentials, account, and subscription information.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/clear-azcontext) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Clear-AzDefault.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Clears the defaults set by the user in the current context.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/clear-azdefault) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Connect-AzAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Connect to Azure with an authenticated account for use with cmdlets from the Az PowerShell modules.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/connect-azaccount) for up-to-date information.

## SYNTAX

### UserWithSubscriptionId (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Disable-AzContextAutosave.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Turn off autosaving Azure credentials. Your login information will be forgotten the next time you open a PowerShell window

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/disable-azcontextautosave) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Disable-AzDataCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
Opts out of collecting data to improve the Azure PowerShell cmdlets. Data is collected by default
unless you explicitly opt out.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/disable-azdatacollection) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Disable-AzureRmAlias.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Disables AzureRm prefix aliases for Az modules.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/disable-azurermalias) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Disconnect-AzAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Disconnects a connected Azure account and removes all credentials and contexts associated with that account.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/disconnect-azaccount) for up-to-date information.

## SYNTAX

### ContextName (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Enable-AzContextAutosave.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ information, see [Azure PowerShell context objects](https://learn.microsoft.com/
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.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/enable-azcontextautosave) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Enable-AzDataCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Enables Azure PowerShell to collect data to improve the user experience with the
cmdlets. Executing this cmdlet opts in to data collection for the current user on the current
machine. Data is collected by default unless you explicitly opt out.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/enable-azdatacollection) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Enable-AzureRmAlias.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Enables AzureRm prefix aliases for Az modules.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/enable-azurermalias) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Export-AzConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Exports all the configs into a file so that it can be imported on another machine.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/export-azconfig) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzAccessToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
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`.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-azaccesstoken) for up-to-date information.

## SYNTAX

### KnownResourceTypeName (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Gets the configs of Azure PowerShell.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-azconfig) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Gets the metadata used to authenticate Azure Resource Manager requests.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-azcontext) for up-to-date information.

## SYNTAX

### GetSingleContext (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzContextAutosaveSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
Display metadata about the context autosave feature, including whether the context is
automatically saved, and where saved context and credential information can be found.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-azcontextautosavesetting) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzDefault.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Get the defaults set by the user in the current context.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-azdefault) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Get endpoints and metadata for an instance of Azure services.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-azenvironment) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzSubscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Get subscriptions that the current account can access.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-azsubscription) for up-to-date information.

## SYNTAX

### ListByIdInTenant (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Get-AzTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Gets tenants that are authorized for the current user.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/get-aztenant) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Import-AzConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Imports configs from a file that was previously exported by `Export-AzConfig`.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/import-azconfig) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Import-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Loads Azure authentication information from a file.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/import-azcontext) for up-to-date information.

## SYNTAX

### ProfileFromDisk (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Invoke-AzRestMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Construct and perform HTTP request to Azure resource management endpoint only

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/invoke-azrestmethod) for up-to-date information.

## SYNTAX

### ByPath (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Open-AzSurveyLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Open survey link in default browser.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/open-azsurveylink) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Register-AzModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
FOR INTERNAL USE ONLY - Provide Runtime Support for AutoRest Generated cmdlets

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/register-azmodule) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Remove-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Remove a context from the set of available contexts

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/remove-azcontext) for up-to-date information.

## SYNTAX

### RemoveByInputObject (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Remove-AzEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Removes endpoints and metadata for connecting to a given Azure instance.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/remove-azenvironment) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Rename-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Rename an Azure context. By default contexts are named by user account and subscription.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/rename-azcontext) for up-to-date information.

## SYNTAX

### RenameByInputObject (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Resolve-AzError.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Display detailed information about PowerShell errors, with extended details for Azure PowerShell errors.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/resolve-azerror) for up-to-date information.

## SYNTAX

### AnyErrorParameterSet (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Save-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Saves the current authentication information for use in other PowerShell sessions.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/save-azcontext) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Select-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Select a subscription and account to target in Azure PowerShell cmdlets

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/select-azcontext) for up-to-date information.

## SYNTAX

### SelectByInputObject (Default)
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Send-Feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Sends feedback to the Azure PowerShell team via a set of guided prompts.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/send-feedback) for up-to-date information.

## SYNTAX

```
Expand Down
3 changes: 3 additions & 0 deletions azps-9.0.1/Az.Accounts/Set-AzContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
## SYNOPSIS
Sets the tenant, subscription, and environment for cmdlets to use in the current session.

> [!NOTE]
>This is the previous version of our documentation. Please consult [the most recent version](/powershell/module/az.accounts/set-azcontext) for up-to-date information.

## SYNTAX

### Context (Default)
Expand Down
Loading