Skip to content

Commit f05c76d

Browse files
committed
change version
1 parent 763ee85 commit f05c76d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/azure-cli/azure/cli/command_modules/acr/tests/latest/test_acr_connectedregistry_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_acr_connectedregistry(self, resource_group):
3939
'notificationStr': 'hello-world:tag:push',
4040
'notificationStr2': '*:*'
4141
})
42-
# Create Registr and enable data endpoint
42+
# Create Registry and enable data endpoint
4343
self.cmd('acr create -n {registry_name} -g {rg} -l {rg_loc} --sku {sku}',
4444
checks=[self.check('name', '{registry_name}'),
4545
self.check('location', '{rg_loc}'),

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ azure-mgmt-cdn==12.0.0
3030
azure-mgmt-cognitiveservices==13.5.0
3131
azure-mgmt-compute==33.0.0
3232
azure-mgmt-containerinstance==10.2.0b1
33-
azure-mgmt-containerregistry==10.3.0
33+
azure-mgmt-containerregistry==11.0.0
3434
azure-mgmt-containerservice==34.1.0
3535
azure-mgmt-core==1.3.2
3636
azure-mgmt-cosmosdb==9.7.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ azure-mgmt-cdn==12.0.0
3030
azure-mgmt-cognitiveservices==13.5.0
3131
azure-mgmt-compute==33.0.0
3232
azure-mgmt-containerinstance==10.2.0b1
33-
azure-mgmt-containerregistry==10.3.0
33+
azure-mgmt-containerregistry==11.0.0
3434
azure-mgmt-containerservice==34.1.0
3535
azure-mgmt-core==1.3.2
3636
azure-mgmt-cosmosdb==9.7.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ azure-mgmt-cdn==12.0.0
3030
azure-mgmt-cognitiveservices==13.5.0
3131
azure-mgmt-compute==33.0.0
3232
azure-mgmt-containerinstance==10.2.0b1
33-
azure-mgmt-containerregistry==10.3.0
33+
azure-mgmt-containerregistry==11.0.0
3434
azure-mgmt-containerservice==34.1.0
3535
azure-mgmt-core==1.3.2
3636
azure-mgmt-cosmosdb==9.7.0

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
'azure-mgmt-cognitiveservices~=13.5.0',
7676
'azure-mgmt-compute~=33.0.0',
7777
'azure-mgmt-containerinstance==10.2.0b1',
78-
'azure-mgmt-containerregistry==10.3.0',
78+
'azure-mgmt-containerregistry==11.0.0',
7979
'azure-mgmt-containerservice~=34.1.0',
8080
'azure-mgmt-cosmosdb==9.7.0',
8181
'azure-mgmt-databoxedge~=1.0.0',

0 commit comments

Comments
 (0)