Azure / Azure/azure-rest-api-specs
[BUG] DNSARecord Service API shouldn't change the casing for the targetResourceId property
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 3d 37m
- Merged PRs (30d)
- 446
Description
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/09c37754dac91874ff689ed1e60effb4268c8669/specification/dns/resource-manager/Microsoft.Network/stable/2018-05-01/dns.json#L30
### API Spec version
2018-05-01
### Describe the bug
DNSARecord Service API changed the targetResourceId property to lowercase.
### Expected behavior
DNSARecord Service API shouldn't change the targetResourceId property to lowercase.
### Actual behavior
DNSARecord Service API changed the targetResourceId property to lowercase.
### Reproduction Steps
1. Create resource group including CAPITAL LETTERS
2. Create a DNS zone
3. Create an A-Record
4. Create another A-Record whose targetResourceId is set with the id of above A-Record.
### Environment
Global
Contributor guide
Assessment
This issue has not been assessed yet.