-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4149 from hashicorp/data/regeneration-from-2c09c9…
…e62e43badb6834d0e898554454bc9fa306-rest-api-specs Data: Rest Api Specs - regenerating based on 2c09c9e
- Loading branch information
Showing
123 changed files
with
4,015 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
api-definitions/resource-manager/Resources/2015-11-01/ApiVersionDefinition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"apiVersion": "2015-11-01", | ||
"isPreview": false, | ||
"generate": true, | ||
"resources": [ | ||
"DeploymentOperations", | ||
"Deployments", | ||
"PolicyAssignments", | ||
"PolicyDefinitions", | ||
"Providers", | ||
"ResourceGroups", | ||
"Resources", | ||
"Subscriptions", | ||
"Tags", | ||
"Tenants" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
44 changes: 44 additions & 0 deletions
44
...resource-manager/Resources/2015-11-01/DeploymentOperations/Model-DeploymentOperation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "DeploymentOperation", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "operationId", | ||
"name": "OperationId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "DeploymentOperationProperties" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
71 changes: 71 additions & 0 deletions
71
...anager/Resources/2015-11-01/DeploymentOperations/Model-DeploymentOperationProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"name": "DeploymentOperationProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "provisioningState", | ||
"name": "ProvisioningState", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "statusCode", | ||
"name": "StatusCode", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "statusMessage", | ||
"name": "StatusMessage", | ||
"objectDefinition": { | ||
"type": "RawObject", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "targetResource", | ||
"name": "TargetResource", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "TargetResource" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "timestamp", | ||
"name": "Timestamp", | ||
"objectDefinition": { | ||
"type": "DateTime", | ||
"referenceName": null, | ||
"dateFormat": "RFC3339" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
...ions/resource-manager/Resources/2015-11-01/DeploymentOperations/Model-TargetResource.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "TargetResource", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "resourceName", | ||
"name": "ResourceName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "resourceType", | ||
"name": "ResourceType", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...definitions/resource-manager/Resources/2015-11-01/DeploymentOperations/Operation-Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "Get", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "OperationId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "DeploymentOperation" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...efinitions/resource-manager/Resources/2015-11-01/DeploymentOperations/Operation-List.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "List", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"fieldContainingPaginationDetails": "nextLink", | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"options": [ | ||
{ | ||
"optional": true, | ||
"queryString": "$top", | ||
"required": false, | ||
"field": "Top", | ||
"optionsObjectDefinition": { | ||
"type": "Integer", | ||
"referenceName": null | ||
} | ||
} | ||
], | ||
"resourceIdName": "DeploymentId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "DeploymentOperation" | ||
}, | ||
"uriSuffix": "/operations" | ||
} |
33 changes: 33 additions & 0 deletions
33
...s/resource-manager/Resources/2015-11-01/DeploymentOperations/ResourceId-DeploymentId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "DeploymentId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/deployments/{deploymentName}", | ||
"segments": [ | ||
{ | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"name": "staticDeployments", | ||
"type": "Static", | ||
"value": "deployments" | ||
}, | ||
{ | ||
"name": "deploymentName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
42 changes: 42 additions & 0 deletions
42
...ns/resource-manager/Resources/2015-11-01/DeploymentOperations/ResourceId-OperationId.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"name": "OperationId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/deployments/{deploymentName}/operations/{operationId}", | ||
"segments": [ | ||
{ | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"name": "staticDeployments", | ||
"type": "Static", | ||
"value": "deployments" | ||
}, | ||
{ | ||
"name": "deploymentName", | ||
"type": "UserSpecified" | ||
}, | ||
{ | ||
"name": "staticOperations", | ||
"type": "Static", | ||
"value": "operations" | ||
}, | ||
{ | ||
"name": "operationId", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...efinitions/resource-manager/Resources/2015-11-01/Deployments/Constant-DeploymentMode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "DeploymentMode", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Complete", | ||
"value": "Complete" | ||
}, | ||
{ | ||
"key": "Incremental", | ||
"value": "Incremental" | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
api-definitions/resource-manager/Resources/2015-11-01/Deployments/Model-BasicDependency.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "BasicDependency", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "resourceName", | ||
"name": "ResourceName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "resourceType", | ||
"name": "ResourceType", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
Oops, something went wrong.