-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Network] Required properties missing in response #755
Comments
@Nilambari @DeepakRajendranMsft - Can you guys take a look at this issue as well? |
@amitsriva - can you take a look at this please? |
@MohitGargVpn can you take a look at this please? |
As specified in swagger, properties do get populated in case of GET for VirtualNetworkGateway/LocalNetworkGateway objects. Please let us know if you have further queries. Help up close this issue. |
Please verify if this answers your questions and close accordingly |
Definition "LocalNetworkGateway" and "VirtualNetworkGateway" indicates "properties" is a required property, though response body for "VirtualNetworkGatewayConnections_List" doesn't contain it (based on .net recording Networks.Tests.GatewayOperationsTests/VirtualNetworkGatewayConnectionOperationsApisTest.json)
Scenario: VirtualNetworkGatewayConnectionOperationsApisTestGET5389
Other operations reporting same error are: "VirtualNetworkGatewayConnections_Get", "VirtualNetworkGatewayConnections_CreateOrUpdate" for "200" and "201" responses.
Responses for VirtualNetworkGatewayConnections_SetSharedKey should follow ConnectionSharedKey schema (which contains a required property) but body is empty based on [recording from .net](https://github.com/Azure/azure-sdk-for-net/blob/AutoRest/src/ResourceManagement/Network/Network.Tests/SessionRecords/Networks.Tests.GatewayOperationsTests/VirtualNetworkGatewayConnectionSharedKeyOperationsApisTest.json#L4730)
The text was updated successfully, but these errors were encountered: