Skip to content

Commit e78b9b4

Browse files
committed
update author on scripting samples
1 parent f7c07b5 commit e78b9b4

7 files changed

+14
-14
lines changed

articles/storage/scripts/storage-blobs-container-calculate-billing-size-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Azure PowerShell script sample - Calculate the total billing size of a blob container | Microsoft Docs
33
description: Calculate the total size of a container in Azure Blob storage for billing purposes.
44
services: storage
5-
author: fhryo-msft
5+
author: stevenmatthew
66

77
ms.service: storage
88
ms.subservice: blobs
99
ms.devlang: powershell
1010
ms.topic: sample
1111
ms.date: 12/29/2020
12-
ms.author: fryu
12+
ms.author: shaas
1313
---
1414

1515
# Calculate the total billing size of a blob container

articles/storage/scripts/storage-blobs-container-calculate-size-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure CLI Script Sample - Calculate blob container size | Microsoft Docs
33
description: Calculate the size of a container in Azure Blob storage by totaling the size of the blobs in the container.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66
ms.service: storage
77
ms.subservice: blobs
88
ms.devlang: azurecli
99
ms.topic: sample
1010
ms.date: 03/01/2022
11-
ms.author: tamram
11+
ms.author: shaas
1212
ms.custom: devx-track-azurecli
1313
---
1414

articles/storage/scripts/storage-blobs-container-calculate-size-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Calculate size of a blob container with PowerShell
33
titleSuffix: Azure Storage
44
description: Calculate the size of a container in Azure Blob Storage by totaling the size of each of its blobs.
55
services: storage
6-
author: tamram
6+
author: stevenmatthew
77

88
ms.service: storage
99
ms.subservice: blobs
1010
ms.devlang: powershell
1111
ms.topic: sample
1212
ms.date: 12/04/2019
13-
ms.author: tamram
13+
ms.author: shaas
1414
ms.custom: devx-track-azurepowershell
1515
---
1616

articles/storage/scripts/storage-blobs-container-delete-by-prefix-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure CLI Script Sample - Delete containers by prefix | Microsoft Docs
33
description: Delete Azure Storage blob containers based on a container name prefix, then clean up the deployment. See help links for commands used in the script sample.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66
ms.service: storage
77
ms.subservice: blobs
88
ms.devlang: azurecli
99
ms.topic: sample
1010
ms.date: 03/01/2022
11-
ms.author: tamram
11+
ms.author: shaas
1212
ms.custom: devx-track-azurecli
1313
---
1414

articles/storage/scripts/storage-blobs-container-delete-by-prefix-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Azure PowerShell Script Sample - Delete containers by prefix | Microsoft Docs
33
description: Read an example that shows how to delete Azure Blob storage based on a prefix in the container name, using Azure PowerShell.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66

77
ms.service: storage
88
ms.subservice: blobs
99
ms.devlang: powershell
1010
ms.topic: sample
1111
ms.date: 06/13/2017
12-
ms.author: tamram
12+
ms.author: shaas
1313
ms.custom: devx-track-azurepowershell
1414
---
1515

articles/storage/scripts/storage-common-rotate-account-keys-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Azure CLI Script Sample - Rotate storage account access keys | Microsoft Docs
33
description: Create an Azure Storage account, then retrieve and rotate its account access keys.
44
services: storage
5-
author: tamram
5+
author: stevenmatthew
66
ms.service: storage
77
ms.subservice: blobs
88
ms.devlang: azurecli
99
ms.topic: sample
1010
ms.date: 03/02/2022
11-
ms.author: tamram
11+
ms.author: shaas
1212
ms.custom: devx-track-azurecli
1313
---
1414

articles/storage/scripts/storage-common-rotate-account-keys-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Rotate storage account access keys with PowerShell
33
titleSuffix: Azure Storage
44
description: Create an Azure Storage account, then retrieve and rotate one of its account access keys.
55
services: storage
6-
author: tamram
6+
author: stevenmatthew
77

88
ms.service: storage
99
ms.subservice: blobs
1010
ms.devlang: powershell
1111
ms.topic: sample
1212
ms.date: 12/04/2019
13-
ms.author: tamram
13+
ms.author: shaas
1414
ms.custom: devx-track-azurepowershell
1515
---
1616

0 commit comments

Comments
 (0)