From a7a347b79d26d3d7af5a2f2213e00049572400b2 Mon Sep 17 00:00:00 2001 From: Matthew Christopher Date: Thu, 9 Jun 2022 14:10:01 -0700 Subject: [PATCH] Classify ContainerInstance passwords as x-ms-secret --- .../stable/2021-10-01/containerInstance.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json index c38c0a7c94ea..af27b61b9b7f 100644 --- a/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json +++ b/specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json @@ -1464,7 +1464,8 @@ }, "password": { "type": "string", - "description": "The password for the private registry." + "description": "The password for the private registry.", + "x-ms-secret": true }, "identity": { "type": "string", @@ -1874,7 +1875,8 @@ }, "password": { "type": "string", - "description": "The password to start the exec command." + "description": "The password to start the exec command.", + "x-ms-secret": true } } }, @@ -1888,7 +1890,8 @@ }, "password": { "type": "string", - "description": "The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri." + "description": "The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.", + "x-ms-secret": true } } },