Skip to content

Docs for ArmDeploymentProperties.Parameters are not specific enough #42151

Open
@JoshLove-msft

Description

@JoshLove-msft

The generated docs seem to be the same for all BinaryData properties, but for Parameters, the "value" in the key value pair needs to itself be a JSON object, so the example should have:

BinaryData.FromObjectAsJson(new { parameterName = { value = "parameterValue" })

As opposed to what it currently has:

BinaryData.FromObjectAsJson(new { key = "value" })

I know this is generated, but it would be good to improve this.

Metadata

Metadata

Assignees

Labels

ARMMgmtThis issue is related to a management package.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions