Skip to content

Commit ea4a07d

Browse files
authored
Corrected Az.Accounts examples h3 header format (#25475)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 9ec147d commit ea4a07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Accounts/Accounts/help/Get-AzContextAutosaveSetting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ automatically saved, and where saved context and credential information can be f
2424

2525
## EXAMPLES
2626

27-
### Get context save metadata for the current session
27+
### Example 1: Get context save metadata for the current session
2828
```powershell
2929
Get-AzContextAutosaveSetting
3030
```
@@ -40,7 +40,7 @@ Settings : {}
4040

4141
Get details about whether and where the context is saved. In the above example, the autosave feature has been disabled.
4242

43-
### Get context save metadata for the current user
43+
### Example 2: Get context save metadata for the current user
4444
```powershell
4545
Get-AzContextAutosaveSetting -Scope CurrentUser
4646
```

0 commit comments

Comments
 (0)