fix arm-ttk validation errors in bicep files for WebLogic on AKS offer #363
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This issue fixes the arm-ttk validation errors in bicep files for WebLogic on AKS offer
Following validation errors are fixed:
API version validation error:
[-] apiVersions Should Be Recent (2041 ms)
Api versions must be the latest or under 2 years old (730 days) - API version 2023-08-01 of Microsoft.ContainerService/managedClusters is 791 days old
Line: 13408, Column: 8
Valid Api Versions:
2023-10-01
2023-10-02-preview
NestedTemplate vnet-application-gateway [ Lines 2427 - 4533 ]
[-] Parameters Must Be Referenced (1772 ms)
Unreferenced parameter: utcValue Line: 2469, Column: 22
Parameter Types Should Be Consistent
[-] Parameter Types Should Be Consistent (2347 ms)
Type Mismatch: Parameter 'appGatewaySSLCertData' in nested template 'validate-parameters-and-fail-fast' is defined as string, but the parent template
defines it as securestring). Line: 1427, Column: 14
[-] Parameter Types Should Be Consistent (2257 ms)
##[error] Type Mismatch: Parameter 'vnetForApplicationGateway' in nested template 'vnet-application-gateway' is defined as object, but the parent template defines it as secureObject). Line: 2444, Column: 22
##[error] Type Mismatch: Parameter 'appgwSSLBackendRootCertData' in nested template 'application-gateway-deployment' is defined as securestring, but the parent template defines it as string). Line: 1986, Column: 14
##[error] Type Mismatch: Parameter 'sslCertData' in nested template 'application-gateway-deployment' is defined as securestring, but the parent template defines it as string). Line: 2022, Column: 14
##[error] Type Mismatch: Parameter 'vnetForApplicationGateway' in nested template 'application-gateway-deployment' is defined as secureObject, but the parent template defines it as object). Line: 2034, Column: 14