-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: regenerating based on the latest Swagger (#4390)
Co-authored-by: hc-github-team-tf-azure <>
- Loading branch information
1 parent
7ce1bf7
commit d40aad6
Showing
386 changed files
with
17,734 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
api-definitions/resource-manager/Batch/2024-07-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": "2024-07-01", | ||
"isPreview": false, | ||
"generate": true, | ||
"resources": [ | ||
"Application", | ||
"ApplicationPackage", | ||
"BatchAccount", | ||
"BatchManagements", | ||
"Certificate", | ||
"Location", | ||
"NetworkSecurityPerimeter", | ||
"Pool", | ||
"PrivateEndpointConnection", | ||
"PrivateLinkResource" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
83 changes: 83 additions & 0 deletions
83
api-definitions/resource-manager/Batch/2024-07-01/Application/Model-Application.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,83 @@ | ||
{ | ||
"name": "Application", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "etag", | ||
"name": "Etag", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "ApplicationProperties" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "tags", | ||
"name": "Tags", | ||
"objectDefinition": { | ||
"type": "Tags", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
...efinitions/resource-manager/Batch/2024-07-01/Application/Model-ApplicationProperties.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": "ApplicationProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "allowUpdates", | ||
"name": "AllowUpdates", | ||
"objectDefinition": { | ||
"type": "Boolean", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "defaultVersion", | ||
"name": "DefaultVersion", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "displayName", | ||
"name": "DisplayName", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
api-definitions/resource-manager/Batch/2024-07-01/Application/Operation-Create.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 @@ | ||
{ | ||
"name": "Create", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "PUT", | ||
"resourceIdName": "ApplicationId", | ||
"requestObject": { | ||
"type": "Reference", | ||
"referenceName": "Application" | ||
}, | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "Application" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
api-definitions/resource-manager/Batch/2024-07-01/Application/Operation-Delete.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,11 @@ | ||
{ | ||
"name": "Delete", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200, | ||
204 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "DELETE", | ||
"resourceIdName": "ApplicationId" | ||
} |
14 changes: 14 additions & 0 deletions
14
api-definitions/resource-manager/Batch/2024-07-01/Application/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": "ApplicationId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "Application" | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
api-definitions/resource-manager/Batch/2024-07-01/Application/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": "maxresults", | ||
"required": false, | ||
"field": "Maxresults", | ||
"optionsObjectDefinition": { | ||
"type": "Integer", | ||
"referenceName": null | ||
} | ||
} | ||
], | ||
"resourceIdName": "BatchAccountId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "Application" | ||
}, | ||
"uriSuffix": "/applications" | ||
} |
18 changes: 18 additions & 0 deletions
18
api-definitions/resource-manager/Batch/2024-07-01/Application/Operation-Update.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 @@ | ||
{ | ||
"name": "Update", | ||
"contentType": "application/json; charset=utf-8", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "PATCH", | ||
"resourceIdName": "ApplicationId", | ||
"requestObject": { | ||
"type": "Reference", | ||
"referenceName": "Application" | ||
}, | ||
"responseObject": { | ||
"type": "Reference", | ||
"referenceName": "Application" | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
api-definitions/resource-manager/Batch/2024-07-01/Application/ResourceId-ApplicationId.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,52 @@ | ||
{ | ||
"name": "ApplicationId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{batchAccountName}/applications/{applicationName}", | ||
"segments": [ | ||
{ | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"name": "staticMicrosoftBatch", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.Batch" | ||
}, | ||
{ | ||
"name": "staticBatchAccounts", | ||
"type": "Static", | ||
"value": "batchAccounts" | ||
}, | ||
{ | ||
"name": "batchAccountName", | ||
"type": "UserSpecified" | ||
}, | ||
{ | ||
"name": "staticApplications", | ||
"type": "Static", | ||
"value": "applications" | ||
}, | ||
{ | ||
"name": "applicationName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
api-definitions/resource-manager/Batch/2024-07-01/Application/ResourceId-BatchAccountId.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,43 @@ | ||
{ | ||
"name": "BatchAccountId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{batchAccountName}", | ||
"segments": [ | ||
{ | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"name": "staticMicrosoftBatch", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.Batch" | ||
}, | ||
{ | ||
"name": "staticBatchAccounts", | ||
"type": "Static", | ||
"value": "batchAccounts" | ||
}, | ||
{ | ||
"name": "batchAccountName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
...finitions/resource-manager/Batch/2024-07-01/ApplicationPackage/Constant-PackageState.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": "PackageState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Active", | ||
"value": "Active" | ||
}, | ||
{ | ||
"key": "Pending", | ||
"value": "Pending" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...nager/Batch/2024-07-01/ApplicationPackage/Model-ActivateApplicationPackageParameters.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 @@ | ||
{ | ||
"name": "ActivateApplicationPackageParameters", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "format", | ||
"name": "Format", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
} | ||
] | ||
} |
Oops, something went wrong.