-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public IP Created in 2021-08-01 Does Not Return ddosSettings. protectionMode
in 2022-05-01
#22068
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @aznetsuppgithub. Issue DetailsswaggerLines 615 to 631 in 3dae944
Same API payload, PUT in 2022-05-01 and then GET in 2022-05-01, we will get PUT in 2021-08-01 and then GET in 2022-05-01x-ms-request-id: edf3ba73-d4c0-48e6-94a9-de55f00c2a8c
x-ms-request-id: bbe9a22b-ebff-4c06-b002-0ee60d1bcbd5
PUT in 2022-05-01 and then GET in 2022-05-01x-ms-request-id: 20a4087e-19bb-4603-a744-9214371ed039
x-ms-request-id: f6cb438f-3045-4bf8-bfba-c3e6325fbaad
|
swagger
azure-rest-api-specs/specification/network/resource-manager/Microsoft.Network/stable/2022-05-01/publicIpAddress.json
Lines 615 to 631 in 3dae944
Same API payload, PUT in 2022-05-01 and then GET in 2022-05-01, we will get
ddosSettings. protectionMode="VirtualNetworkInherited"
, but if wePUT in 2021-08-01 and then GET in 2022-05-01, this value is missed. The API should also return this value.
PUT in 2021-08-01 and then GET in 2022-05-01
PUT https://management.azure.com/subscriptions/XXXX/resourceGroups/wt-terraform/providers/Microsoft.Network/publicIPAddresses/test-ip-1?api-version=2021-08-01
x-ms-request-id: edf3ba73-d4c0-48e6-94a9-de55f00c2a8c
GET https://management.azure.com/subscriptions/XXXX/resourceGroups/wt-terraform/providers/Microsoft.Network/publicIPAddresses/test-ip-1?api-version=2022-05-01
x-ms-request-id: bbe9a22b-ebff-4c06-b002-0ee60d1bcbd5
PUT in 2022-05-01 and then GET in 2022-05-01
PUT https://management.azure.com/subscriptions/XXXX/resourceGroups/wt-terraform/providers/Microsoft.Network/publicIPAddresses/test-ip-2?api-version=2022-05-01
x-ms-request-id: 20a4087e-19bb-4603-a744-9214371ed039
GET https://management.azure.com/subscriptions/XXXX/resourceGroups/wt-terraform/providers/Microsoft.Network/publicIPAddresses/test-ip-2?api-version=2022-05-01
x-ms-request-id: f6cb438f-3045-4bf8-bfba-c3e6325fbaad
The text was updated successfully, but these errors were encountered: