Skip to content

Commit

Permalink
data: regenerating based on the latest Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Feb 3, 2025
1 parent 77d5b25 commit cfa7666
Show file tree
Hide file tree
Showing 412 changed files with 19,804 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"apiVersion": "2025-01-21",
"isPreview": false,
"generate": true,
"resources": [
"ImageVersions",
"Pools",
"ResourceDetails",
"Sku",
"SubscriptionUsages"
],
"source": "Azure/azure-rest-api-specs"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"name": "ImageVersion",
"fields": [
{
"containsDiscriminatedTypeValue": false,
"jsonName": "id",
"name": "Id",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "name",
"name": "Name",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "properties",
"name": "Properties",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "ImageVersionProperties",
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "systemData",
"name": "SystemData",
"objectDefinition": {
"type": "SystemData",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "type",
"name": "Type",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
}
],
"IsParent": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ImageVersionProperties",
"fields": [
{
"containsDiscriminatedTypeValue": false,
"jsonName": "version",
"name": "Version",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": false,
"readOnly": false,
"required": true,
"sensitive": false
}
],
"IsParent": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "ListByImage",
"contentType": "application/json; charset=utf-8",
"description": "",
"expectedStatusCodes": [
200
],
"fieldContainingPaginationDetails": "nextLink",
"longRunning": false,
"httpMethod": "GET",
"resourceIdName": "ImageId",
"responseObject": {
"type": "Reference",
"nullable": false,
"referenceName": "ImageVersion",
"referenceNameIsCommonType": null
},
"uriSuffix": "/versions"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "ImageId",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/images/{imageName}",
"segments": [
{
"exampleValue": "",
"name": "staticSubscriptions",
"type": "Static",
"value": "subscriptions"
},
{
"exampleValue": "",
"name": "subscriptionId",
"type": "SubscriptionId"
},
{
"exampleValue": "",
"name": "staticResourceGroups",
"type": "Static",
"value": "resourceGroups"
},
{
"exampleValue": "",
"name": "resourceGroupName",
"type": "ResourceGroup"
},
{
"exampleValue": "",
"name": "staticProviders",
"type": "Static",
"value": "providers"
},
{
"exampleValue": "",
"name": "staticMicrosoftDevOpsInfrastructure",
"type": "ResourceProvider",
"value": "Microsoft.DevOpsInfrastructure"
},
{
"exampleValue": "",
"name": "staticImages",
"type": "Static",
"value": "images"
},
{
"exampleValue": "imageName",
"name": "imageName",
"type": "UserSpecified"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "AvailabilityStatus",
"type": "String",
"values": [
{
"key": "Available",
"value": "Available"
},
{
"key": "Unavailable",
"value": "Unavailable"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "AzureDevOpsPermissionType",
"type": "String",
"values": [
{
"key": "CreatorOnly",
"value": "CreatorOnly"
},
{
"key": "Inherit",
"value": "Inherit"
},
{
"key": "SpecificAccounts",
"value": "SpecificAccounts"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "CachingType",
"type": "String",
"values": [
{
"key": "None",
"value": "None"
},
{
"key": "ReadOnly",
"value": "ReadOnly"
},
{
"key": "ReadWrite",
"value": "ReadWrite"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "CertificateStoreNameOption",
"type": "String",
"values": [
{
"key": "My",
"value": "My"
},
{
"key": "Root",
"value": "Root"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "CheckNameAvailabilityReason",
"type": "String",
"values": [
{
"key": "AlreadyExists",
"value": "AlreadyExists"
},
{
"key": "Invalid",
"value": "Invalid"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "DevOpsInfrastructureResourceType",
"type": "String",
"values": [
{
"key": "MicrosoftPointDevOpsInfrastructurePools",
"value": "Microsoft.DevOpsInfrastructure/pools"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "EphemeralType",
"type": "String",
"values": [
{
"key": "Automatic",
"value": "Automatic"
},
{
"key": "CacheDisk",
"value": "CacheDisk"
},
{
"key": "ResourceDisk",
"value": "ResourceDisk"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "LogonType",
"type": "String",
"values": [
{
"key": "Interactive",
"value": "Interactive"
},
{
"key": "Service",
"value": "Service"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "OsDiskStorageAccountType",
"type": "String",
"values": [
{
"key": "Premium",
"value": "Premium"
},
{
"key": "Standard",
"value": "Standard"
},
{
"key": "StandardSSD",
"value": "StandardSSD"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "PredictionPreference",
"type": "String",
"values": [
{
"key": "Balanced",
"value": "Balanced"
},
{
"key": "BestPerformance",
"value": "BestPerformance"
},
{
"key": "MoreCostEffective",
"value": "MoreCostEffective"
},
{
"key": "MorePerformance",
"value": "MorePerformance"
},
{
"key": "MostCostEffective",
"value": "MostCostEffective"
}
]
}
Loading

0 comments on commit cfa7666

Please sign in to comment.