Skip to content

Commit af81681

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 6f09858 commit af81681

File tree

14 files changed

+3284
-161
lines changed

14 files changed

+3284
-161
lines changed

schemas/2017-11-03-preview/Microsoft.HanaOnAzure.json

Lines changed: 0 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -61,64 +61,6 @@
6161
"type"
6262
],
6363
"description": "Microsoft.HanaOnAzure/hanaInstances"
64-
},
65-
"sapMonitors": {
66-
"type": "object",
67-
"properties": {
68-
"apiVersion": {
69-
"type": "string",
70-
"enum": [
71-
"2017-11-03-preview"
72-
]
73-
},
74-
"location": {
75-
"type": "string",
76-
"description": "Resource location"
77-
},
78-
"name": {
79-
"type": "string",
80-
"description": "Name of the SAP monitor resource."
81-
},
82-
"properties": {
83-
"oneOf": [
84-
{
85-
"$ref": "#/definitions/SapMonitorProperties"
86-
},
87-
{
88-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
89-
}
90-
],
91-
"description": "Describes the properties of a SAP monitor."
92-
},
93-
"tags": {
94-
"oneOf": [
95-
{
96-
"type": "object",
97-
"additionalProperties": {
98-
"type": "string"
99-
},
100-
"properties": {}
101-
},
102-
{
103-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
104-
}
105-
],
106-
"description": "Resource tags"
107-
},
108-
"type": {
109-
"type": "string",
110-
"enum": [
111-
"Microsoft.HanaOnAzure/sapMonitors"
112-
]
113-
}
114-
},
115-
"required": [
116-
"apiVersion",
117-
"name",
118-
"properties",
119-
"type"
120-
],
121-
"description": "Microsoft.HanaOnAzure/sapMonitors"
12264
}
12365
},
12466
"definitions": {
@@ -381,98 +323,6 @@
381323
},
382324
"description": "Specifies the operating system settings for the HANA instance."
383325
},
384-
"SapMonitorProperties": {
385-
"type": "object",
386-
"properties": {
387-
"enableCustomerAnalytics": {
388-
"oneOf": [
389-
{
390-
"type": "boolean"
391-
},
392-
{
393-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
394-
}
395-
],
396-
"description": "The value indicating whether to send analytics to Microsoft"
397-
},
398-
"hanaDbCredentialsMsiId": {
399-
"type": "string",
400-
"description": "MSI ID passed by customer which has access to customer's KeyVault and to be assigned to the Collector VM."
401-
},
402-
"hanaDbName": {
403-
"type": "string",
404-
"description": "Database name of the HANA instance."
405-
},
406-
"hanaDbPassword": {
407-
"type": "string",
408-
"description": "Database password of the HANA instance."
409-
},
410-
"hanaDbPasswordKeyVaultUrl": {
411-
"type": "string",
412-
"description": "KeyVault URL link to the password for the HANA database."
413-
},
414-
"hanaDbSqlPort": {
415-
"oneOf": [
416-
{
417-
"type": "integer"
418-
},
419-
{
420-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
421-
}
422-
],
423-
"description": "Database port of the HANA instance."
424-
},
425-
"hanaDbUsername": {
426-
"type": "string",
427-
"description": "Database username of the HANA instance."
428-
},
429-
"hanaHostname": {
430-
"type": "string",
431-
"description": "Hostname of the HANA instance."
432-
},
433-
"hanaSubnet": {
434-
"type": "string",
435-
"description": "Specifies the SAP monitor unique ID."
436-
},
437-
"keyVaultId": {
438-
"type": "string",
439-
"description": "Key Vault ID containing customer's HANA credentials."
440-
},
441-
"logAnalyticsWorkspaceArmId": {
442-
"type": "string",
443-
"description": "The ARM ID of the Log Analytics Workspace that is used for monitoring"
444-
},
445-
"logAnalyticsWorkspaceId": {
446-
"type": "string",
447-
"description": "The workspace ID of the log analytics workspace to be used for monitoring"
448-
},
449-
"logAnalyticsWorkspaceSharedKey": {
450-
"type": "string",
451-
"description": "The shared key of the log analytics workspace that is used for monitoring"
452-
},
453-
"provisioningState": {
454-
"oneOf": [
455-
{
456-
"type": "string",
457-
"enum": [
458-
"Accepted",
459-
"Creating",
460-
"Updating",
461-
"Failed",
462-
"Succeeded",
463-
"Deleting",
464-
"Migrating"
465-
]
466-
},
467-
{
468-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
469-
}
470-
],
471-
"description": "State of provisioning of the HanaInstance."
472-
}
473-
},
474-
"description": "Describes the properties of a SAP monitor."
475-
},
476326
"StorageProfile": {
477327
"type": "object",
478328
"properties": {

schemas/2018-06-01-preview/Microsoft.HDInsight.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@
206206
"type": "string",
207207
"description": "The location of the endpoint."
208208
},
209+
"privateIPAddress": {
210+
"type": "string",
211+
"description": "The private ip address of the endpoint."
212+
},
209213
"publicPort": {
210214
"oneOf": [
211215
{

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

Lines changed: 87 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2501,6 +2501,11 @@
25012501
],
25022502
"description": "The base definition of a secret type."
25032503
},
2504+
"authentication": {
2505+
"type": "object",
2506+
"properties": {},
2507+
"description": "Required to specify MSI, if using Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
2508+
},
25042509
"domain": {
25052510
"type": "object",
25062511
"properties": {},
@@ -2603,10 +2608,19 @@
26032608
"type": "object",
26042609
"properties": {},
26052610
"description": "If not using an existing interactive cluster, this specifies the Spark version of a new job cluster or instance pool nodes created for each run of this activity. Required if instancePoolId is specified. Type: string (or Expression with resultType string)."
2611+
},
2612+
"policyId": {
2613+
"type": "object",
2614+
"properties": {},
2615+
"description": "The policy id for limiting the ability to configure clusters based on a user defined set of rules. Type: string (or Expression with resultType string)."
2616+
},
2617+
"workspaceResourceId": {
2618+
"type": "object",
2619+
"properties": {},
2620+
"description": "Workspace resource id for databricks REST API. Type: string (or Expression with resultType string)."
26062621
}
26072622
},
26082623
"required": [
2609-
"accessToken",
26102624
"domain"
26112625
],
26122626
"description": "Azure Databricks linked service properties."
@@ -7429,6 +7443,11 @@
74297443
"CustomActivityTypeProperties": {
74307444
"type": "object",
74317445
"properties": {
7446+
"autoUserSpecification": {
7447+
"type": "object",
7448+
"properties": {},
7449+
"description": "Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType double)."
7450+
},
74327451
"command": {
74337452
"type": "object",
74347453
"properties": {},
@@ -7529,6 +7548,70 @@
75297548
],
75307549
"description": "Custom linked service."
75317550
},
7551+
"CustomEventsTrigger": {
7552+
"type": "object",
7553+
"properties": {
7554+
"type": {
7555+
"type": "string",
7556+
"enum": [
7557+
"CustomEventsTrigger"
7558+
]
7559+
},
7560+
"typeProperties": {
7561+
"oneOf": [
7562+
{
7563+
"$ref": "#/definitions/CustomEventsTriggerTypeProperties"
7564+
},
7565+
{
7566+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
7567+
}
7568+
],
7569+
"description": "Custom Events Trigger properties."
7570+
}
7571+
},
7572+
"required": [
7573+
"type",
7574+
"typeProperties"
7575+
],
7576+
"description": "Trigger that runs every time a custom event is received."
7577+
},
7578+
"CustomEventsTriggerTypeProperties": {
7579+
"type": "object",
7580+
"properties": {
7581+
"events": {
7582+
"oneOf": [
7583+
{
7584+
"type": "array",
7585+
"items": {
7586+
"type": "object",
7587+
"properties": {}
7588+
}
7589+
},
7590+
{
7591+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
7592+
}
7593+
],
7594+
"description": "The list of event types that cause this trigger to fire."
7595+
},
7596+
"scope": {
7597+
"type": "string",
7598+
"description": "The ARM resource ID of the Azure Event Grid Topic."
7599+
},
7600+
"subjectBeginsWith": {
7601+
"type": "string",
7602+
"description": "The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith."
7603+
},
7604+
"subjectEndsWith": {
7605+
"type": "string",
7606+
"description": "The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith."
7607+
}
7608+
},
7609+
"required": [
7610+
"events",
7611+
"scope"
7612+
],
7613+
"description": "Custom Events Trigger properties."
7614+
},
75327615
"CustomSetupBase": {
75337616
"type": "object",
75347617
"oneOf": [
@@ -18297,6 +18380,9 @@
1829718380
},
1829818381
{
1829918382
"$ref": "#/definitions/BlobEventsTrigger"
18383+
},
18384+
{
18385+
"$ref": "#/definitions/CustomEventsTrigger"
1830018386
}
1830118387
],
1830218388
"properties": {

schemas/2018-09-01-preview/Microsoft.ResourceGraph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"2018-09-01-preview"
1414
]
1515
},
16-
"eTag": {
16+
"etag": {
1717
"type": "string",
1818
"description": "This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict."
1919
},

schemas/2019-03-18-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@
115115
"description": "Specifies the operating system settings for the hybrid machine."
116116
}
117117
}
118-
}
118+
}

schemas/2019-08-02-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,4 @@
407407
"description": "Specifies the operating system settings for the hybrid machine."
408408
}
409409
}
410-
}
410+
}

schemas/2019-12-12/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,4 +455,4 @@
455455
"description": "Microsoft.HybridCompute/machines/extensions"
456456
}
457457
}
458-
}
458+
}

schemas/2020-07-30-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,4 +445,4 @@
445445
"description": "Microsoft.HybridCompute/machines/extensions"
446446
}
447447
}
448-
}
448+
}

schemas/2020-08-02/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,4 +356,4 @@
356356
"description": "Microsoft.HybridCompute/machines/extensions"
357357
}
358358
}
359-
}
359+
}

schemas/2020-08-15-preview/Microsoft.HybridCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,4 +760,4 @@
760760
"description": "Properties of a private link scoped resource."
761761
}
762762
}
763-
}
763+
}

0 commit comments

Comments
 (0)