Skip to content

Commit 893bf99

Browse files
authored
Merge pull request #120294 from Styxxy/patch-1
fix: remove redundant empty last row in table keyvault auth req
2 parents a56f397 + da15de8 commit 893bf99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/key-vault/general/authentication-requests-and-responses.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Authentication, requests and responses
33
description: Learn how Azure Key Vault uses JSON-formatted requests and responses and about required authentication for using a key vault.
44
services: key-vault
5-
author: mbaldwin
5+
author: msmbaldwin
66
manager: msmbaldwin
77

88
ms.service: key-vault
@@ -31,7 +31,6 @@ Here are the URL suffixes used to access each type of object
3131
|Secrets|/secrets|
3232
|Certificates| /certificates|
3333
|Storage account keys|/storageaccounts
34-
||
3534

3635
Azure Key Vault supports JSON formatted requests and responses. Requests to the Azure Key Vault are directed to a valid Azure Key Vault URL using HTTPS with some URL parameters and JSON encoded request and response bodies.
3736

0 commit comments

Comments
 (0)