Skip to content

Commit 79d12db

Browse files
authored
Merge pull request #113541 from plzm/cosmosdb-powershell-0.1.4-common
Cosmos DB | Update Powershell sample pages | Account
2 parents 0b14e43 + 6f0dd38 commit 79d12db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/cosmos-db/scripts/powershell/common/ps-account-update-region.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Azure PowerShell script sample - Update an Azure Cosmos account's r
44
author: markjbrown
55
ms.service: cosmos-db
66
ms.topic: sample
7-
ms.date: 03/21/2020
7+
ms.date: 05/01/2020
88
ms.author: mjbrown
99
---
1010

@@ -37,8 +37,10 @@ This script uses the following commands. Each command in the table links to comm
3737

3838
| Command | Notes |
3939
|---|---|
40-
|**Azure Resources**| |
41-
| [Set-AzResource](https://docs.microsoft.com/powershell/module/az.resources/set-azresource) | Update a resource. |
40+
|**Azure Cosmos DB**| |
41+
| [Get-AzCosmosDBAccount](https://docs.microsoft.com/powershell/module/az.cosmosdb/get-azcosmosdbaccount) | Lists Cosmos DB Accounts, or gets a specified Cosmos DB Account. |
42+
| [New-AzCosmosDBLocationObject](https://docs.microsoft.com/powershell/module/az.cosmosdb/new-azcosmosdblocationobject) | Creates an object of type PSLocation to be used as a parameter for Update-AzCosmosDBAccountRegion. |
43+
| [Update-AzCosmosDBAccountRegion](https://docs.microsoft.com/powershell/module/az.cosmosdb/update-azcosmosdbaccountregion) | Update Regions of a Cosmos DB Account. |
4244
|**Azure Resource Groups**| |
4345
| [Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup) | Deletes a resource group including all nested resources. |
4446
|||

0 commit comments

Comments
 (0)