Skip to content

Commit

Permalink
CodeGen from PR 22456 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge dd803aef07898d29ac58d740ff501674ec0ec5fa into 3ac5f3fd862e65896da938a0702c65eff28b00e0
  • Loading branch information
SDKAuto committed Feb 21, 2023
1 parent 8804c3c commit a3c6134
Show file tree
Hide file tree
Showing 3 changed files with 10,102 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,6 @@
],
"description": "Managed service identity (system assigned and/or user assigned identities)"
},
"kind": {
"type": "string"
},
"location": {
"type": "string",
"description": "Specifies the location of the resource."
Expand Down Expand Up @@ -2963,14 +2960,6 @@
},
"description": "Machine Learning compute object."
},
"ComputeRuntimeDto": {
"type": "object",
"properties": {
"sparkRuntimeVersion": {
"type": "string"
}
}
},
"ContainerResourceRequirements": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -3720,37 +3709,6 @@
},
"description": "Environment version details."
},
"FeatureStoreSettings": {
"type": "object",
"properties": {
"allowRoleAssignmentsOnResourceGroupLevel": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"computeRuntime": {
"oneOf": [
{
"$ref": "#/definitions/ComputeRuntimeDto"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"offlineStoreConnectionName": {
"type": "string"
},
"onlineStoreConnectionName": {
"type": "string"
}
}
},
"FlavorData": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -7580,11 +7538,7 @@
"S3",
"Snowflake",
"AzureSqlDb",
"AzureSynapseAnalytics",
"AzureMySqlDb",
"AzurePostgresDb",
"AzureDataLakeGen2",
"Redis"
"AzureSynapseAnalytics"
]
},
{
Expand Down Expand Up @@ -7689,16 +7643,6 @@
}
]
},
"featureStoreSettings": {
"oneOf": [
{
"$ref": "#/definitions/FeatureStoreSettings"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"friendlyName": {
"type": "string",
"description": "The friendly name for this workspace. This name in mutable"
Expand Down
Loading

0 comments on commit a3c6134

Please sign in to comment.