Skip to content

Commit e3ec1e1

Browse files
authored
Rename secretDeploymentValues to secretConfigurationValue
1 parent 8bb5f83 commit e3ec1e1

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)