Skip to content

Commit a27220a

Browse files
committed
rename what-if arg
1 parent 660415c commit a27220a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsc_lib/src/dscresources/resource_manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub enum ArgKind {
105105
},
106106
WhatIf {
107107
/// The argument that serves as the what-if switch.
108-
#[serde(rename = "whatIfInputArg")]
108+
#[serde(rename = "whatIfSwitchArg")]
109109
what_if_input_arg: String,
110110
}
111111
}

tools/dsctest/dscwhatif.dsc.resource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"args": [
1414
"what-if",
1515
{
16-
"whatIfInputArg": "--what-if"
16+
"whatIfSwitchArg": "--what-if"
1717
}
1818
],
1919
"return": "state"

0 commit comments

Comments
 (0)