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
"description": "Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\"."
206
+
}
207
+
},
208
+
"required": [
209
+
"password"
210
+
],
211
+
"description": "Certificate resource specific properties"
212
+
},
213
+
"SourceControlProperties": {
214
+
"type": "object",
215
+
"properties": {
216
+
"expirationTime": {
217
+
"type": "string",
218
+
"format": "date-time",
219
+
"description": "OAuth token expiration."
109
220
},
110
-
"cerBlob": {
221
+
"name": {
111
222
"type": "string",
112
-
"description": "Raw bytes of .cer file"
223
+
"description": "Name or source control type."
113
224
},
114
-
"keyVaultId": {
225
+
"refreshToken": {
115
226
"type": "string",
116
-
"description": "Key Vault Csm resource Id."
227
+
"description": "OAuth refresh token."
117
228
},
118
-
"keyVaultSecretName": {
229
+
"token": {
119
230
"type": "string",
120
-
"description": "Key Vault secret name."
231
+
"description": "OAuth access token."
121
232
},
122
-
"serverFarmId": {
233
+
"tokenSecret": {
123
234
"type": "string",
124
-
"description": "Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\"."
235
+
"description": "OAuth access token secret."
125
236
}
126
237
},
127
-
"description": "ARM envelope properties"
238
+
"description": "SourceControl resource specific properties"
128
239
},
129
-
"Csr_properties": {
240
+
"UserProperties": {
130
241
"type": "object",
131
242
"properties": {
132
243
"name": {
133
244
"type": "string",
134
-
"description": "Name used to locate CSR object."
245
+
"description": "Username"
135
246
},
136
-
"distinguishedName": {
247
+
"publishingPassword": {
137
248
"type": "string",
138
-
"description": "Distinguished name of certificate to be created."
249
+
"format": "password",
250
+
"description": "Password used for publishing."
139
251
},
140
-
"csrString": {
252
+
"publishingPasswordHash": {
141
253
"type": "string",
142
-
"description": "Actual CSR string created."
254
+
"format": "password",
255
+
"description": "Password hash used for publishing."
143
256
},
144
-
"pfxBlob": {
257
+
"publishingPasswordHashSalt": {
145
258
"type": "string",
146
-
"description": "PFX certifcate of created certificate."
259
+
"format": "password",
260
+
"description": "Password hash salt used for publishing."
147
261
},
148
-
"password": {
262
+
"publishingUserName": {
149
263
"type": "string",
150
-
"description": "PFX password."
151
-
},
152
-
"publicKeyHash": {
153
-
"type": "string",
154
-
"description": "Hash of the certificate's public key."
155
-
},
156
-
"hostingEnvironment": {
157
-
"type": "string",
158
-
"description": "App Service Environment."
264
+
"description": "Username used for publishing."
159
265
}
160
266
},
161
-
"description": "ARM envelope properties"
267
+
"required": [
268
+
"publishingUserName"
269
+
],
270
+
"description": "User resource specific properties"
0 commit comments