Skip to content

Commit e263b7d

Browse files
authored
Merge pull request #2806 from Azure/autogenerate
Autogenerate
2 parents 8804c3c + 95d97a8 commit e263b7d

File tree

5 files changed

+796
-6
lines changed

5 files changed

+796
-6
lines changed

generator/autogenlist.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ const disabledProviders: AutoGenConfig[] = [
9999
basePath: 'operationalinsights/resource-manager',
100100
namespace: 'Microsoft.OperationalInsights',
101101
disabledForAutogen: true,
102+
},
103+
{
104+
// Disabled temporally due to invalid tags failure
105+
basePath: 'confidentialLedger/resource-manager',
106+
namespace: 'Microsoft.ConfidentialLedger',
107+
disabledForAutogen: true
102108
}
103109
];
104110

generator/resources.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,23 +2088,26 @@
20882088
"2021-03-01",
20892089
"2021-08-01",
20902090
"2022-01-01",
2091-
"2022-11-01-preview"
2091+
"2022-11-01-preview",
2092+
"2023-03-01-preview"
20922093
],
20932094
"Microsoft.Cache/redisEnterprise/databases": [
20942095
"2020-10-01-preview",
20952096
"2021-02-01-preview",
20962097
"2021-03-01",
20972098
"2021-08-01",
20982099
"2022-01-01",
2099-
"2022-11-01-preview"
2100+
"2022-11-01-preview",
2101+
"2023-03-01-preview"
21002102
],
21012103
"Microsoft.Cache/redisEnterprise/privateEndpointConnections": [
21022104
"2020-10-01-preview",
21032105
"2021-02-01-preview",
21042106
"2021-03-01",
21052107
"2021-08-01",
21062108
"2022-01-01",
2107-
"2022-11-01-preview"
2109+
"2022-11-01-preview",
2110+
"2023-03-01-preview"
21082111
],
21092112
"Microsoft.Capacity/autoQuotaIncrease": [
21102113
"2019-07-19-preview"

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,6 +2584,22 @@
25842584
"properties": {},
25852585
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
25862586
},
2587+
"sasToken": {
2588+
"oneOf": [
2589+
{
2590+
"$ref": "#/definitions/SecretBase"
2591+
},
2592+
{
2593+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2594+
}
2595+
],
2596+
"description": "The base definition of a secret type."
2597+
},
2598+
"sasUri": {
2599+
"type": "object",
2600+
"properties": {},
2601+
"description": "SAS URI of the Azure Data Lake Storage Gen2 service. Type: string, SecureString or AzureKeyVaultSecretReference."
2602+
},
25872603
"servicePrincipalCredential": {
25882604
"oneOf": [
25892605
{
@@ -2627,9 +2643,6 @@
26272643
"description": "Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string)."
26282644
}
26292645
},
2630-
"required": [
2631-
"url"
2632-
],
26332646
"description": "Azure Data Lake Storage Gen2 linked service properties."
26342647
},
26352648
"AzureBlobFSLocation": {

0 commit comments

Comments
 (0)