Open
Description
Description of the new feature
Current New-AzAksCluster
only support to attach the ACR in the same subscription with the aks cluster.
Please support to attach the ACR in another subscription by using resourceId.
Proposed implementation details (optional)
Current code use ACR name to query the resourceId and use the resourceId to grant the permission of ACR. We can just use the resourceId from parameter to do the same thing.
No response