Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@
"$ref": "./examples/NetworkProfileDelete.json"
}
},
"x-ms-long-running-operation": false
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
},
"get": {
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@
"$ref": "./examples/VirtualNetworkGatewayGenerateVpnClientPackage.json"
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
Expand Down Expand Up @@ -546,6 +547,7 @@
"$ref": "./examples/VirtualNetworkGatewayGenerateVpnProfile.json"
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
Expand Down
3 changes: 3 additions & 0 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,9 @@ directive:
- suppress: RequiredPropertiesMissingInResourceModel
from: serviceCommunity.json
reason: name, id and type properties are inherited from the upper level
- suppress: AvoidNestedProperties
where: $.definitions.ServiceTagInformation.properties.properties
reason: No x-ms-client-flatten by design
- suppress: RequiredPropertiesMissingInResourceModel
from: usage.json
reason: name, id and type properties are inherited from the upper level
Expand Down