-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
NetworkNetwork - VPN GatewayService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.
Description
A few bug that forces the CLI to manually override the SDK:
-
VirtualNetworkGateways_Generatevpnclientpackage also returns 202, which is not declared in Swagger.
-
VirtualNetworkGateways_Generatevpnclientpackage and VirtualNetworkGateways_GenerateVpnProfile needs a final call on Location to get the final result. This requires an annotation in the Swagger, as made before for NetworkWatcher (for example):
Lines 813 to 817 in a1d1c19
"operationId": "PacketCaptures_GetStatus", "x-ms-long-running-operation": true, "x-ms-long-running-operation-options": { "final-state-via": "location" },
Please add the same x-ms-long-running-operation-options for both of these operations. And please fix it for all api versions, not just the latest.
Metadata
Metadata
Assignees
Labels
NetworkNetwork - VPN GatewayService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.