Skip to content

Commit fa3eb78

Browse files
author
SDKAuto
committed
CodeGen from PR 13249 in Azure/azure-rest-api-specs
Merge 0a7c0731b20cbf124fcc3150b3274d2e795c29e3 into 4d1ea13dd5ec9e9e73e8ebabfa2d27a83b7e0e0d
1 parent 71b9156 commit fa3eb78

File tree

2 files changed

+127
-7
lines changed

2 files changed

+127
-7
lines changed

schemas/2017-09-01-preview/Microsoft.DataFactory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12175,4 +12175,4 @@
1217512175
"description": "Zoho server dataset."
1217612176
}
1217712177
}
12178-
}
12178+
}

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 126 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
},
7878
{
7979
"$ref": "#/definitions/factories_managedVirtualNetworks_childResource"
80+
},
81+
{
82+
"$ref": "#/definitions/factories_privateEndpointConnections_childResource"
8083
}
8184
]
8285
}
@@ -464,6 +467,45 @@
464467
],
465468
"description": "Microsoft.DataFactory/factories/pipelines"
466469
},
470+
"factories_privateEndpointConnections": {
471+
"type": "object",
472+
"properties": {
473+
"apiVersion": {
474+
"type": "string",
475+
"enum": [
476+
"2018-06-01"
477+
]
478+
},
479+
"name": {
480+
"type": "string",
481+
"description": "The private endpoint connection name."
482+
},
483+
"properties": {
484+
"oneOf": [
485+
{
486+
"$ref": "#/definitions/PrivateLinkConnectionApprovalRequest"
487+
},
488+
{
489+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
490+
}
491+
],
492+
"description": "A request to approve or reject a private endpoint connection"
493+
},
494+
"type": {
495+
"type": "string",
496+
"enum": [
497+
"Microsoft.DataFactory/factories/privateEndpointConnections"
498+
]
499+
}
500+
},
501+
"required": [
502+
"apiVersion",
503+
"name",
504+
"properties",
505+
"type"
506+
],
507+
"description": "Microsoft.DataFactory/factories/privateEndpointConnections"
508+
},
467509
"factories_triggers": {
468510
"type": "object",
469511
"properties": {
@@ -11545,6 +11587,45 @@
1154511587
],
1154611588
"description": "Microsoft.DataFactory/factories/pipelines"
1154711589
},
11590+
"factories_privateEndpointConnections_childResource": {
11591+
"type": "object",
11592+
"properties": {
11593+
"apiVersion": {
11594+
"type": "string",
11595+
"enum": [
11596+
"2018-06-01"
11597+
]
11598+
},
11599+
"name": {
11600+
"type": "string",
11601+
"description": "The private endpoint connection name."
11602+
},
11603+
"properties": {
11604+
"oneOf": [
11605+
{
11606+
"$ref": "#/definitions/PrivateLinkConnectionApprovalRequest"
11607+
},
11608+
{
11609+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
11610+
}
11611+
],
11612+
"description": "A request to approve or reject a private endpoint connection"
11613+
},
11614+
"type": {
11615+
"type": "string",
11616+
"enum": [
11617+
"privateEndpointConnections"
11618+
]
11619+
}
11620+
},
11621+
"required": [
11622+
"apiVersion",
11623+
"name",
11624+
"properties",
11625+
"type"
11626+
],
11627+
"description": "Microsoft.DataFactory/factories/privateEndpointConnections"
11628+
},
1154811629
"factories_triggers_childResource": {
1154911630
"type": "object",
1155011631
"properties": {
@@ -11621,7 +11702,9 @@
1162111702
{
1162211703
"type": "string",
1162311704
"enum": [
11624-
"SystemAssigned"
11705+
"SystemAssigned",
11706+
"UserAssigned",
11707+
"SystemAssigned,UserAssigned"
1162511708
]
1162611709
},
1162711710
{
@@ -20865,6 +20948,41 @@
2086520948
],
2086620949
"description": "A copy activity Presto server source."
2086720950
},
20951+
"PrivateLinkConnectionApprovalRequest": {
20952+
"type": "object",
20953+
"properties": {
20954+
"privateLinkServiceConnectionState": {
20955+
"oneOf": [
20956+
{
20957+
"$ref": "#/definitions/PrivateLinkConnectionState"
20958+
},
20959+
{
20960+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
20961+
}
20962+
],
20963+
"description": "The state of a private link connection"
20964+
}
20965+
},
20966+
"description": "A request to approve or reject a private endpoint connection"
20967+
},
20968+
"PrivateLinkConnectionState": {
20969+
"type": "object",
20970+
"properties": {
20971+
"actionsRequired": {
20972+
"type": "string",
20973+
"description": "ActionsRequired for a private link connection"
20974+
},
20975+
"description": {
20976+
"type": "string",
20977+
"description": "Description of a private link connection"
20978+
},
20979+
"status": {
20980+
"type": "string",
20981+
"description": "Status of a private link connection"
20982+
}
20983+
},
20984+
"description": "The state of a private link connection"
20985+
},
2086820986
"QuickBooksLinkedService": {
2086920987
"type": "object",
2087020988
"properties": {
@@ -27469,16 +27587,18 @@
2746927587
"description": "The base definition of a secret type."
2747027588
},
2747127589
"resource": {
27472-
"type": "string",
27473-
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication."
27590+
"type": "object",
27591+
"properties": {},
27592+
"description": "Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string)."
2747427593
},
2747527594
"type": {
2747627595
"type": "string",
2747727596
"description": "Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)"
2747827597
},
2747927598
"username": {
27480-
"type": "string",
27481-
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal"
27599+
"type": "object",
27600+
"properties": {},
27601+
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string)."
2748227602
},
2748327603
"userTenant": {
2748427604
"type": "object",
@@ -28335,4 +28455,4 @@
2833528455
"description": "A copy activity Zoho server source."
2833628456
}
2833728457
}
28338-
}
28458+
}

0 commit comments

Comments
 (0)