From b91117dac83d51a6e3707167975be0a2f43c541f Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 6 Dec 2017 20:30:28 -0800 Subject: azure_rm_containerservice (#33597) * add acr * acr * acr * fix a minor error * add tests and fixes as suggested * use get_mgmt_svc_client to enable bi * fixes as zim suggested * code refinement * get acr instance before update * fix a bug * remove Classic sku as it's going to deprecate * pass sanity test * fix sanity * fixes based on comments * fix broken namespace unregistered error * fix a bug * fix a bug * fix * add register namespace * fixes tests * remove pdb * add ci azure test * removed required: false * renamed acr -> containerregistry * fixed spelling mistake * fixed idempotence * fix for idempotence was wrong * fixed a few issues * different log when exception different than ResourceNotFound * self.fail instead of log * updated sample return value * added login server in results * fixed else * fixed line too long * cmp -> __ne__ * fixed trailing whitespace * output.changed is false when instance updated * fix for state change * one more update * update instance only when location or sku has changed * fixed syntax error * fixed acr test * just removed unnecessary comment to trigger ci * update return value shape * flatten `state` * change credential dictionary state * add credentials to integration tests --- packaging/requirements/requirements-azure.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/requirements/requirements-azure.txt b/packaging/requirements/requirements-azure.txt index adb575510a..2e4135b0fa 100644 --- a/packaging/requirements/requirements-azure.txt +++ b/packaging/requirements/requirements-azure.txt @@ -13,4 +13,5 @@ azure-mgmt-keyvault>=0.40.0,<0.41 azure-mgmt-batch>=4.1.0,<5 azure-mgmt-sql>=0.7.1,<0.8 azure-mgmt-web>=0.32.0,<0.33 -azure-mgmt-containerservice>=2.0.0,<3.0.0 \ No newline at end of file +azure-mgmt-containerservice>=2.0.0,<3.0.0 +azure-mgmt-containerregistry>=1.0.1 \ No newline at end of file -- cgit v1.2.1