Skip to content

Commit 4eec978

Browse files
authored
Merge pull request #2755 from Azure/autogenerate
Autogenerate
2 parents e542191 + 047a2ca commit 4eec978

File tree

4 files changed

+2027
-8
lines changed

4 files changed

+2027
-8
lines changed

generator/resources.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,7 +3726,8 @@
37263726
"2022-09-01-preview",
37273727
"2022-10-01-preview",
37283728
"2022-11-01-preview",
3729-
"2022-12-01"
3729+
"2022-12-01",
3730+
"2023-01-01"
37303731
],
37313732
"Microsoft.DataProtection/backupVaults/backupInstances": [
37323733
"2021-01-01",
@@ -3744,7 +3745,8 @@
37443745
"2022-09-01-preview",
37453746
"2022-10-01-preview",
37463747
"2022-11-01-preview",
3747-
"2022-12-01"
3748+
"2022-12-01",
3749+
"2023-01-01"
37483750
],
37493751
"Microsoft.DataProtection/backupVaults/backupPolicies": [
37503752
"2021-01-01",
@@ -3762,7 +3764,8 @@
37623764
"2022-09-01-preview",
37633765
"2022-10-01-preview",
37643766
"2022-11-01-preview",
3765-
"2022-12-01"
3767+
"2022-12-01",
3768+
"2023-01-01"
37663769
],
37673770
"Microsoft.DataProtection/backupVaults/backupResourceGuardProxies": [
37683771
"2022-09-01-preview",
@@ -3782,7 +3785,8 @@
37823785
"2022-09-01-preview",
37833786
"2022-10-01-preview",
37843787
"2022-11-01-preview",
3785-
"2022-12-01"
3788+
"2022-12-01",
3789+
"2023-01-01"
37863790
],
37873791
"Microsoft.DataShare/accounts": [
37883792
"2018-11-01-preview",
@@ -10072,7 +10076,8 @@
1007210076
"2022-08-01",
1007310077
"2022-09-10",
1007410078
"2022-09-30-preview",
10075-
"2022-10-01"
10079+
"2022-10-01",
10080+
"2023-01-01"
1007610081
],
1007710082
"Microsoft.RecoveryServices/vaults/backupEncryptionConfigs": [
1007810083
"2020-10-01",
@@ -10276,7 +10281,8 @@
1027610281
"2022-08-01",
1027710282
"2022-09-10",
1027810283
"2022-09-30-preview",
10279-
"2022-10-01"
10284+
"2022-10-01",
10285+
"2023-01-01"
1028010286
],
1028110287
"Microsoft.RecoveryServices/vaults/extendedInformation": [
1028210288
"2016-06-01",
@@ -10300,7 +10306,8 @@
1030010306
"2022-08-01",
1030110307
"2022-09-10",
1030210308
"2022-09-30-preview",
10303-
"2022-10-01"
10309+
"2022-10-01",
10310+
"2023-01-01"
1030410311
],
1030510312
"Microsoft.RecoveryServices/vaults/privateEndpointConnections": [
1030610313
"2020-02-02",

schemas/2022-07-01/Microsoft.KeyVault.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,8 @@
595595
"exportable": {
596596
"oneOf": [
597597
{
598-
"type": "boolean"
598+
"type": "boolean",
599+
"default": false
599600
},
600601
{
601602
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)