Skip to content

Commit d920155

Browse files
authored
Merge pull request #301595 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents f81a1ca + 209cf03 commit d920155

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/dev-box/reference-dev-box-customizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ tasks:
7979
package: GitHub.GitHubDesktop
8080
```
8181

82-
All tasks support the `timeout` parameter, which is optional.
82+
All tasks support the `timeout` property, which is optional.
8383

8484
Example:
8585

8686
```
8787
tasks:
8888
- name: powershell
89+
timeout: 1800 # in seconds
8990
parameters:
9091
command: <command>
91-
timeout: 1800 # in seconds
9292
```
9393

9494
### Built-in tasks

articles/storage/elastic-san/elastic-san-delete.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ You can delete your SAN by using the Azure portal, Azure PowerShell, or Azure CL
5252

5353
The following commands delete your volumes. These commands use `ForceDelete false`, `-DeleteSnapshot false`, `--x-ms-force-delete false`, and `--x-ms-delete-snapshots false` parameters for PowerShell and CLI, respectively. If you set `ForceDelete` or `--x-ms-force-delete` to `true`, it causes volume deletion to succeed even if you have active iSCSI connections. If you set `-DeleteSnapshot` or `--x-ms-delete-snapshots` to `true`, it deletes all snapshots associated with the volume, and the volume itself.
5454

55+
### Delete a volume
56+
5557
# [PowerShell](#tab/azure-powershell)
5658

5759
```azurepowershell
@@ -65,7 +67,7 @@ az elastic-san volume delete -e $sanName -g $resourceGroupName -v $volumeGroupNa
6567
```
6668
---
6769

68-
To delete volume groups, run the following commands.
70+
### Delete a volume group
6971

7072
# [PowerShell](#tab/azure-powershell)
7173

@@ -80,7 +82,7 @@ az elastic-san volume-group delete -e $sanName -g $resourceGroupName -n $volumeG
8082
```
8183
---
8284

83-
To delete the Elastic SAN itself, run the following commands.
85+
### Delete the entire SAN
8486

8587
# [PowerShell](#tab/azure-powershell)
8688

0 commit comments

Comments
 (0)