Skip to content

Commit

Permalink
feat(EMS-3547): added version flag to Azure MysQL flexible server cre…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
abhi-markan committed Jul 10, 2024
1 parent 2ed0895 commit 845f03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
--storage-size ${{ vars.DB_STORAGE_SIZE_GB }} \
--sku-name ${{ env.DB_SKU }} \
--tier ${{ env.DB_TIER }} \
--version ${{ vars.DB_VERSION }} \
--vnet vnet-${{ env.PRODUCT }}-${{ env.TARGET }}-${{ vars.VERSION }} \
--subnet snet-database-${{ env.PRODUCT }}-${{ vars.VERSION }} \
--address-prefixes ${{ vars.VNET_ADDRESS_PREFIX }} \
Expand Down

0 comments on commit 845f03d

Please sign in to comment.