Upgrade PowerShell and use version 11.5 #311
Merged
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 pull request upgrades PowerShell version to
11.5
.Affected offer:
Here are the most important changes:
Workflow updates:
.github/workflows/testWlsAksWithDependencyCreation.yml
: Increased the sleep duration from 1 minute to 2 minutes. This change allows more time for the preceding command to complete before the workflow continues..github/workflows/testWlsVmCluster.yml
: Added a sleep duration of 2 minutes. This pause provides time for the preceding command to finish executing before the workflow progresses.Version updates:
pom.xml
: Updated theversion.wls-on-aks-azure-marketplace
from 1.0.72 to 1.0.74 andversion.arm-oraclelinux-wls-cluster
from 1.0.650000 to 1.0.660000. These updates reflect the latest versions of the respective components.resources/azure-common.properties
: Updated theazure.powershell.version
from 8.3 to 11.5. This change ensures the use of the latest version of Azure PowerShell.Module renaming:
weblogic-azure-aks/src/main/bicep/mainTemplate.bicep
: Renamed the modulepre-azure-resources-deployment
toprerequisite-resources-deployment
. This new name provides a clearer understanding of the module's purpose.