Skip to content

Commit ca7613d

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent d8f0a14 commit ca7613d

File tree

3 files changed

+63
-27
lines changed

3 files changed

+63
-27
lines changed

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

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4965,6 +4965,11 @@
49654965
"AzureMLServiceLinkedServiceTypeProperties": {
49664966
"type": "object",
49674967
"properties": {
4968+
"authentication": {
4969+
"type": "object",
4970+
"properties": {},
4971+
"description": "Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string)."
4972+
},
49684973
"encryptedCredential": {
49694974
"type": "string",
49704975
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string."
@@ -25174,19 +25179,9 @@
2517425179
"description": "Database query. Type: string (or Expression with resultType string)."
2517525180
},
2517625181
"readBehavior": {
25177-
"oneOf": [
25178-
{
25179-
"type": "string",
25180-
"enum": [
25181-
"Query",
25182-
"QueryAll"
25183-
]
25184-
},
25185-
{
25186-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
25187-
}
25188-
],
25189-
"description": "The read behavior for the operation. Default is Query."
25182+
"type": "object",
25183+
"properties": {},
25184+
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string)."
2519025185
},
2519125186
"type": {
2519225187
"type": "string",
@@ -25249,19 +25244,9 @@
2524925244
"description": "Database query. Type: string (or Expression with resultType string)."
2525025245
},
2525125246
"readBehavior": {
25252-
"oneOf": [
25253-
{
25254-
"type": "string",
25255-
"enum": [
25256-
"Query",
25257-
"QueryAll"
25258-
]
25259-
},
25260-
{
25261-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
25262-
}
25263-
],
25264-
"description": "The read behavior for the operation. Default is Query."
25247+
"type": "object",
25248+
"properties": {},
25249+
"description": "The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string)."
2526525250
},
2526625251
"type": {
2526725252
"type": "string",
@@ -26860,6 +26845,34 @@
2686026845
"properties": {},
2686126846
"description": "The base definition of a secret type."
2686226847
},
26848+
"SecureInputOutputPolicy": {
26849+
"type": "object",
26850+
"properties": {
26851+
"secureInput": {
26852+
"oneOf": [
26853+
{
26854+
"type": "boolean"
26855+
},
26856+
{
26857+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
26858+
}
26859+
],
26860+
"description": "When set to true, Input from activity is considered as secure and will not be logged to monitoring."
26861+
},
26862+
"secureOutput": {
26863+
"oneOf": [
26864+
{
26865+
"type": "boolean"
26866+
},
26867+
{
26868+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
26869+
}
26870+
],
26871+
"description": "When set to true, Output from activity is considered as secure and will not be logged to monitoring."
26872+
}
26873+
},
26874+
"description": "Execution policy for an activity that supports secure input and output."
26875+
},
2686326876
"SecureString": {
2686426877
"type": "object",
2686526878
"properties": {
@@ -27124,6 +27137,17 @@
2712427137
"SetVariableActivity": {
2712527138
"type": "object",
2712627139
"properties": {
27140+
"policy": {
27141+
"oneOf": [
27142+
{
27143+
"$ref": "#/definitions/SecureInputOutputPolicy"
27144+
},
27145+
{
27146+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
27147+
}
27148+
],
27149+
"description": "Execution policy for an activity that supports secure input and output."
27150+
},
2712727151
"type": {
2712827152
"type": "string",
2712927153
"enum": [

schemas/2022-11-01/Microsoft.BillingBenefits.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,18 @@
441441
}
442442
]
443443
},
444+
"renew": {
445+
"oneOf": [
446+
{
447+
"type": "boolean",
448+
"default": false
449+
},
450+
{
451+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
452+
}
453+
],
454+
"description": "Setting this to true will automatically purchase a new benefit on the expiration date time."
455+
},
444456
"term": {
445457
"oneOf": [
446458
{

schemas/2023-03-01/Microsoft.CostManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
},
11631163
"scope": {
11641164
"type": "string",
1165-
"description": "Cost Management scope like 'subscriptions/{subscriptionId}' for subscription scope, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, '/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for ExternalBillingAccount scope, and '/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for ExternalSubscription scope."
1165+
"description": "For private scheduled action(Create or Update), scope will be empty.<br /> For shared scheduled action(Create or Update By Scope), Cost Management scope can be 'subscriptions/{subscriptionId}' for subscription scope, 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for BillingProfile scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}' for InvoiceSection scope, '/providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for ExternalBillingAccount scope, and '/providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for ExternalSubscription scope."
11661166
},
11671167
"status": {
11681168
"oneOf": [

0 commit comments

Comments
 (0)