You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/scripts/powershell/common/ps-account-update-region.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Azure PowerShell script sample - Update an Azure Cosmos account's r
4
4
author: markjbrown
5
5
ms.service: cosmos-db
6
6
ms.topic: sample
7
-
ms.date: 03/21/2020
7
+
ms.date: 05/01/2020
8
8
ms.author: mjbrown
9
9
---
10
10
@@ -37,8 +37,10 @@ This script uses the following commands. Each command in the table links to comm
37
37
38
38
| Command | Notes |
39
39
|---|---|
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. |
42
44
|**Azure Resource Groups**||
43
45
|[Remove-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/remove-azresourcegroup)| Deletes a resource group including all nested resources. |
0 commit comments