Skip to content

Commit ce337d0

Browse files
authored
Merge pull request #2262 from Azure/autogenerate
Merge Autogenerate
2 parents 24b9054 + 79cd936 commit ce337d0

File tree

17 files changed

+2692
-420
lines changed

17 files changed

+2692
-420
lines changed

generator/resources.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@
133133
"2021-08-08",
134134
"2021-08-08-preview"
135135
],
136-
"Microsoft.AlertsManagement/resourceHealthAlertRules": [
137-
"2020-08-04-preview"
138-
],
139136
"Microsoft.AnalysisServices/servers": [
140137
"2016-05-16",
141138
"2017-07-14",
@@ -2812,7 +2809,8 @@
28122809
"2021-07-01",
28132810
"2021-10-01-preview",
28142811
"2021-12-01-preview",
2815-
"2022-01-01"
2812+
"2022-01-01",
2813+
"2022-02-01-preview"
28162814
],
28172815
"Microsoft.DataProtection/backupVaults/backupInstances": [
28182816
"2021-01-01",
@@ -2821,7 +2819,8 @@
28212819
"2021-07-01",
28222820
"2021-10-01-preview",
28232821
"2021-12-01-preview",
2824-
"2022-01-01"
2822+
"2022-01-01",
2823+
"2022-02-01-preview"
28252824
],
28262825
"Microsoft.DataProtection/backupVaults/backupPolicies": [
28272826
"2021-01-01",
@@ -2830,13 +2829,15 @@
28302829
"2021-07-01",
28312830
"2021-10-01-preview",
28322831
"2021-12-01-preview",
2833-
"2022-01-01"
2832+
"2022-01-01",
2833+
"2022-02-01-preview"
28342834
],
28352835
"Microsoft.DataProtection/resourceGuards": [
28362836
"2021-07-01",
28372837
"2021-10-01-preview",
28382838
"2021-12-01-preview",
2839-
"2022-01-01"
2839+
"2022-01-01",
2840+
"2022-02-01-preview"
28402841
],
28412842
"Microsoft.DataShare/accounts": [
28422843
"2018-11-01-preview",
@@ -6889,9 +6890,11 @@
68896890
"2021-06-01"
68906891
],
68916892
"Microsoft.OperationalInsights/queryPacks": [
6893+
"2019-09-01",
68926894
"2019-09-01-preview"
68936895
],
68946896
"Microsoft.OperationalInsights/queryPacks/queries": [
6897+
"2019-09-01",
68956898
"2019-09-01-preview"
68966899
],
68976900
"Microsoft.OperationalInsights/workspaces": [
@@ -7149,6 +7152,15 @@
71497152
"Microsoft.Quantum/workspaces": [
71507153
"2019-11-04-preview"
71517154
],
7155+
"Microsoft.RecommendationsService/accounts": [
7156+
"2022-02-01"
7157+
],
7158+
"Microsoft.RecommendationsService/accounts/modeling": [
7159+
"2022-02-01"
7160+
],
7161+
"Microsoft.RecommendationsService/accounts/serviceEndpoints": [
7162+
"2022-02-01"
7163+
],
71527164
"Microsoft.RecoveryServices/vaults": [
71537165
"2015-03-15",
71547166
"2015-06-10",
@@ -7771,7 +7783,8 @@
77717783
"Microsoft.Security/pricings": [
77727784
"2017-08-01-preview",
77737785
"2017-08-01-preview",
7774-
"2018-06-01"
7786+
"2018-06-01",
7787+
"2022-03-01"
77757788
],
77767789
"Microsoft.Security/securityConnectors": [
77777790
"2021-07-01-preview"
@@ -9164,6 +9177,10 @@
91649177
"2021-06-01",
91659178
"2021-06-01-preview"
91669179
],
9180+
"Microsoft.Synapse/workspaces/dedicatedSQLminimalTlsSettings": [
9181+
"2021-06-01",
9182+
"2021-06-01-preview"
9183+
],
91679184
"Microsoft.Synapse/workspaces/encryptionProtector": [
91689185
"2020-12-01",
91699186
"2021-03-01",

onboarded-report/result.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,12 @@
939939
"missing": [],
940940
"onboarded": []
941941
},
942+
{
943+
"basePath": "recommendationsservice/resource-manager",
944+
"onboardedToAutogen": "yes",
945+
"missing": [],
946+
"onboarded": []
947+
},
942948
{
943949
"basePath": "recoveryservices/resource-manager",
944950
"onboardedToAutogen": "yes",

schemas/2016-03-01/Microsoft.StreamAnalytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
766766
}
767767
],
768-
"description": "The partition count of the blob input data source. Range 1 - 256."
768+
"description": "The partition count of the blob input data source. Range 1 - 1024."
769769
},
770770
"storageAccounts": {
771771
"oneOf": [

schemas/2017-04-01-preview/Microsoft.StreamAnalytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
12201220
}
12211221
],
1222-
"description": "The partition count of the blob input data source. Range 1 - 256."
1222+
"description": "The partition count of the blob input data source. Range 1 - 1024."
12231223
},
12241224
"storageAccounts": {
12251225
"oneOf": [

schemas/2017-09-01-preview/Microsoft.DataFactory.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11821,6 +11821,17 @@
1182111821
],
1182211822
"description": "List of datasets passed to web endpoint."
1182311823
},
11824+
"disableCertValidation": {
11825+
"oneOf": [
11826+
{
11827+
"type": "boolean"
11828+
},
11829+
{
11830+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
11831+
}
11832+
],
11833+
"description": "When set to true, Certificate validation will be disabled."
11834+
},
1182411835
"headers": {
1182511836
"type": "object",
1182611837
"properties": {},

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29626,6 +29626,17 @@
2962629626
],
2962729627
"description": "List of datasets passed to web endpoint."
2962829628
},
29629+
"disableCertValidation": {
29630+
"oneOf": [
29631+
{
29632+
"type": "boolean"
29633+
},
29634+
{
29635+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29636+
}
29637+
],
29638+
"description": "When set to true, Certificate validation will be disabled."
29639+
},
2962929640
"headers": {
2963029641
"type": "object",
2963129642
"properties": {},

0 commit comments

Comments
 (0)