Skip to content

Commit

Permalink
Prettier Check fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
singhabh27 committed Jan 27, 2022
1 parent e706ccb commit 245e5af
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23731,7 +23731,10 @@
},
"testIPAddressType": {
"description": "The test IP address type.",
"enum": [ "Dynamic", "Static" ],
"enum": [
"Dynamic",
"Static"
],
"type": "string",
"x-ms-enum": {
"name": "EthernetAddressType",
Expand Down Expand Up @@ -24005,7 +24008,9 @@
"vmNics": {
"description": "The list of NIC details.",
"type": "array",
"items": { "$ref": "#/definitions/VMwareCbtNicInput" }
"items": {
"$ref": "#/definitions/VMwareCbtNicInput"
}
}
},
"x-ms-discriminator-value": "VMwareCbt"
Expand Down

0 comments on commit 245e5af

Please sign in to comment.