We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb5f83 + e3ec1e1 commit 4b2a93aCopy full SHA for 4b2a93a
1 file changed
articles/operator-service-manager/configuration-guide.md
@@ -125,7 +125,7 @@ This example shows how to pass all secrets in the object `secretCgvContent` to t
125
"type": "Microsoft.HybridNetwork/configurationGroupValues",
126
"properties": {
127
"configurationType": "Secret"
128
- "secretDeploymentValues": "[string(parameters('secretCgvContent'))]"
+ "secretConfigurationValue": "[string(parameters('secretCgvContent'))]"
129
}
130
131
```
0 commit comments