Open susheel-vadde opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @zhangyd2015, @Frey-Wang, @Jingshu923.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @zhangyd2015, @Frey-Wang, @Jingshu923.
Description
this command : Get-AzDataFactory -Name "XXXXXXX" -ResourceGroupName "XXXXXXXX" - Debug is making a request with incorrect resource Absolute URI : Absolute Uri: https://management.azure.com/subscriptions/ae0b13d9-e09c-4e54-b1e6-8e777d8fbe14/resourcegroups/ba-n-zeaus-cgcid-rg/providers/Microsoft.DataFactory/**datafactories**/ba-n-zeaus-cgcid-pprd-adf?api-version=2015-10-01
It should actually be
Absolute Uri: https://management.azure.com/subscriptions/xxxxxxxxxx/resourcegroups/XXXXXX-rg/providers/Microsoft.DataFactory/**factories**/xxxxxx-adf?api-version=2015-10-01
Issue script & Debug output
Environment data
Module versions
Error output