Skip to content

Commit 43fe7be

Browse files
authored
Corrected disallowed-html-tag build warnings (#26746)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 60b4fd3 commit 43fe7be

7 files changed

+7
-7
lines changed

src/KeyVault/KeyVault/help/Backup-AzKeyVaultSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Accept wildcard characters: False
133133
134134
### -Id
135135
The URI of the KeyVault Secret.
136-
Please ensure it follows the format: https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>
136+
Please ensure it follows the format: `https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>`
137137

138138
```yaml
139139
Type: String

src/KeyVault/KeyVault/help/Get-AzKeyVaultSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Accept wildcard characters: False
416416
417417
### -Id
418418
The URI of the KeyVault Secret.
419-
Please ensure it follows the format: https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>
419+
Please ensure it follows the format: `https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>`
420420

421421
```yaml
422422
Type: String

src/KeyVault/KeyVault/help/Remove-AzKeyVaultSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Accept wildcard characters: False
185185
186186
### -Id
187187
The URI of the KeyVault Secret.
188-
Please ensure it follows the format: https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>
188+
Please ensure it follows the format: `https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>`
189189

190190
```yaml
191191
Type: String

src/KeyVault/KeyVault/help/Restore-AzKeyVaultSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Accept wildcard characters: False
126126
127127
### -Id
128128
The URI of the KeyVault Secret.
129-
Please ensure it follows the format: https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>
129+
Please ensure it follows the format: `https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>`
130130

131131
```yaml
132132
Type: String

src/KeyVault/KeyVault/help/Set-AzKeyVaultSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Accept wildcard characters: False
224224

225225
### -Id
226226
The URI of the KeyVault Secret.
227-
Please ensure it follows the format: https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>
227+
Please ensure it follows the format: `https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>`
228228

229229
```yaml
230230
Type: String

src/KeyVault/KeyVault/help/Undo-AzKeyVaultSecretRemoval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
115115
### -Id
116116
The URI of the KeyVault Secret.
117-
Please ensure it follows the format: https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>
117+
Please ensure it follows the format: `https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>`
118118

119119
```yaml
120120
Type: String

src/KeyVault/KeyVault/help/Update-AzKeyVaultSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Accept wildcard characters: False
198198
199199
### -Id
200200
The URI of the KeyVault Secret.
201-
Please ensure it follows the format: https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>
201+
Please ensure it follows the format: `https://<vault-name>.vault.azure.net/secrets/<secret-name>/<version>`
202202

203203
```yaml
204204
Type: String

0 commit comments

Comments
 (0)