Skip to content

Commit

Permalink
data: regenerating based on the latest Swagger (#4532)
Browse files Browse the repository at this point in the history
Co-authored-by: hc-github-team-tf-azure <>
  • Loading branch information
hc-github-team-tf-azure authored Nov 4, 2024
1 parent d331cd4 commit aad95ac
Show file tree
Hide file tree
Showing 1,318 changed files with 64,199 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"apiVersion": "2024-10-01",
"isPreview": false,
"generate": true,
"resources": [
"BatchDeployment",
"BatchEndpoint",
"CodeContainer",
"CodeVersion",
"ComponentContainer",
"ComponentVersion",
"DataContainer",
"DataContainerRegistry",
"DataReference",
"DataVersion",
"DataVersionRegistry",
"Datastore",
"EnvironmentContainer",
"EnvironmentVersion",
"Feature",
"FeaturesetContainer",
"FeaturesetVersion",
"FeaturestoreEntityContainer",
"FeaturestoreEntityVersion",
"Job",
"MachineLearningComputes",
"ManagedNetwork",
"MarketplaceSubscription",
"ModelContainer",
"ModelVersion",
"OnlineDeployment",
"OnlineEndpoint",
"OperationalizationClusters",
"OutboundNetworkDependenciesEndpoints",
"PrivateEndpointConnections",
"ProxyOperations",
"Quota",
"RegistryManagement",
"Schedule",
"ServerlessEndpoint",
"V2WorkspaceConnectionResource",
"VirtualMachineSizes",
"WorkspacePrivateEndpointConnections",
"WorkspacePrivateLinkResources",
"Workspaces"
],
"source": "Azure/azure-rest-api-specs"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "BatchDeploymentConfigurationType",
"type": "String",
"values": [
{
"key": "Model",
"value": "Model"
},
{
"key": "PipelineComponent",
"value": "PipelineComponent"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "BatchLoggingLevel",
"type": "String",
"values": [
{
"key": "Debug",
"value": "Debug"
},
{
"key": "Info",
"value": "Info"
},
{
"key": "Warning",
"value": "Warning"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "BatchOutputAction",
"type": "String",
"values": [
{
"key": "AppendRow",
"value": "AppendRow"
},
{
"key": "SummaryOnly",
"value": "SummaryOnly"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "DeploymentProvisioningState",
"type": "String",
"values": [
{
"key": "Canceled",
"value": "Canceled"
},
{
"key": "Creating",
"value": "Creating"
},
{
"key": "Deleting",
"value": "Deleting"
},
{
"key": "Failed",
"value": "Failed"
},
{
"key": "Scaling",
"value": "Scaling"
},
{
"key": "Succeeded",
"value": "Succeeded"
},
{
"key": "Updating",
"value": "Updating"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "ReferenceType",
"type": "String",
"values": [
{
"key": "DataPath",
"value": "DataPath"
},
{
"key": "Id",
"value": "Id"
},
{
"key": "OutputPath",
"value": "OutputPath"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "SkuTier",
"type": "String",
"values": [
{
"key": "Basic",
"value": "Basic"
},
{
"key": "Free",
"value": "Free"
},
{
"key": "Premium",
"value": "Premium"
},
{
"key": "Standard",
"value": "Standard"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "AssetReferenceBase",
"fields": [
{
"containsDiscriminatedTypeValue": true,
"jsonName": "referenceType",
"name": "ReferenceType",
"objectDefinition": {
"type": "Reference",
"nullable": false,
"referenceName": "ReferenceType",
"referenceNameIsCommonType": null
},
"optional": false,
"readOnly": false,
"required": true,
"sensitive": false
}
],
"IsParent": false,
"typeHintIn": "ReferenceType"
}
Loading

0 comments on commit aad95ac

Please sign in to comment.