Skip to content

Commit 10da0a2

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

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,13 +1223,14 @@ Known issues on Linux:
12231223

12241224
| Property | Value |
12251225
| ---- | --- |
1226-
| Capability Name | IncrementCertificateVersion-1.0
1227-
| Target Type | Microsoft-KeyVault
1228-
| Description | Generates new certificate version and thumbprint using the Key Vault Certificate client library. Current working certificate will be upgraded to this version.
1229-
| Prerequisites | For OneCert certificates, the domain must be registered with OneCert before attempting to run the fault.
1230-
| Urn | urn:csci:microsoft:keyvault:incrementCertificateVersion/1.0
1231-
| Fault Type | Discrete
1232-
| Parameters | certificateName: Name of AKV certificate on which fault will be executed
1226+
| Capability Name | IncrementCertificateVersion-1.0 |
1227+
| Target Type | Microsoft-KeyVault |
1228+
| Description | Generates new certificate version and thumbprint using the Key Vault Certificate client library. Current working certificate will be upgraded to this version. |
1229+
| Prerequisites | For OneCert certificates, the domain must be registered with OneCert before attempting to run the fault. |
1230+
| Urn | urn:csci:microsoft:keyvault:incrementCertificateVersion/1.0 |
1231+
| Fault Type | Discrete |
1232+
| Parameters (key, value) | |
1233+
| certificateName | Name of AKV certificate on which fault will be executed |
12331234

12341235
### Sample JSON
12351236

@@ -1238,7 +1239,7 @@ Known issues on Linux:
12381239
"name": "branchOne",
12391240
"actions": [
12401241
{
1241-
"type": "continuous",
1242+
"type": "discrete",
12421243
"name": "urn:csci:microsoft:keyvault:incrementCertificateVersion/1.0",
12431244
"parameters": [],
12441245
"duration": "PT10M",

0 commit comments

Comments
 (0)