Commit b92e814
committed
Fixed a cache rule creation bug
With latest az cli 2.70 release we unfortunately introduced a
regression. Creating a cache rule without a credential set would crash.
It is caused by a local variable not declared in the correct scope.
A bug issue has been created to track this issue:
Azure/acr#822
This commit fixed the issue. Now creating cache rules work as expected.1 parent 1c20fa6 commit b92e814
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments