|
3678 | 3678 | "password": {
|
3679 | 3679 | "type": "string",
|
3680 | 3680 | "title": "The password to access the certificate's private key.",
|
3681 |
| - "description": "This must not be specified if the certificate format is Cer." |
| 3681 | + "description": "This must not be specified if the certificate format is Cer.", |
| 3682 | + "x-ms-secret": true |
3682 | 3683 | }
|
3683 | 3684 | },
|
3684 | 3685 | "description": "Certificate properties for create operations",
|
|
4694 | 4695 | },
|
4695 | 4696 | "password": {
|
4696 | 4697 | "type": "string",
|
4697 |
| - "title": "The password to log into the registry server." |
| 4698 | + "title": "The password to log into the registry server.", |
| 4699 | + "x-ms-secret": true |
4698 | 4700 | },
|
4699 | 4701 | "registryServer": {
|
4700 | 4702 | "type": "string",
|
|
4996 | 4998 | "sshPrivateKey": {
|
4997 | 4999 | "type": "string",
|
4998 | 5000 | "title": "The SSH private key for the user account.",
|
4999 |
| - "description": "The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done)." |
| 5001 | + "description": "The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).", |
| 5002 | + "x-ms-secret": true |
5000 | 5003 | }
|
5001 | 5004 | },
|
5002 | 5005 | "title": "Properties used to create a user account on a Linux node."
|
|
5039 | 5042 | },
|
5040 | 5043 | "password": {
|
5041 | 5044 | "type": "string",
|
5042 |
| - "title": "The password for the user account." |
| 5045 | + "title": "The password for the user account.", |
| 5046 | + "x-ms-secret": true |
5043 | 5047 | },
|
5044 | 5048 | "elevationLevel": {
|
5045 | 5049 | "title": "The elevation level of the user account.",
|
|
6057 | 6061 | "accountKey": {
|
6058 | 6062 | "type": "string",
|
6059 | 6063 | "title": "The Azure Storage Account key.",
|
6060 |
| - "description": "This property is mutually exclusive with both sasKey and identity; exactly one must be specified." |
| 6064 | + "description": "This property is mutually exclusive with both sasKey and identity; exactly one must be specified.", |
| 6065 | + "x-ms-secret": true |
6061 | 6066 | },
|
6062 | 6067 | "sasKey": {
|
6063 | 6068 | "type": "string",
|
6064 | 6069 | "title": "The Azure Storage SAS token.",
|
6065 |
| - "description": "This property is mutually exclusive with both accountKey and identity; exactly one must be specified." |
| 6070 | + "description": "This property is mutually exclusive with both accountKey and identity; exactly one must be specified.", |
| 6071 | + "x-ms-secret": true |
6066 | 6072 | },
|
6067 | 6073 | "blobfuseOptions": {
|
6068 | 6074 | "type": "string",
|
|
6134 | 6140 | },
|
6135 | 6141 | "password": {
|
6136 | 6142 | "type": "string",
|
6137 |
| - "title": "The password to use for authentication against the CIFS file system." |
| 6143 | + "title": "The password to use for authentication against the CIFS file system.", |
| 6144 | + "x-ms-secret": true |
6138 | 6145 | }
|
6139 | 6146 | },
|
6140 | 6147 | "required": [
|
| 6148 | + "userName", |
6141 | 6149 | "source",
|
6142 | 6150 | "password",
|
6143 | 6151 | "relativeMountPath"
|
|
6158 | 6166 | },
|
6159 | 6167 | "accountKey": {
|
6160 | 6168 | "type": "string",
|
6161 |
| - "title": "The Azure Storage account key." |
| 6169 | + "title": "The Azure Storage account key.", |
| 6170 | + "x-ms-secret": true |
6162 | 6171 | },
|
6163 | 6172 | "relativeMountPath": {
|
6164 | 6173 | "type": "string",
|
|
6174 | 6183 | "required": [
|
6175 | 6184 | "accountName",
|
6176 | 6185 | "azureFileUrl",
|
6177 |
| - "relativeMountPath" |
| 6186 | + "relativeMountPath", |
| 6187 | + "accountKey" |
6178 | 6188 | ],
|
6179 | 6189 | "title": "Information used to connect to an Azure Fileshare."
|
6180 | 6190 | },
|
|
0 commit comments