Skip to content

Commit 4b2a93a

Browse files
Merge pull request #313220 from msftadam/patch-847275
Rename secretDeploymentValues to secretConfigurationValue
2 parents 8bb5f83 + e3ec1e1 commit 4b2a93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/operator-service-manager/configuration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This example shows how to pass all secrets in the object `secretCgvContent` to t
125125
"type": "Microsoft.HybridNetwork/configurationGroupValues",
126126
"properties": {
127127
"configurationType": "Secret"
128-
"secretDeploymentValues": "[string(parameters('secretCgvContent'))]"
128+
"secretConfigurationValue": "[string(parameters('secretCgvContent'))]"
129129
}
130130
}
131131
```

0 commit comments

Comments
 (0)