Skip to content

Commit

Permalink
Upgrade dependency package to lasted (ansible-collections#1709)
Browse files Browse the repository at this point in the history
* Upgrade azure-mgmt-containerinstance to v10.1.0

* upgrade azure-mgmt-containerregistry and azure-containerregistry to lastest

* Upgrade azure-mgmt-cosmosdb to v10.0.0b3

* upgrade azure-mgmt-sql to v4.0.0b19
  • Loading branch information
Fred-sun authored Sep 14, 2024
1 parent 4b306a6 commit 6b27799
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/azure_rm_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ def containerinstance_client(self):
if not self._containerinstance_client:
self._containerinstance_client = self.get_mgmt_svc_client(ContainerInstanceManagementClient,
base_url=self._cloud_environment.endpoints.resource_manager,
api_version='2018-06-01')
api_version='2023-05-01')

return self._containerinstance_client

Expand Down
3 changes: 2 additions & 1 deletion plugins/modules/azure_rm_containerregistryreplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
resource_group: myResourceGroup
registry_name: myRegistry
replication_name: myReplication
replication: replication
replication:
Key: value
location: eastus
'''

Expand Down
6 changes: 6 additions & 0 deletions plugins/modules/azure_rm_containerregistrywebhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
registry_name: myRegistry
webhook_name: myWebhook
location: eastus
service_uri: http://test123.com
scope: test123
custom_headers:
Key: Value1
actions:
- push
'''

RETURN = '''
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ azure-mgmt-apimanagement==3.0.0
azure-mgmt-batch==16.2.0
azure-mgmt-compute==30.6.0
azure-mgmt-cdn==13.1.1
azure-mgmt-containerinstance==9.0.0
azure-mgmt-containerinstance==10.1.0
azure-mgmt-core==1.4.0
azure-mgmt-containerregistry==9.1.0
azure-containerregistry==1.1.0
azure-mgmt-containerregistry==10.3.0
azure-containerregistry==1.2.0
azure-mgmt-containerservice==31.0.0
azure-mgmt-datafactory==2.0.0
azure-mgmt-dns==8.0.0
Expand All @@ -29,7 +29,7 @@ azure-mgmt-resource==21.1.0
azure-mgmt-rdbms==10.2.0b12
azure-mgmt-search==8.0.0
azure-mgmt-servicebus==7.1.0
azure-mgmt-sql==3.0.1
azure-mgmt-sql==4.0.0b19
azure-mgmt-storage==19.0.0
azure-mgmt-trafficmanager==1.0.0b1
azure-mgmt-web==6.1.0
Expand All @@ -38,7 +38,7 @@ azure-storage-blob==12.13.0
azure-core==1.28.0
azure-keyvault==4.2.0
azure-mgmt-keyvault==10.0.0
azure-mgmt-cosmosdb==9.5.1
azure-mgmt-cosmosdb==10.0.0b3
azure-mgmt-hdinsight==9.0.0
azure-mgmt-devtestlabs==9.0.0
azure-mgmt-loganalytics==12.0.0
Expand Down

0 comments on commit 6b27799

Please sign in to comment.