Skip to content

Commit b08e86e

Browse files
authored
Update chaos-studio-fault-library.md
1 parent 10da0a2 commit b08e86e

File tree

1 file changed

+65
-4
lines changed

1 file changed

+65
-4
lines changed

articles/chaos-studio/chaos-studio-fault-library.md

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,17 @@ Known issues on Linux:
12111211
{
12121212
"type": "continuous",
12131213
"name": "urn:csci:microsoft:keyvault:disableCertificate/1.0",
1214-
"parameters": [],
1214+
"parameters": [
1215+
{
1216+
"key": "certificateName",
1217+
"value": "<name of AKV certificate>"
1218+
},
1219+
{
1220+
"key": "version",
1221+
"value": "<certificate version>"
1222+
}
1223+
1224+
],
12151225
"duration": "PT10M",
12161226
"selectorid": "myResources"
12171227
}
@@ -1241,7 +1251,12 @@ Known issues on Linux:
12411251
{
12421252
"type": "discrete",
12431253
"name": "urn:csci:microsoft:keyvault:incrementCertificateVersion/1.0",
1244-
"parameters": [],
1254+
"parameters": [
1255+
{
1256+
"key": "certificateName",
1257+
"value": "<name of AKV certificate>"
1258+
}
1259+
],
12451260
"duration": "PT10M",
12461261
"selectorid": "myResources"
12471262
}
@@ -1266,7 +1281,7 @@ Known issues on Linux:
12661281
| validityInMonths | The validity period of the certificate in months |
12671282
| certificateTransparency | Indicates whether the certificate should be published to the certificate transparency list when created |
12681283
| certificateType | the certificate type |
1269-
| contentType | The content type of the certificate, eg Pkcs12 when the certificate contains raw PFX bytes, or Pem when it contains ASCII | PEM-encoded btes. Pkcs12 is the default value assumed
1284+
| contentType | The content type of the certificate, eg Pkcs12 when the certificate contains raw PFX bytes, or Pem when it contains ASCII | PEM-encoded btes. Pkcs12 is the default value assumed |
12701285
| keySize | The size of the RSA key: 2048, 3072, or 4096 |
12711286
| exportable | Value indicating if the certificate key is exportable from the vault or secure certificate store |
12721287
| reuseKey | Value indicating if the certificate key should be reused when rotating the certificate|
@@ -1281,7 +1296,53 @@ Known issues on Linux:
12811296
{
12821297
"type": "continuous",
12831298
"name": "urn:csci:microsoft:keyvault:updateCertificatePolicy/1.0",
1284-
"parameters": [],
1299+
"parameters": [
1300+
{
1301+
"key": "certificateName",
1302+
"value": "<name of AKV certificate>"
1303+
},
1304+
{
1305+
"key": "version",
1306+
"value": "<certificate version>"
1307+
},
1308+
{
1309+
"key": "enabled",
1310+
"value": ""
1311+
},
1312+
{
1313+
"key": "validityInMonths",
1314+
"value": "1"
1315+
},
1316+
{
1317+
"key": "certificateTransparency",
1318+
"value": "True"
1319+
},
1320+
{
1321+
"key": "certificateType",
1322+
"value": "<certificate type>"
1323+
},
1324+
{
1325+
"key": "contentType",
1326+
"value": "Pem"
1327+
},
1328+
{
1329+
"key": "keySize",
1330+
"value": "4096"
1331+
},
1332+
{
1333+
"key": "exportable",
1334+
"value": "True"
1335+
},
1336+
{
1337+
"key": "reuseKey",
1338+
"value": "False"
1339+
},
1340+
{
1341+
"key": "keyType",
1342+
"value": "RSA"
1343+
}
1344+
1345+
],
12851346
"duration": "PT10M",
12861347
"selectorid": "myResources"
12871348
}

0 commit comments

Comments
 (0)