ALZ-Bicep icon indicating copy to clipboard operation
ALZ-Bicep copied to clipboard

Updated markdowns to correspond with the Bicep files

Open johnlokerse opened this issue 3 years ago • 2 comments

This PR fixes/adds/changes/removes

  1. Update the markdown files to correspond with the parameters in the Bicep files.

As part of this Pull Request I have

johnlokerse avatar Oct 08 '22 15:10 johnlokerse

@johnlokerse let us know when this is good to review. I've placed the do not merge label on it for now.

jtracey93 avatar Oct 08 '22 15:10 jtracey93

@jtracey93 PR is ready for review. I went through every markdown file to review if the information is correct according to what is stated in the Bicep files. Also identified breaking changes that I have made, these are commented by me in the PR.

johnlokerse avatar Oct 16 '22 14:10 johnlokerse

/azp run validateazcloud

jtracey93 avatar Oct 21 '22 05:10 jtracey93

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 21 '22 05:10 azure-pipelines[bot]

@johnlokerse we got an error also on the validation pipeline but we know the name can be longer for these resources. Can we remove any places we have added min or max length as part of this PR please 👍

ERROR: {"code": "InvalidTemplate", "message": "Deployment template validation failed: 'The provided value for the template parameter 'parVirtualWanHubResourceId' is not valid. Length of the value should be less than or equal to '50'. Please see https://aka.ms/arm-template/#parameters for usage details.'.", "additionalInfo": [{"type": "TemplateViolation", "info": {"lineNumber": 14, "linePosition": 21, "path": "properties.template.parameters.parVirtualWanHubResourceId.maxLength"}}]}

jtracey93 avatar Oct 21 '22 06:10 jtracey93

@johnlokerse we got an error also on the validation pipeline but we know the name can be longer for these resources. Can we remove any places we have added min or max length as part of this PR please 👍

ERROR: {"code": "InvalidTemplate", "message": "Deployment template validation failed: 'The provided value for the template parameter 'parVirtualWanHubResourceId' is not valid. Length of the value should be less than or equal to '50'. Please see https://aka.ms/arm-template/#parameters for usage details.'.", "additionalInfo": [{"type": "TemplateViolation", "info": {"lineNumber": 14, "linePosition": 21, "path": "properties.template.parameters.parVirtualWanHubResourceId.maxLength"}}]}

@jtracey93 Reverted my changes regarding minLength and maxLength

johnlokerse avatar Oct 22 '22 16:10 johnlokerse

Hey @johnlokerse,

Thanks for this we are reviewing :)

jtracey93 avatar Oct 26 '22 08:10 jtracey93

/azp run validateazcloud

jtracey93 avatar Oct 26 '22 08:10 jtracey93

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 26 '22 08:10 azure-pipelines[bot]