Skip to content

Commit

Permalink
Merge pull request #2806 from Azure/autogenerate
Browse files Browse the repository at this point in the history
Autogenerate
  • Loading branch information
jorgecotillo authored Feb 25, 2023
2 parents 8804c3c + 95d97a8 commit e263b7d
Show file tree
Hide file tree
Showing 5 changed files with 796 additions and 6 deletions.
6 changes: 6 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ const disabledProviders: AutoGenConfig[] = [
basePath: 'operationalinsights/resource-manager',
namespace: 'Microsoft.OperationalInsights',
disabledForAutogen: true,
},
{
// Disabled temporally due to invalid tags failure
basePath: 'confidentialLedger/resource-manager',
namespace: 'Microsoft.ConfidentialLedger',
disabledForAutogen: true
}
];

Expand Down
9 changes: 6 additions & 3 deletions generator/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -2088,23 +2088,26 @@
"2021-03-01",
"2021-08-01",
"2022-01-01",
"2022-11-01-preview"
"2022-11-01-preview",
"2023-03-01-preview"
],
"Microsoft.Cache/redisEnterprise/databases": [
"2020-10-01-preview",
"2021-02-01-preview",
"2021-03-01",
"2021-08-01",
"2022-01-01",
"2022-11-01-preview"
"2022-11-01-preview",
"2023-03-01-preview"
],
"Microsoft.Cache/redisEnterprise/privateEndpointConnections": [
"2020-10-01-preview",
"2021-02-01-preview",
"2021-03-01",
"2021-08-01",
"2022-01-01",
"2022-11-01-preview"
"2022-11-01-preview",
"2023-03-01-preview"
],
"Microsoft.Capacity/autoQuotaIncrease": [
"2019-07-19-preview"
Expand Down
19 changes: 16 additions & 3 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,22 @@
"properties": {},
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
},
"sasToken": {
"oneOf": [
{
"$ref": "#/definitions/SecretBase"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The base definition of a secret type."
},
"sasUri": {
"type": "object",
"properties": {},
"description": "SAS URI of the Azure Data Lake Storage Gen2 service. Type: string, SecureString or AzureKeyVaultSecretReference."
},
"servicePrincipalCredential": {
"oneOf": [
{
Expand Down Expand Up @@ -2627,9 +2643,6 @@
"description": "Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string)."
}
},
"required": [
"url"
],
"description": "Azure Data Lake Storage Gen2 linked service properties."
},
"AzureBlobFSLocation": {
Expand Down
Loading

0 comments on commit e263b7d

Please sign in to comment.