oracle / weblogic-azure

This project offers support for running Oracle WebLogic Server in the Azure Virtual Machines and Azure Kubernetes Service (AKS)
Universal Permissive License v1.0
9 stars 19 forks source link

Support Bicep 0.8.9 #183

Closed galiacheng closed 2 years ago

galiacheng commented 2 years ago

Signed-off-by: galiacheng haixia.cheng@microsoft.com

modified: .github/workflows/buildWlsAksArtifact.yml modified: .github/workflows/testWlsAksWithDependencyCreation.yml modified: .github/workflows/testWlsAksWithoutDependencyCreation.yml use Bicep 0.8.9 in pipeline.

modified: weblogic-azure-aks/pom.xml increase pom version

modified: weblogic-azure-aks/src/main/bicep/mainTemplate.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_appGateway.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-appgw-upload-trusted-root-certificate.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-create-networking.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-output-domain-configurations.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-query-storage-account.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-validate-parameters.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds_ensure_available_agic.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds_query_available_private_ip_from_subnet.bicep modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds_update-applications.bicep modified: weblogic-azure-aks/src/main/bicep/modules/networking.bicep remove reference() function to work around https://github.com/Azure/bicep/issues/4943 mitigate arm-ttk complains