We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb5f83 commit e3ec1e1Copy full SHA for e3ec1e1
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