Skip to content

Commit cd39694

Browse files
authored
Merge pull request #2211 from Azure/autogenerate
Merge Autogenerate
2 parents 3aaa3dd + b168271 commit cd39694

File tree

13 files changed

+15136
-61
lines changed

13 files changed

+15136
-61
lines changed

generator/resources.json

Lines changed: 143 additions & 58 deletions
Large diffs are not rendered by default.

onboarded-report/result.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
"missing": [],
5656
"onboarded": []
5757
},
58+
{
59+
"basePath": "app/resource-manager",
60+
"onboardedToAutogen": "yes",
61+
"missing": [],
62+
"onboarded": []
63+
},
5864
{
5965
"basePath": "appconfiguration/resource-manager",
6066
"onboardedToAutogen": "yes",
@@ -301,6 +307,12 @@
301307
"missing": [],
302308
"onboarded": []
303309
},
310+
{
311+
"basePath": "dashboard/resource-manager",
312+
"onboardedToAutogen": "yes",
313+
"missing": [],
314+
"onboarded": []
315+
},
304316
{
305317
"basePath": "databox/resource-manager",
306318
"onboardedToAutogen": "yes",

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

Lines changed: 300 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17761,6 +17761,18 @@
1776117761
{
1776217762
"$ref": "#/definitions/AmazonS3LinkedService"
1776317763
},
17764+
{
17765+
"$ref": "#/definitions/TeamDeskLinkedService"
17766+
},
17767+
{
17768+
"$ref": "#/definitions/QuickbaseLinkedService"
17769+
},
17770+
{
17771+
"$ref": "#/definitions/SmartsheetLinkedService"
17772+
},
17773+
{
17774+
"$ref": "#/definitions/ZendeskLinkedService"
17775+
},
1776417776
{
1776517777
"$ref": "#/definitions/AmazonRedshiftLinkedService"
1776617778
},
@@ -22308,6 +22320,64 @@
2230822320
},
2230922321
"description": "The state of a private link connection"
2231022322
},
22323+
"QuickbaseLinkedService": {
22324+
"type": "object",
22325+
"properties": {
22326+
"type": {
22327+
"type": "string",
22328+
"enum": [
22329+
"Quickbase"
22330+
]
22331+
},
22332+
"typeProperties": {
22333+
"oneOf": [
22334+
{
22335+
"$ref": "#/definitions/QuickbaseLinkedServiceTypeProperties"
22336+
},
22337+
{
22338+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
22339+
}
22340+
],
22341+
"description": "Quickbase linked service type properties."
22342+
}
22343+
},
22344+
"required": [
22345+
"type",
22346+
"typeProperties"
22347+
],
22348+
"description": "Linked service for Quickbase."
22349+
},
22350+
"QuickbaseLinkedServiceTypeProperties": {
22351+
"type": "object",
22352+
"properties": {
22353+
"encryptedCredential": {
22354+
"type": "object",
22355+
"properties": {},
22356+
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
22357+
},
22358+
"url": {
22359+
"type": "object",
22360+
"properties": {},
22361+
"description": "The url to connect Quickbase source. Type: string (or Expression with resultType string)."
22362+
},
22363+
"userToken": {
22364+
"oneOf": [
22365+
{
22366+
"$ref": "#/definitions/SecretBase"
22367+
},
22368+
{
22369+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
22370+
}
22371+
],
22372+
"description": "The base definition of a secret type."
22373+
}
22374+
},
22375+
"required": [
22376+
"url",
22377+
"userToken"
22378+
],
22379+
"description": "Quickbase linked service type properties."
22380+
},
2231122381
"QuickBooksLinkedService": {
2231222382
"type": "object",
2231322383
"properties": {
@@ -25899,6 +25969,58 @@
2589925969
},
2590025970
"description": "Skip error file."
2590125971
},
25972+
"SmartsheetLinkedService": {
25973+
"type": "object",
25974+
"properties": {
25975+
"type": {
25976+
"type": "string",
25977+
"enum": [
25978+
"Smartsheet"
25979+
]
25980+
},
25981+
"typeProperties": {
25982+
"oneOf": [
25983+
{
25984+
"$ref": "#/definitions/SmartsheetLinkedServiceTypeProperties"
25985+
},
25986+
{
25987+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
25988+
}
25989+
],
25990+
"description": "Smartsheet linked service type properties."
25991+
}
25992+
},
25993+
"required": [
25994+
"type",
25995+
"typeProperties"
25996+
],
25997+
"description": "Linked service for Smartsheet."
25998+
},
25999+
"SmartsheetLinkedServiceTypeProperties": {
26000+
"type": "object",
26001+
"properties": {
26002+
"apiToken": {
26003+
"oneOf": [
26004+
{
26005+
"$ref": "#/definitions/SecretBase"
26006+
},
26007+
{
26008+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
26009+
}
26010+
],
26011+
"description": "The base definition of a secret type."
26012+
},
26013+
"encryptedCredential": {
26014+
"type": "object",
26015+
"properties": {},
26016+
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
26017+
}
26018+
},
26019+
"required": [
26020+
"apiToken"
26021+
],
26022+
"description": "Smartsheet linked service type properties."
26023+
},
2590226024
"SnowflakeDataset": {
2590326025
"type": "object",
2590426026
"properties": {
@@ -28331,6 +28453,95 @@
2833128453
],
2833228454
"description": "The Tar compression read settings."
2833328455
},
28456+
"TeamDeskLinkedService": {
28457+
"type": "object",
28458+
"properties": {
28459+
"type": {
28460+
"type": "string",
28461+
"enum": [
28462+
"TeamDesk"
28463+
]
28464+
},
28465+
"typeProperties": {
28466+
"oneOf": [
28467+
{
28468+
"$ref": "#/definitions/TeamDeskLinkedServiceTypeProperties"
28469+
},
28470+
{
28471+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28472+
}
28473+
],
28474+
"description": "TeamDesk linked service type properties."
28475+
}
28476+
},
28477+
"required": [
28478+
"type",
28479+
"typeProperties"
28480+
],
28481+
"description": "Linked service for TeamDesk."
28482+
},
28483+
"TeamDeskLinkedServiceTypeProperties": {
28484+
"type": "object",
28485+
"properties": {
28486+
"apiToken": {
28487+
"oneOf": [
28488+
{
28489+
"$ref": "#/definitions/SecretBase"
28490+
},
28491+
{
28492+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28493+
}
28494+
],
28495+
"description": "The base definition of a secret type."
28496+
},
28497+
"authenticationType": {
28498+
"oneOf": [
28499+
{
28500+
"type": "string",
28501+
"enum": [
28502+
"Basic",
28503+
"Token"
28504+
]
28505+
},
28506+
{
28507+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28508+
}
28509+
],
28510+
"description": "The authentication type to use."
28511+
},
28512+
"encryptedCredential": {
28513+
"type": "object",
28514+
"properties": {},
28515+
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
28516+
},
28517+
"password": {
28518+
"oneOf": [
28519+
{
28520+
"$ref": "#/definitions/SecretBase"
28521+
},
28522+
{
28523+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28524+
}
28525+
],
28526+
"description": "The base definition of a secret type."
28527+
},
28528+
"url": {
28529+
"type": "object",
28530+
"properties": {},
28531+
"description": "The url to connect TeamDesk source. Type: string (or Expression with resultType string)."
28532+
},
28533+
"userName": {
28534+
"type": "object",
28535+
"properties": {},
28536+
"description": "The username of the TeamDesk source. Type: string (or Expression with resultType string)."
28537+
}
28538+
},
28539+
"required": [
28540+
"authenticationType",
28541+
"url"
28542+
],
28543+
"description": "TeamDesk linked service type properties."
28544+
},
2833428545
"TeradataLinkedService": {
2833528546
"type": "object",
2833628547
"properties": {
@@ -30082,6 +30293,95 @@
3008230293
],
3008330294
"description": "A copy activity Xml source."
3008430295
},
30296+
"ZendeskLinkedService": {
30297+
"type": "object",
30298+
"properties": {
30299+
"type": {
30300+
"type": "string",
30301+
"enum": [
30302+
"Zendesk"
30303+
]
30304+
},
30305+
"typeProperties": {
30306+
"oneOf": [
30307+
{
30308+
"$ref": "#/definitions/ZendeskLinkedServiceTypeProperties"
30309+
},
30310+
{
30311+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
30312+
}
30313+
],
30314+
"description": "Zendesk linked service type properties."
30315+
}
30316+
},
30317+
"required": [
30318+
"type",
30319+
"typeProperties"
30320+
],
30321+
"description": "Linked service for Zendesk."
30322+
},
30323+
"ZendeskLinkedServiceTypeProperties": {
30324+
"type": "object",
30325+
"properties": {
30326+
"apiToken": {
30327+
"oneOf": [
30328+
{
30329+
"$ref": "#/definitions/SecretBase"
30330+
},
30331+
{
30332+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
30333+
}
30334+
],
30335+
"description": "The base definition of a secret type."
30336+
},
30337+
"authenticationType": {
30338+
"oneOf": [
30339+
{
30340+
"type": "string",
30341+
"enum": [
30342+
"Basic",
30343+
"Token"
30344+
]
30345+
},
30346+
{
30347+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
30348+
}
30349+
],
30350+
"description": "The authentication type to use."
30351+
},
30352+
"encryptedCredential": {
30353+
"type": "object",
30354+
"properties": {},
30355+
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
30356+
},
30357+
"password": {
30358+
"oneOf": [
30359+
{
30360+
"$ref": "#/definitions/SecretBase"
30361+
},
30362+
{
30363+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
30364+
}
30365+
],
30366+
"description": "The base definition of a secret type."
30367+
},
30368+
"url": {
30369+
"type": "object",
30370+
"properties": {},
30371+
"description": "The url to connect Zendesk source. Type: string (or Expression with resultType string)."
30372+
},
30373+
"userName": {
30374+
"type": "object",
30375+
"properties": {},
30376+
"description": "The username of the Zendesk source. Type: string (or Expression with resultType string)."
30377+
}
30378+
},
30379+
"required": [
30380+
"authenticationType",
30381+
"url"
30382+
],
30383+
"description": "Zendesk linked service type properties."
30384+
},
3008530385
"ZipDeflateReadSettings": {
3008630386
"type": "object",
3008730387
"properties": {

schemas/2020-12-01-preview/Microsoft.ConfidentialLedger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"properties": {
107107
"cert": {
108108
"type": "string",
109-
"description": "Base64 encoded public key of the user cert (.pem or .cer)"
109+
"description": "Public key of the user cert (.pem or .cer)"
110110
},
111111
"ledgerRoleName": {
112112
"oneOf": [

schemas/2021-05-13-preview/Microsoft.ConfidentialLedger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"properties": {
107107
"cert": {
108108
"type": "string",
109-
"description": "Base64 encoded public key of the user cert (.pem or .cer)"
109+
"description": "Public key of the user cert (.pem or .cer)"
110110
},
111111
"ledgerRoleName": {
112112
"oneOf": [

schemas/2021-07-01-preview/Microsoft.Security.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@
245245
{
246246
"type": "string",
247247
"enum": [
248-
"AWS"
248+
"AWS",
249+
"GCP"
249250
]
250251
},
251252
{

0 commit comments

Comments
 (0)