feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[Azure Bicep - Microsoft.Kusto clusters] Wrong property value

Open DanielHRio opened this issue 1 year ago • 1 comments

Describe the bug The value of languageExtensions in this page is wrong.

It should be { value: [ { languageExtensionImageName: 'string' languageExtensionName: 'string' } { languageExtensionImageName: 'string' languageExtensionName: 'string' } ] }

To Reproduce You can try to deploy it via Azure Bicep.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

DanielHRio avatar Jun 27 '23 03:06 DanielHRio