Open Nutrymaco opened 1 year ago
We don't have the detail of the resouceId of each type would look like. Could you check the sample in https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/protecteditems_client_example_test.go
Hi @Nutrymaco. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hi @Nutrymaco, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!
Hi, problem was that i build SourceResourceId
with resource group of Recovery Service Vault and not resource group of File Share (they are not in the same group). But still error message was misleading, in my opinion it should say something like "Storage Account by provided SourceResourceId not found".
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @adityabalaji-msft @pvrk.
Bug Report
ProtectedItemsClient.CreateOrUpdate
. WithProtectedItemResource
with typeAzureFileshareProtectedItem
. PropertySourceResourceID
formatted like/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Storage/storageAccounts/%s
The error message does not help to understand what is wrong with SourceResourceID.