Skip to content

Commit

Permalink
Revert "Update Swagger Spec for VMSS Packet Capture (#17045)" (#17342)
Browse files Browse the repository at this point in the history
This reverts commit 3187c7a.
  • Loading branch information
snagpal99 authored Jan 14, 2022
1 parent 3187c7a commit 766bbd4
Showing 1 changed file with 1 addition and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2725,23 +2725,7 @@
"properties": {
"target": {
"type": "string",
"description": "The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported."
},
"scope": {
"$ref": "#/definitions/PacketCaptureMachineScope",
"description": "A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS."
},
"targetType": {
"description": "Target type of the resource provided.",
"type": "string",
"enum": [
"AzureVM",
"AzureVMSS"
],
"x-ms-enum": {
"name": "PcTargetType",
"modelAsString": true
}
"description": "The ID of the targeted resource, only VM is currently supported."
},
"bytesToCapturePerPacket": {
"type": "integer",
Expand Down Expand Up @@ -2785,26 +2769,6 @@
],
"description": "Parameters that define the create packet capture operation."
},
"PacketCaptureMachineScope": {
"type": "object",
"properties": {
"include": {
"type": "array",
"description": "List of AzureVMSS instances to run packet capture on.",
"items": {
"type": "string"
}
},
"exclude": {
"type": "array",
"description": "List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.",
"items": {
"type": "string"
}
}
},
"description": "A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS."
},
"PacketCaptureStorageLocation": {
"properties": {
"storageId": {
Expand Down

0 comments on commit 766bbd4

Please sign in to comment.