Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.67k stars 5.1k forks source link

`recoveryservicessiterecovery@2022-10-01`: value of `fabricObjectId` in `ReplicationProtectedItems_Get` has been lower cased #24393

Open ziyeqf opened 1 year ago

ziyeqf commented 1 year ago

ReplicationProtectedItems_Get returns lower cased fabricObjectId

e.g.: what we PUT( by calling ReplicationProtectedItems_Create with fabricObjectId):

/subscriptions/*******/resourceGroups/acctestrg-recovery-230612031553069941-1/providers/Microsoft.Compute/virtualMachines/vm-230612031553069941

what get from GET:

/subscriptions/*******/resourceGroups/acctestRG-recovery-230612031553069941-1/providers/Microsoft.Compute/virtualMachines/vm-230612031553069941

the name of resource group has been lower cased in response.

ghost commented 1 year ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Sharmistha-Rai.

Issue Details
[`ReplicationProtectedItems_Get`](https://github.com/Azure/azure-rest-api-specs/blob/1b33e81bbdc28fcd6644a1315b8d7b1b6d030590/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/service.json#L2883) returns lower cased [`fabricObjectId`](https://github.com/Azure/azure-rest-api-specs/blob/1b33e81bbdc28fcd6644a1315b8d7b1b6d030590/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/service.json#L9086) e.g.: what we PUT( by calling [`ReplicationProtectedItems_Create`](https://github.com/Azure/azure-rest-api-specs/blob/1b33e81bbdc28fcd6644a1315b8d7b1b6d030590/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/service.json#LL2949C25-L2949C57) with [`fabricObjectId`](https://github.com/Azure/azure-rest-api-specs/blob/1b33e81bbdc28fcd6644a1315b8d7b1b6d030590/specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2022-10-01/service.json#L8474)): ``` /subscriptions/*******/resourceGroups/acctestrg-recovery-230612031553069941-1/providers/Microsoft.Compute/virtualMachines/vm-230612031553069941 ``` what get GET: ``` /subscriptions/*******/resourceGroups/acctestRG-recovery-230612031553069941-1/providers/Microsoft.Compute/virtualMachines/vm-230612031553069941 ``` the name of resource group has been lower cased in response.
Author: ziyeqf
Assignees: -
Labels: `Recovery Services Site-Recovery`, `Service Attention`, `needs-triage`
Milestone: -