Skip to content

Commit

Permalink
CodeGen from PR 25594 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 38f5c85d995164f9f1012c4b99ba3bdb16d90172 into cbdb264df937b0622c0dfa776d4064ceb4afd946
  • Loading branch information
SDKAuto committed Sep 21, 2023
1 parent 4d8b88f commit c903c4e
Show file tree
Hide file tree
Showing 5 changed files with 11,152 additions and 48 deletions.
32 changes: 16 additions & 16 deletions schemas/2023-04-01-preview/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -9157,37 +9157,37 @@
"type": "string",
"description": "MLFlow Registry URI for the Registry"
},
"privateEndpointConnections": {
"publicNetworkAccess": {
"type": "string",
"description": "Is the Registry accessible from the internet?\r\nPossible values: \"Enabled\" or \"Disabled\""
},
"regionDetails": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/RegistryPrivateEndpointConnection"
"$ref": "#/definitions/RegistryRegionArmDetails"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Private endpoint connections info used for pending connections in private link portal"
},
"publicNetworkAccess": {
"type": "string",
"description": "Is the Registry accessible from the internet?\r\nPossible values: \"Enabled\" or \"Disabled\""
"description": "Details of each region the registry is in"
},
"regionDetails": {
"registryPrivateEndpointConnections": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/RegistryRegionArmDetails"
"$ref": "#/definitions/RegistryPrivateEndpointConnection"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Details of each region the registry is in"
"description": "Private endpoint connections info used for pending connections in private link portal"
}
},
"description": "Details of the Registry"
Expand All @@ -9197,7 +9197,7 @@
"properties": {
"id": {
"type": "string",
"description": "This is the private endpoint connection name created on SRP\r\nFull resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}"
"description": "This is the private endpoint connection name created on SRP\r\nFull resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/registryPrivateEndpointConnections/{peConnectionName}"
},
"location": {
"type": "string",
Expand Down Expand Up @@ -9245,7 +9245,11 @@
],
"description": "The PE network resource that is linked to this PE connection."
},
"privateLinkServiceConnectionState": {
"provisioningState": {
"type": "string",
"description": "One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null."
},
"registryPrivateLinkServiceConnectionState": {
"oneOf": [
{
"$ref": "#/definitions/RegistryPrivateLinkServiceConnectionState"
Expand All @@ -9255,10 +9259,6 @@
}
],
"description": "The connection state."
},
"provisioningState": {
"type": "string",
"description": "One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null."
}
},
"description": "Properties of the Private Endpoint Connection"
Expand Down
32 changes: 16 additions & 16 deletions schemas/2023-04-01/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -6110,37 +6110,37 @@
"type": "string",
"description": "MLFlow Registry URI for the Registry"
},
"privateEndpointConnections": {
"publicNetworkAccess": {
"type": "string",
"description": "Is the Registry accessible from the internet?\r\nPossible values: \"Enabled\" or \"Disabled\""
},
"regionDetails": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/RegistryPrivateEndpointConnection"
"$ref": "#/definitions/RegistryRegionArmDetails"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Private endpoint connections info used for pending connections in private link portal"
},
"publicNetworkAccess": {
"type": "string",
"description": "Is the Registry accessible from the internet?\r\nPossible values: \"Enabled\" or \"Disabled\""
"description": "Details of each region the registry is in"
},
"regionDetails": {
"registryPrivateEndpointConnections": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/RegistryRegionArmDetails"
"$ref": "#/definitions/RegistryPrivateEndpointConnection"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Details of each region the registry is in"
"description": "Private endpoint connections info used for pending connections in private link portal"
}
},
"description": "Details of the Registry"
Expand All @@ -6150,7 +6150,7 @@
"properties": {
"id": {
"type": "string",
"description": "This is the private endpoint connection name created on SRP\r\nFull resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}"
"description": "This is the private endpoint connection name created on SRP\r\nFull resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/registryPrivateEndpointConnections/{peConnectionName}"
},
"location": {
"type": "string",
Expand Down Expand Up @@ -6198,7 +6198,11 @@
],
"description": "The PE network resource that is linked to this PE connection."
},
"privateLinkServiceConnectionState": {
"provisioningState": {
"type": "string",
"description": "One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null."
},
"registryPrivateLinkServiceConnectionState": {
"oneOf": [
{
"$ref": "#/definitions/RegistryPrivateLinkServiceConnectionState"
Expand All @@ -6208,10 +6212,6 @@
}
],
"description": "The connection state."
},
"provisioningState": {
"type": "string",
"description": "One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null."
}
},
"description": "Properties of the Private Endpoint Connection"
Expand Down
32 changes: 16 additions & 16 deletions schemas/2023-06-01-preview/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -9766,37 +9766,37 @@
"type": "string",
"description": "MLFlow Registry URI for the Registry"
},
"privateEndpointConnections": {
"publicNetworkAccess": {
"type": "string",
"description": "Is the Registry accessible from the internet?\r\nPossible values: \"Enabled\" or \"Disabled\""
},
"regionDetails": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/RegistryPrivateEndpointConnection"
"$ref": "#/definitions/RegistryRegionArmDetails"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Private endpoint connections info used for pending connections in private link portal"
},
"publicNetworkAccess": {
"type": "string",
"description": "Is the Registry accessible from the internet?\r\nPossible values: \"Enabled\" or \"Disabled\""
"description": "Details of each region the registry is in"
},
"regionDetails": {
"registryPrivateEndpointConnections": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/RegistryRegionArmDetails"
"$ref": "#/definitions/RegistryPrivateEndpointConnection"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Details of each region the registry is in"
"description": "Private endpoint connections info used for pending connections in private link portal"
}
},
"description": "Details of the Registry"
Expand All @@ -9806,7 +9806,7 @@
"properties": {
"id": {
"type": "string",
"description": "This is the private endpoint connection name created on SRP\r\nFull resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}"
"description": "This is the private endpoint connection name created on SRP\r\nFull resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/registryPrivateEndpointConnections/{peConnectionName}"
},
"location": {
"type": "string",
Expand Down Expand Up @@ -9854,7 +9854,11 @@
],
"description": "The PE network resource that is linked to this PE connection."
},
"privateLinkServiceConnectionState": {
"provisioningState": {
"type": "string",
"description": "One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null."
},
"registryPrivateLinkServiceConnectionState": {
"oneOf": [
{
"$ref": "#/definitions/RegistryPrivateLinkServiceConnectionState"
Expand All @@ -9864,10 +9868,6 @@
}
],
"description": "The connection state."
},
"provisioningState": {
"type": "string",
"description": "One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null."
}
},
"description": "Properties of the Private Endpoint Connection"
Expand Down
Loading

0 comments on commit c903c4e

Please sign in to comment.