Skip to content

Commit

Permalink
Merge pull request #4188 from hashicorp/data/regeneration-from-0e9f94…
Browse files Browse the repository at this point in the history
…498bb17c45d6b1ece21a8202e2d9738b78-rest-api-specs

Data: Rest Api Specs - regenerating based on 0e9f944
  • Loading branch information
tombuildsstuff authored Jun 4, 2024
2 parents 0e9f944 + cc9cc7c commit 4c78367
Show file tree
Hide file tree
Showing 87 changed files with 322 additions and 335 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "AccessTier",
"type": "String",
"values": [
{
"key": "Cold",
"value": "Cold"
},
{
"key": "Cool",
"value": "Cool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"key": "TLSOneOne",
"value": "TLS1_1"
},
{
"key": "TLSOneThree",
"value": "TLS1_3"
},
{
"key": "TLSOneTwo",
"value": "TLS1_2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"resources": [
"AvailabilitySets",
"Clouds",
"GuestAgents",
"InventoryItems",
"VMInstanceGuestAgents",
"VMInstanceHybridIdentityMetadata",
"VMInstanceHybridIdentityMetadatas",
"VMmServers",
"VirtualMachineInstances",
"VirtualMachineTemplates",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Force",
"name": "ForceDelete",
"type": "String",
"values": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ProvisioningState",
"name": "ResourceProvisioningState",
"type": "String",
"values": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"type": "Reference",
"referenceName": "AvailabilitySetProperties"
},
"optional": false,
"optional": true,
"readOnly": false,
"required": true,
"required": false,
"sensitive": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"name": "ProvisioningState",
"objectDefinition": {
"type": "Reference",
"referenceName": "ProvisioningState"
"referenceName": "ResourceProvisioningState"
},
"optional": true,
"readOnly": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ResourcePatch",
"name": "AvailabilitySetTagsUpdate",
"fields": [
{
"containsDiscriminatedTypeValue": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"field": "Force",
"optionsObjectDefinition": {
"type": "Reference",
"referenceName": "Force"
"referenceName": "ForceDelete"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"resourceIdName": "AvailabilitySetId",
"requestObject": {
"type": "Reference",
"referenceName": "ResourcePatch"
"referenceName": "AvailabilitySetTagsUpdate"
},
"responseObject": {
"type": "Reference",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Force",
"name": "ForceDelete",
"type": "String",
"values": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ProvisioningState",
"name": "ResourceProvisioningState",
"type": "String",
"values": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"type": "Reference",
"referenceName": "CloudProperties"
},
"optional": false,
"optional": true,
"readOnly": false,
"required": true,
"required": false,
"sensitive": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "ProvisioningState",
"objectDefinition": {
"type": "Reference",
"referenceName": "ProvisioningState"
"referenceName": "ResourceProvisioningState"
},
"optional": true,
"readOnly": false,
Expand All @@ -62,7 +62,7 @@
"referenceName": null,
"nestedItem": {
"type": "Reference",
"referenceName": "StorageQoSPolicy"
"referenceName": "StorageQosPolicy"
}
},
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ResourcePatch",
"name": "CloudTagsUpdate",
"fields": [
{
"containsDiscriminatedTypeValue": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "StorageQoSPolicy",
"name": "StorageQosPolicy",
"fields": [
{
"containsDiscriminatedTypeValue": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"field": "Force",
"optionsObjectDefinition": {
"type": "Reference",
"referenceName": "Force"
"referenceName": "ForceDelete"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"resourceIdName": "CloudId",
"requestObject": {
"type": "Reference",
"referenceName": "ResourcePatch"
"referenceName": "CloudTagsUpdate"
},
"responseObject": {
"type": "Reference",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ProvisioningState",
"name": "ResourceProvisioningState",
"type": "String",
"values": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"type": "Reference",
"referenceName": "GuestAgentProperties"
},
"optional": false,
"optional": true,
"readOnly": false,
"required": true,
"required": false,
"sensitive": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"name": "ProvisioningState",
"objectDefinition": {
"type": "Reference",
"referenceName": "ProvisioningState"
"referenceName": "ResourceProvisioningState"
},
"optional": true,
"readOnly": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "List",
"name": "ListByVirtualMachineInstance",
"contentType": "application/json; charset=utf-8",
"expectedStatusCodes": [
200
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ProvisioningState",
"name": "ResourceProvisioningState",
"type": "String",
"values": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"type": "Reference",
"referenceName": "InventoryItemProperties"
},
"optional": false,
"optional": true,
"readOnly": false,
"required": true,
"required": false,
"sensitive": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "ProvisioningState",
"objectDefinition": {
"type": "Reference",
"referenceName": "ProvisioningState"
"referenceName": "ResourceProvisioningState"
},
"optional": true,
"readOnly": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ListByVMMServer",
"name": "ListByVMmServer",
"contentType": "application/json; charset=utf-8",
"expectedStatusCodes": [
200
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "ResourceProvisioningState",
"type": "String",
"values": [
{
"key": "Accepted",
"value": "Accepted"
},
{
"key": "Canceled",
"value": "Canceled"
},
{
"key": "Created",
"value": "Created"
},
{
"key": "Deleting",
"value": "Deleting"
},
{
"key": "Failed",
"value": "Failed"
},
{
"key": "Provisioning",
"value": "Provisioning"
},
{
"key": "Succeeded",
"value": "Succeeded"
},
{
"key": "Updating",
"value": "Updating"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"type": "Reference",
"referenceName": "VMInstanceHybridIdentityMetadataProperties"
},
"optional": false,
"optional": true,
"readOnly": false,
"required": true,
"required": false,
"sensitive": false
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "ProvisioningState",
"objectDefinition": {
"type": "Reference",
"referenceName": "ProvisioningState"
"referenceName": "ResourceProvisioningState"
},
"optional": true,
"readOnly": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "VirtualMachineInstanceHybridIdentityMetadataGet",
"name": "Get",
"contentType": "application/json; charset=utf-8",
"expectedStatusCodes": [
200
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "VirtualMachineInstanceHybridIdentityMetadataList",
"name": "ListByVirtualMachineInstance",
"contentType": "application/json; charset=utf-8",
"expectedStatusCodes": [
200
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Force",
"name": "ForceDelete",
"type": "String",
"values": [
{
Expand Down
Loading

0 comments on commit 4c78367

Please sign in to comment.