Skip to content

Commit

Permalink
Bump minimum version for azure containerinstance. (#40767)
Browse files Browse the repository at this point in the history
The #40616 used priority for ContainerGroup and it has only been
added in 10.1.0 version of azure-containerinstance library

See https://pypi.org/project/azure-mgmt-containerinstance/10.1.0/
  • Loading branch information
potiuk authored Jul 13, 2024
1 parent f09b220 commit e6d3822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies:
- azure-kusto-data>=4.1.0
- azure-mgmt-datafactory>=2.0.0
- azure-mgmt-containerregistry>=8.0.0
- azure-mgmt-containerinstance>=9.0.0
- azure-mgmt-containerinstance>=10.1.0
- msgraph-core>=1.0.0

devel-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
"azure-identity>=1.3.1",
"azure-keyvault-secrets>=4.1.0",
"azure-kusto-data>=4.1.0",
"azure-mgmt-containerinstance>=9.0.0",
"azure-mgmt-containerinstance>=10.1.0",
"azure-mgmt-containerregistry>=8.0.0",
"azure-mgmt-cosmosdb>=3.0.0",
"azure-mgmt-datafactory>=2.0.0",
Expand Down

0 comments on commit e6d3822

Please sign in to comment.