You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/containerinstance/resource-manager/Microsoft.ContainerInstance/stable/2021-10-01/containerInstance.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1464,7 +1464,8 @@
1464
1464
},
1465
1465
"password": {
1466
1466
"type": "string",
1467
-
"description": "The password for the private registry."
1467
+
"description": "The password for the private registry.",
1468
+
"x-ms-secret": true
1468
1469
},
1469
1470
"identity": {
1470
1471
"type": "string",
@@ -1874,7 +1875,8 @@
1874
1875
},
1875
1876
"password": {
1876
1877
"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
1878
1880
}
1879
1881
}
1880
1882
},
@@ -1888,7 +1890,8 @@
1888
1890
},
1889
1891
"password": {
1890
1892
"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.",
0 commit comments