Azure / bicep-types-az

Bicep type definitions for ARM resources
MIT License
84 stars 27 forks source link

[Microsoft.App/managedEnvironments]: <description> #1650

Open Raf-Ben opened 1 year ago

Raf-Ben commented 1 year ago

Resource Type

Microsoft.App/managedEnvironments

Api Version

2022-11-01

Issue Type

Inaccurate/confusing description(s)

Other Notes

The Azure documentation says that for "appLogsConfiguration" property, only "log-analytics" is supported.

https://learn.microsoft.com/en-us/azure/templates/microsoft.app/managedenvironments?pivots=deployment-language-bicep#:~:text=only%20%22log%2Danalytics%22%20is%0Asupported

The Bicep is accepting other values, already tested with azure devops pipeline.

The implementation is as shown in the code section

Bicep Repro

properties: { appLogsConfiguration: { destination: 'azure-monitor' }

Confirm

ghost commented 1 year ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI. Please see https://aka.ms/biceptypesinfo for troubleshooting help.

Issue Details
### Resource Type Microsoft.App/managedEnvironments ### Api Version 2022-11-01 ### Issue Type Inaccurate/confusing description(s) ### Other Notes The Azure documentation says that for "appLogsConfiguration" property, only "log-analytics" is supported. https://learn.microsoft.com/en-us/azure/templates/microsoft.app/managedenvironments?pivots=deployment-language-bicep#:~:text=only%20%22log%2Danalytics%22%20is%0Asupported The Bicep is accepting other values, already tested with azure devops pipeline. The implementation is as shown in the code section ### Bicep Repro properties: { appLogsConfiguration: { destination: 'azure-monitor' } ### Confirm - [X] I have read the troubleshooting guide and looked for duplicates.
Author: Raf-Ben
Assignees: -
Labels: `inaccuracy`, `Needs: Triage :mag:`, `Service Attention`, `App Services`
Milestone: -