Skip to content

Commit

Permalink
Merge pull request #253 from majguo/main
Browse files Browse the repository at this point in the history
Fix apiVersions should be recent error
  • Loading branch information
venunathb authored Jul 2, 2024
2 parents f35b8a0 + 3575499 commit a60299f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/azure-common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ azure.apiVersionForVirtualMachineExtensions=2024-03-01
# Microsoft.Compute/virtualMachineScaleSets
azure.apiVersionForVirtualMachineScaleSets=2024-03-01
# Microsoft.KeyVault/vaults
azure.apiVersionForKeyVault=2022-07-01
azure.apiVersionForKeyVault=2023-07-01
# Microsoft.KeyVault/vaults/secrets
azure.apiVersionForKeyVaultSecrets=2022-07-01
azure.apiVersionForKeyVaultSecrets=2023-07-01
# Microsoft.ManagedIdentity/userAssignedIdentities
azure.apiVersionForIdentity=2023-01-31
# Microsoft.Network/networkInterfaces
Expand Down

0 comments on commit a60299f

Please sign in to comment.