Skip to content

Commit 6eff89c

Browse files
committed
Adding new repo path, updating code to new repo.
1 parent a6f9f64 commit 6eff89c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@
182182
"branch": "master",
183183
"branch_mapping": {}
184184
},
185+
{
186+
"path_to_root": "new_powershell_scripts",
187+
"url": "https://github.com/Azure-Samples/azure-docs-powershell-samples",
188+
"branch": "main",
189+
"branch_mapping": {}
190+
},
185191
{
186192
"path_to_root": "policy-templates",
187193
"url": "https://github.com/Azure/azure-policy",

articles/virtual-machines/scripts/virtual-machines-powershell-sample-create-managed-disk-from-vhd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: virtual-machines
88
ms.topic: sample
99
ms.workload: infrastructure
1010
ms.custom: devx-track-azurepowershell
11-
ms.date: 10/24/2023
11+
ms.date: 12/04/2023
1212
ms.author: ramankum
1313
---
1414

@@ -25,7 +25,7 @@ Don't create multiple identical managed disks from a VHD file in small amount of
2525

2626
## Sample script
2727

28-
[!code-powershell[main](../../../powershell_scripts/virtual-machine/create-managed-disks-from-vhd-in-different-subscription/create-managed-disks-from-vhd-in-different-subscription.ps1 "Create managed disk from VHD")]
28+
[!code-powershell[main](../../../new_powershell_scripts/managed-disks/create-managed-disks-from-vhd-in-different-subscription.ps1 "Create managed disk from VHD")]
2929

3030

3131
## Script explanation

0 commit comments

Comments
 (0)