Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{ACR} Fixed a bug where creating cache rule without credential set wo…
…uld fail (#30984) 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.
- Loading branch information