[BUG] Microsoft.Network - privateEndpoint - GET Private Endpoint : etag, isIPv6EnabledPrivateEndpoint -- additional properties #31315
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/Microsoft.Network/stable/2023-11-01/privateEndpoint.json
API Spec version
2023-11-01, 2024-03-01
Describe the bug
As example PrivateEndpointGet.json, response describing a resource, it should be without:
etag
properties.isIPv6EnabledPrivateEndpoint
properties.privateLinkServiceConnections[0].etag
There are also examples in Azure REST API for Private Endpoints - Get. Found with Microsoft.Network/privateEndpoints ARM template/Bicep description.
Additional
properties.isIPv6EnabledPrivateEndpoint
has an impact on WhatIf Bicep operation, as showing as a Bicep difference/change.Expected behavior
Actual behavior
Reproduction Steps
az rest --method get --header "Accept=application/json" --url 'https://management.azure.com//subscriptions/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb/resourceGroups/my-rg/providers/Microsoft.Network/privateEndpoints/mystorageacc-blob-pe?api-version=2023-11-01'
||
GET
https://management.azure.com//subscriptions/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb/resourceGroups/my-rg/providers/Microsoft.Network/privateEndpoints/mystorageacc-blob-pe?api-version=2023-11-01
also with
api-version=2024-03-01
Environment
No response
The text was updated successfully, but these errors were encountered: