Skip to content

Commit

Permalink
Merge pull request #4138 from hashicorp/data/regeneration-from-77721c…
Browse files Browse the repository at this point in the history
…4eda0ac9df34288cb53e7e159d32bce25a-rest-api-specs

Data: Rest Api Specs - regenerating based on 77721c4
  • Loading branch information
tombuildsstuff authored May 16, 2024
2 parents 77721c4 + be6e305 commit 560c067
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"key": "Field",
"value": "Field"
},
{
"key": "NAry",
"value": "NAry"
},
{
"key": "Unary",
"value": "Unary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "operator",
"name": "Operator",
"jsonName": "operators",
"name": "Operators",
"objectDefinition": {
"type": "String",
"referenceName": null
"type": "List",
"referenceName": null,
"nestedItem": {
"type": "String",
"referenceName": null
}
},
"optional": true,
"readOnly": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"name": "Restart",
"contentType": "application/json; charset=utf-8",
"expectedStatusCodes": [
200
200,
202
],
"longRunning": false,
"longRunning": true,
"httpMethod": "POST",
"resourceIdName": "NetworkVirtualApplianceId",
"requestObject": {
"type": "Reference",
"referenceName": "NetworkVirtualApplianceInstanceIds"
},
"responseObject": {
"type": "Reference",
"referenceName": "NetworkVirtualApplianceInstanceIds"
},
"uriSuffix": "/restart"
}
2 changes: 1 addition & 1 deletion api-definitions/resource-manager/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dataSource": "AzureResourceManager",
"sourceInformation": "Azure/azure-rest-api-specs",
"gitRevision": "0bc238ecc7d42a1c814ed076b84e7c6328ae39df"
"gitRevision": "ce6f7ab21a4b93ab5857febfedfba89c127837cf"
}

0 comments on commit 560c067

Please sign in to comment.