Skip to content

Commit a7a347b

Browse files
committed
Classify ContainerInstance passwords as x-ms-secret
1 parent d006e1d commit a7a347b

File tree

1 file changed

+6
-3
lines changed
  • specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01

1 file changed

+6
-3
lines changed

specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,8 @@
14641464
},
14651465
"password": {
14661466
"type": "string",
1467-
"description": "The password for the private registry."
1467+
"description": "The password for the private registry.",
1468+
"x-ms-secret": true
14681469
},
14691470
"identity": {
14701471
"type": "string",
@@ -1874,7 +1875,8 @@
18741875
},
18751876
"password": {
18761877
"type": "string",
1877-
"description": "The password to start the exec command."
1878+
"description": "The password to start the exec command.",
1879+
"x-ms-secret": true
18781880
}
18791881
}
18801882
},
@@ -1888,7 +1890,8 @@
18881890
},
18891891
"password": {
18901892
"type": "string",
1891-
"description": "The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri."
1893+
"description": "The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.",
1894+
"x-ms-secret": true
18921895
}
18931896
}
18941897
},

0 commit comments

Comments
 (0)