@pulumi/azure-native 1.78.0-alpha.1663142157 → 1.79.0-alpha.1663226586

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/compute/disk.js +2 -2
  2. package/compute/diskAccess.js +2 -2
  3. package/compute/diskAccessAPrivateEndpointConnection.js +2 -2
  4. package/compute/diskEncryptionSet.js +2 -2
  5. package/compute/index.d.ts +2 -1
  6. package/compute/index.js +4 -2
  7. package/compute/snapshot.js +2 -2
  8. package/compute/v20160430preview/disk.js +2 -2
  9. package/compute/v20160430preview/snapshot.js +2 -2
  10. package/compute/v20170330/disk.js +2 -2
  11. package/compute/v20170330/snapshot.js +2 -2
  12. package/compute/v20180401/disk.js +2 -2
  13. package/compute/v20180401/snapshot.js +2 -2
  14. package/compute/v20180601/disk.js +2 -2
  15. package/compute/v20180601/snapshot.js +2 -2
  16. package/compute/v20180930/disk.js +2 -2
  17. package/compute/v20180930/snapshot.js +2 -2
  18. package/compute/v20190301/disk.js +2 -2
  19. package/compute/v20190301/snapshot.js +2 -2
  20. package/compute/v20190701/disk.js +2 -2
  21. package/compute/v20190701/diskEncryptionSet.js +2 -2
  22. package/compute/v20190701/snapshot.js +2 -2
  23. package/compute/v20191101/disk.js +2 -2
  24. package/compute/v20191101/diskEncryptionSet.js +2 -2
  25. package/compute/v20191101/snapshot.js +2 -2
  26. package/compute/v20200501/disk.js +2 -2
  27. package/compute/v20200501/diskAccess.js +2 -2
  28. package/compute/v20200501/diskEncryptionSet.js +2 -2
  29. package/compute/v20200501/snapshot.js +2 -2
  30. package/compute/v20200630/disk.js +2 -2
  31. package/compute/v20200630/diskAccess.js +2 -2
  32. package/compute/v20200630/diskEncryptionSet.js +2 -2
  33. package/compute/v20200630/snapshot.js +2 -2
  34. package/compute/v20200930/disk.js +2 -2
  35. package/compute/v20200930/diskAccess.js +2 -2
  36. package/compute/v20200930/diskAccessAPrivateEndpointConnection.js +2 -2
  37. package/compute/v20200930/diskEncryptionSet.js +2 -2
  38. package/compute/v20200930/snapshot.js +2 -2
  39. package/compute/v20201201/disk.js +2 -2
  40. package/compute/v20201201/diskAccess.js +2 -2
  41. package/compute/v20201201/diskAccessAPrivateEndpointConnection.js +2 -2
  42. package/compute/v20201201/diskEncryptionSet.js +2 -2
  43. package/compute/v20201201/snapshot.js +2 -2
  44. package/compute/v20210401/disk.js +2 -2
  45. package/compute/v20210401/diskAccess.js +2 -2
  46. package/compute/v20210401/diskAccessAPrivateEndpointConnection.js +2 -2
  47. package/compute/v20210401/diskEncryptionSet.js +2 -2
  48. package/compute/v20210401/snapshot.js +2 -2
  49. package/compute/v20210801/disk.js +2 -2
  50. package/compute/v20210801/diskAccess.js +2 -2
  51. package/compute/v20210801/diskAccessAPrivateEndpointConnection.js +2 -2
  52. package/compute/v20210801/diskEncryptionSet.js +2 -2
  53. package/compute/v20210801/snapshot.js +2 -2
  54. package/compute/v20211201/disk.js +2 -2
  55. package/compute/v20211201/diskAccess.js +2 -2
  56. package/compute/v20211201/diskAccessAPrivateEndpointConnection.js +2 -2
  57. package/compute/v20211201/diskEncryptionSet.js +2 -2
  58. package/compute/v20211201/snapshot.js +2 -2
  59. package/compute/v20220302/disk.js +2 -2
  60. package/compute/v20220302/diskAccess.js +2 -2
  61. package/compute/v20220302/diskAccessAPrivateEndpointConnection.js +2 -2
  62. package/compute/v20220302/diskEncryptionSet.js +2 -2
  63. package/compute/v20220302/snapshot.js +2 -2
  64. package/compute/v20220702/disk.d.ts +320 -0
  65. package/compute/v20220702/disk.js +144 -0
  66. package/compute/v20220702/diskAccess.d.ts +91 -0
  67. package/compute/v20220702/diskAccess.js +77 -0
  68. package/compute/v20220702/diskAccessAPrivateEndpointConnection.d.ts +71 -0
  69. package/compute/v20220702/diskAccessAPrivateEndpointConnection.js +78 -0
  70. package/compute/v20220702/diskEncryptionSet.d.ts +128 -0
  71. package/compute/v20220702/diskEncryptionSet.js +87 -0
  72. package/compute/v20220702/getDisk.d.ts +198 -0
  73. package/compute/v20220702/getDisk.js +26 -0
  74. package/compute/v20220702/getDiskAccess.d.ts +70 -0
  75. package/compute/v20220702/getDiskAccess.js +26 -0
  76. package/compute/v20220702/getDiskAccessAPrivateEndpointConnection.d.ts +64 -0
  77. package/compute/v20220702/getDiskAccessAPrivateEndpointConnection.js +27 -0
  78. package/compute/v20220702/getDiskEncryptionSet.d.ts +90 -0
  79. package/compute/v20220702/getDiskEncryptionSet.js +26 -0
  80. package/compute/v20220702/getSnapshot.d.ts +158 -0
  81. package/compute/v20220702/getSnapshot.js +26 -0
  82. package/compute/v20220702/index.d.ts +31 -0
  83. package/compute/v20220702/index.js +69 -0
  84. package/compute/v20220702/snapshot.d.ts +252 -0
  85. package/compute/v20220702/snapshot.js +124 -0
  86. package/costmanagement/index.d.ts +2 -1
  87. package/costmanagement/index.js +4 -2
  88. package/costmanagement/v20190401preview/view.js +2 -2
  89. package/costmanagement/v20190401preview/viewByScope.js +2 -2
  90. package/costmanagement/v20191101/view.js +2 -2
  91. package/costmanagement/v20191101/viewByScope.js +2 -2
  92. package/costmanagement/v20200601/view.js +2 -2
  93. package/costmanagement/v20200601/viewByScope.js +2 -2
  94. package/costmanagement/v20211001/view.js +2 -2
  95. package/costmanagement/v20211001/viewByScope.js +2 -2
  96. package/costmanagement/v20220801preview/view.js +2 -2
  97. package/costmanagement/v20220801preview/viewByScope.js +2 -2
  98. package/costmanagement/v20221001preview/getSettingByScope.d.ts +52 -0
  99. package/costmanagement/v20221001preview/getSettingByScope.js +28 -0
  100. package/costmanagement/v20221001preview/getTagInheritanceSetting.d.ts +57 -0
  101. package/costmanagement/v20221001preview/getTagInheritanceSetting.js +26 -0
  102. package/costmanagement/v20221001preview/getView.d.ts +100 -0
  103. package/costmanagement/v20221001preview/getView.js +25 -0
  104. package/costmanagement/v20221001preview/getViewByScope.d.ts +108 -0
  105. package/costmanagement/v20221001preview/getViewByScope.js +26 -0
  106. package/costmanagement/v20221001preview/index.d.ts +25 -0
  107. package/costmanagement/v20221001preview/index.js +62 -0
  108. package/costmanagement/v20221001preview/settingByScope.d.ts +69 -0
  109. package/costmanagement/v20221001preview/settingByScope.js +74 -0
  110. package/costmanagement/v20221001preview/tagInheritanceSetting.d.ts +77 -0
  111. package/costmanagement/v20221001preview/tagInheritanceSetting.js +71 -0
  112. package/costmanagement/v20221001preview/view.d.ts +164 -0
  113. package/costmanagement/v20221001preview/view.js +99 -0
  114. package/costmanagement/v20221001preview/viewByScope.d.ts +164 -0
  115. package/costmanagement/v20221001preview/viewByScope.js +102 -0
  116. package/costmanagement/view.js +2 -2
  117. package/costmanagement/viewByScope.js +2 -2
  118. package/package.json +2 -2
  119. package/package.json.dev +2 -2
  120. package/types/enums/compute/index.d.ts +2 -1
  121. package/types/enums/compute/index.js +5 -3
  122. package/types/enums/compute/v20220702/index.d.ts +262 -0
  123. package/types/enums/compute/v20220702/index.js +204 -0
  124. package/types/enums/costmanagement/index.d.ts +2 -1
  125. package/types/enums/costmanagement/index.js +4 -2
  126. package/types/enums/costmanagement/v20221001preview/index.d.ts +107 -0
  127. package/types/enums/costmanagement/v20221001preview/index.js +61 -0
  128. package/types/input.d.ts +457 -0
  129. package/types/input.js +1 -1
  130. package/types/output.d.ts +595 -0
  131. package/types/output.js +1 -1
@@ -0,0 +1,320 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import * as enums from "../../types/enums";
5
+ /**
6
+ * Disk resource.
7
+ */
8
+ export declare class Disk extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Disk resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Disk;
18
+ /**
19
+ * Returns true if the given object is an instance of Disk. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is Disk;
23
+ /**
24
+ * Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
25
+ */
26
+ readonly burstingEnabled: pulumi.Output<boolean | undefined>;
27
+ /**
28
+ * Latest time when bursting was last enabled on a disk.
29
+ */
30
+ readonly burstingEnabledTime: pulumi.Output<string>;
31
+ /**
32
+ * Percentage complete for the background copy when a resource is created via the CopyStart operation.
33
+ */
34
+ readonly completionPercent: pulumi.Output<number | undefined>;
35
+ /**
36
+ * Disk source information. CreationData information cannot be changed after the disk has been created.
37
+ */
38
+ readonly creationData: pulumi.Output<outputs.compute.v20220702.CreationDataResponse>;
39
+ /**
40
+ * Additional authentication requirements when exporting or uploading to a disk or snapshot.
41
+ */
42
+ readonly dataAccessAuthMode: pulumi.Output<string | undefined>;
43
+ /**
44
+ * ARM id of the DiskAccess resource for using private endpoints on disks.
45
+ */
46
+ readonly diskAccessId: pulumi.Output<string | undefined>;
47
+ /**
48
+ * The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
49
+ */
50
+ readonly diskIOPSReadOnly: pulumi.Output<number | undefined>;
51
+ /**
52
+ * The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
53
+ */
54
+ readonly diskIOPSReadWrite: pulumi.Output<number | undefined>;
55
+ /**
56
+ * The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
57
+ */
58
+ readonly diskMBpsReadOnly: pulumi.Output<number | undefined>;
59
+ /**
60
+ * The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
61
+ */
62
+ readonly diskMBpsReadWrite: pulumi.Output<number | undefined>;
63
+ /**
64
+ * The size of the disk in bytes. This field is read only.
65
+ */
66
+ readonly diskSizeBytes: pulumi.Output<number>;
67
+ /**
68
+ * If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
69
+ */
70
+ readonly diskSizeGB: pulumi.Output<number | undefined>;
71
+ /**
72
+ * The state of the disk.
73
+ */
74
+ readonly diskState: pulumi.Output<string>;
75
+ /**
76
+ * Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
77
+ */
78
+ readonly encryption: pulumi.Output<outputs.compute.v20220702.EncryptionResponse | undefined>;
79
+ /**
80
+ * Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
81
+ */
82
+ readonly encryptionSettingsCollection: pulumi.Output<outputs.compute.v20220702.EncryptionSettingsCollectionResponse | undefined>;
83
+ /**
84
+ * The extended location where the disk will be created. Extended location cannot be changed.
85
+ */
86
+ readonly extendedLocation: pulumi.Output<outputs.compute.v20220702.ExtendedLocationResponse | undefined>;
87
+ /**
88
+ * The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
89
+ */
90
+ readonly hyperVGeneration: pulumi.Output<string | undefined>;
91
+ /**
92
+ * Resource location
93
+ */
94
+ readonly location: pulumi.Output<string>;
95
+ /**
96
+ * A relative URI containing the ID of the VM that has the disk attached.
97
+ */
98
+ readonly managedBy: pulumi.Output<string>;
99
+ /**
100
+ * List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
101
+ */
102
+ readonly managedByExtended: pulumi.Output<string[]>;
103
+ /**
104
+ * The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
105
+ */
106
+ readonly maxShares: pulumi.Output<number | undefined>;
107
+ /**
108
+ * Resource name
109
+ */
110
+ readonly name: pulumi.Output<string>;
111
+ /**
112
+ * Policy for accessing the disk via network.
113
+ */
114
+ readonly networkAccessPolicy: pulumi.Output<string | undefined>;
115
+ /**
116
+ * Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
117
+ */
118
+ readonly optimizedForFrequentAttach: pulumi.Output<boolean | undefined>;
119
+ /**
120
+ * The Operating System type.
121
+ */
122
+ readonly osType: pulumi.Output<string | undefined>;
123
+ /**
124
+ * Properties of the disk for which update is pending.
125
+ */
126
+ readonly propertyUpdatesInProgress: pulumi.Output<outputs.compute.v20220702.PropertyUpdatesInProgressResponse>;
127
+ /**
128
+ * The disk provisioning state.
129
+ */
130
+ readonly provisioningState: pulumi.Output<string>;
131
+ /**
132
+ * Policy for controlling export on the disk.
133
+ */
134
+ readonly publicNetworkAccess: pulumi.Output<string | undefined>;
135
+ /**
136
+ * Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
137
+ */
138
+ readonly purchasePlan: pulumi.Output<outputs.compute.v20220702.PurchasePlanResponse | undefined>;
139
+ /**
140
+ * Contains the security related information for the resource.
141
+ */
142
+ readonly securityProfile: pulumi.Output<outputs.compute.v20220702.DiskSecurityProfileResponse | undefined>;
143
+ /**
144
+ * Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
145
+ */
146
+ readonly shareInfo: pulumi.Output<outputs.compute.v20220702.ShareInfoElementResponse[]>;
147
+ /**
148
+ * The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
149
+ */
150
+ readonly sku: pulumi.Output<outputs.compute.v20220702.DiskSkuResponse | undefined>;
151
+ /**
152
+ * List of supported capabilities for the image from which the OS disk was created.
153
+ */
154
+ readonly supportedCapabilities: pulumi.Output<outputs.compute.v20220702.SupportedCapabilitiesResponse | undefined>;
155
+ /**
156
+ * Indicates the OS on a disk supports hibernation.
157
+ */
158
+ readonly supportsHibernation: pulumi.Output<boolean | undefined>;
159
+ /**
160
+ * Resource tags
161
+ */
162
+ readonly tags: pulumi.Output<{
163
+ [key: string]: string;
164
+ } | undefined>;
165
+ /**
166
+ * Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
167
+ */
168
+ readonly tier: pulumi.Output<string | undefined>;
169
+ /**
170
+ * The time when the disk was created.
171
+ */
172
+ readonly timeCreated: pulumi.Output<string>;
173
+ /**
174
+ * Resource type
175
+ */
176
+ readonly type: pulumi.Output<string>;
177
+ /**
178
+ * Unique Guid identifying the resource.
179
+ */
180
+ readonly uniqueId: pulumi.Output<string>;
181
+ /**
182
+ * The Logical zone list for Disk.
183
+ */
184
+ readonly zones: pulumi.Output<string[] | undefined>;
185
+ /**
186
+ * Create a Disk resource with the given unique name, arguments, and options.
187
+ *
188
+ * @param name The _unique_ name of the resource.
189
+ * @param args The arguments to use to populate this resource's properties.
190
+ * @param opts A bag of options that control this resource's behavior.
191
+ */
192
+ constructor(name: string, args: DiskArgs, opts?: pulumi.CustomResourceOptions);
193
+ }
194
+ /**
195
+ * The set of arguments for constructing a Disk resource.
196
+ */
197
+ export interface DiskArgs {
198
+ /**
199
+ * Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
200
+ */
201
+ burstingEnabled?: pulumi.Input<boolean>;
202
+ /**
203
+ * Percentage complete for the background copy when a resource is created via the CopyStart operation.
204
+ */
205
+ completionPercent?: pulumi.Input<number>;
206
+ /**
207
+ * Disk source information. CreationData information cannot be changed after the disk has been created.
208
+ */
209
+ creationData: pulumi.Input<inputs.compute.v20220702.CreationDataArgs>;
210
+ /**
211
+ * Additional authentication requirements when exporting or uploading to a disk or snapshot.
212
+ */
213
+ dataAccessAuthMode?: pulumi.Input<string | enums.compute.v20220702.DataAccessAuthMode>;
214
+ /**
215
+ * ARM id of the DiskAccess resource for using private endpoints on disks.
216
+ */
217
+ diskAccessId?: pulumi.Input<string>;
218
+ /**
219
+ * The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
220
+ */
221
+ diskIOPSReadOnly?: pulumi.Input<number>;
222
+ /**
223
+ * The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
224
+ */
225
+ diskIOPSReadWrite?: pulumi.Input<number>;
226
+ /**
227
+ * The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
228
+ */
229
+ diskMBpsReadOnly?: pulumi.Input<number>;
230
+ /**
231
+ * The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
232
+ */
233
+ diskMBpsReadWrite?: pulumi.Input<number>;
234
+ /**
235
+ * The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
236
+ */
237
+ diskName?: pulumi.Input<string>;
238
+ /**
239
+ * If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
240
+ */
241
+ diskSizeGB?: pulumi.Input<number>;
242
+ /**
243
+ * Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
244
+ */
245
+ encryption?: pulumi.Input<inputs.compute.v20220702.EncryptionArgs>;
246
+ /**
247
+ * Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
248
+ */
249
+ encryptionSettingsCollection?: pulumi.Input<inputs.compute.v20220702.EncryptionSettingsCollectionArgs>;
250
+ /**
251
+ * The extended location where the disk will be created. Extended location cannot be changed.
252
+ */
253
+ extendedLocation?: pulumi.Input<inputs.compute.v20220702.ExtendedLocationArgs>;
254
+ /**
255
+ * The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
256
+ */
257
+ hyperVGeneration?: pulumi.Input<string | enums.compute.v20220702.HyperVGeneration>;
258
+ /**
259
+ * Resource location
260
+ */
261
+ location?: pulumi.Input<string>;
262
+ /**
263
+ * The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
264
+ */
265
+ maxShares?: pulumi.Input<number>;
266
+ /**
267
+ * Policy for accessing the disk via network.
268
+ */
269
+ networkAccessPolicy?: pulumi.Input<string | enums.compute.v20220702.NetworkAccessPolicy>;
270
+ /**
271
+ * Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.
272
+ */
273
+ optimizedForFrequentAttach?: pulumi.Input<boolean>;
274
+ /**
275
+ * The Operating System type.
276
+ */
277
+ osType?: pulumi.Input<enums.compute.v20220702.OperatingSystemTypes>;
278
+ /**
279
+ * Policy for controlling export on the disk.
280
+ */
281
+ publicNetworkAccess?: pulumi.Input<string | enums.compute.v20220702.PublicNetworkAccess>;
282
+ /**
283
+ * Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}
284
+ */
285
+ purchasePlan?: pulumi.Input<inputs.compute.v20220702.PurchasePlanArgs>;
286
+ /**
287
+ * The name of the resource group.
288
+ */
289
+ resourceGroupName: pulumi.Input<string>;
290
+ /**
291
+ * Contains the security related information for the resource.
292
+ */
293
+ securityProfile?: pulumi.Input<inputs.compute.v20220702.DiskSecurityProfileArgs>;
294
+ /**
295
+ * The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
296
+ */
297
+ sku?: pulumi.Input<inputs.compute.v20220702.DiskSkuArgs>;
298
+ /**
299
+ * List of supported capabilities for the image from which the OS disk was created.
300
+ */
301
+ supportedCapabilities?: pulumi.Input<inputs.compute.v20220702.SupportedCapabilitiesArgs>;
302
+ /**
303
+ * Indicates the OS on a disk supports hibernation.
304
+ */
305
+ supportsHibernation?: pulumi.Input<boolean>;
306
+ /**
307
+ * Resource tags
308
+ */
309
+ tags?: pulumi.Input<{
310
+ [key: string]: pulumi.Input<string>;
311
+ }>;
312
+ /**
313
+ * Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
314
+ */
315
+ tier?: pulumi.Input<string>;
316
+ /**
317
+ * The Logical zone list for Disk.
318
+ */
319
+ zones?: pulumi.Input<pulumi.Input<string>[]>;
320
+ }
@@ -0,0 +1,144 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Disk = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Disk resource.
10
+ */
11
+ class Disk extends pulumi.CustomResource {
12
+ /**
13
+ * Create a Disk resource with the given unique name, arguments, and options.
14
+ *
15
+ * @param name The _unique_ name of the resource.
16
+ * @param args The arguments to use to populate this resource's properties.
17
+ * @param opts A bag of options that control this resource's behavior.
18
+ */
19
+ constructor(name, args, opts) {
20
+ let resourceInputs = {};
21
+ opts = opts || {};
22
+ if (!opts.id) {
23
+ if ((!args || args.creationData === undefined) && !opts.urn) {
24
+ throw new Error("Missing required property 'creationData'");
25
+ }
26
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
27
+ throw new Error("Missing required property 'resourceGroupName'");
28
+ }
29
+ resourceInputs["burstingEnabled"] = args ? args.burstingEnabled : undefined;
30
+ resourceInputs["completionPercent"] = args ? args.completionPercent : undefined;
31
+ resourceInputs["creationData"] = args ? args.creationData : undefined;
32
+ resourceInputs["dataAccessAuthMode"] = args ? args.dataAccessAuthMode : undefined;
33
+ resourceInputs["diskAccessId"] = args ? args.diskAccessId : undefined;
34
+ resourceInputs["diskIOPSReadOnly"] = args ? args.diskIOPSReadOnly : undefined;
35
+ resourceInputs["diskIOPSReadWrite"] = args ? args.diskIOPSReadWrite : undefined;
36
+ resourceInputs["diskMBpsReadOnly"] = args ? args.diskMBpsReadOnly : undefined;
37
+ resourceInputs["diskMBpsReadWrite"] = args ? args.diskMBpsReadWrite : undefined;
38
+ resourceInputs["diskName"] = args ? args.diskName : undefined;
39
+ resourceInputs["diskSizeGB"] = args ? args.diskSizeGB : undefined;
40
+ resourceInputs["encryption"] = args ? args.encryption : undefined;
41
+ resourceInputs["encryptionSettingsCollection"] = args ? args.encryptionSettingsCollection : undefined;
42
+ resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
43
+ resourceInputs["hyperVGeneration"] = args ? args.hyperVGeneration : undefined;
44
+ resourceInputs["location"] = args ? args.location : undefined;
45
+ resourceInputs["maxShares"] = args ? args.maxShares : undefined;
46
+ resourceInputs["networkAccessPolicy"] = args ? args.networkAccessPolicy : undefined;
47
+ resourceInputs["optimizedForFrequentAttach"] = args ? args.optimizedForFrequentAttach : undefined;
48
+ resourceInputs["osType"] = args ? args.osType : undefined;
49
+ resourceInputs["publicNetworkAccess"] = args ? args.publicNetworkAccess : undefined;
50
+ resourceInputs["purchasePlan"] = args ? args.purchasePlan : undefined;
51
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
52
+ resourceInputs["securityProfile"] = args ? args.securityProfile : undefined;
53
+ resourceInputs["sku"] = args ? args.sku : undefined;
54
+ resourceInputs["supportedCapabilities"] = args ? args.supportedCapabilities : undefined;
55
+ resourceInputs["supportsHibernation"] = args ? args.supportsHibernation : undefined;
56
+ resourceInputs["tags"] = args ? args.tags : undefined;
57
+ resourceInputs["tier"] = args ? args.tier : undefined;
58
+ resourceInputs["zones"] = args ? args.zones : undefined;
59
+ resourceInputs["burstingEnabledTime"] = undefined /*out*/;
60
+ resourceInputs["diskSizeBytes"] = undefined /*out*/;
61
+ resourceInputs["diskState"] = undefined /*out*/;
62
+ resourceInputs["managedBy"] = undefined /*out*/;
63
+ resourceInputs["managedByExtended"] = undefined /*out*/;
64
+ resourceInputs["name"] = undefined /*out*/;
65
+ resourceInputs["propertyUpdatesInProgress"] = undefined /*out*/;
66
+ resourceInputs["provisioningState"] = undefined /*out*/;
67
+ resourceInputs["shareInfo"] = undefined /*out*/;
68
+ resourceInputs["timeCreated"] = undefined /*out*/;
69
+ resourceInputs["type"] = undefined /*out*/;
70
+ resourceInputs["uniqueId"] = undefined /*out*/;
71
+ }
72
+ else {
73
+ resourceInputs["burstingEnabled"] = undefined /*out*/;
74
+ resourceInputs["burstingEnabledTime"] = undefined /*out*/;
75
+ resourceInputs["completionPercent"] = undefined /*out*/;
76
+ resourceInputs["creationData"] = undefined /*out*/;
77
+ resourceInputs["dataAccessAuthMode"] = undefined /*out*/;
78
+ resourceInputs["diskAccessId"] = undefined /*out*/;
79
+ resourceInputs["diskIOPSReadOnly"] = undefined /*out*/;
80
+ resourceInputs["diskIOPSReadWrite"] = undefined /*out*/;
81
+ resourceInputs["diskMBpsReadOnly"] = undefined /*out*/;
82
+ resourceInputs["diskMBpsReadWrite"] = undefined /*out*/;
83
+ resourceInputs["diskSizeBytes"] = undefined /*out*/;
84
+ resourceInputs["diskSizeGB"] = undefined /*out*/;
85
+ resourceInputs["diskState"] = undefined /*out*/;
86
+ resourceInputs["encryption"] = undefined /*out*/;
87
+ resourceInputs["encryptionSettingsCollection"] = undefined /*out*/;
88
+ resourceInputs["extendedLocation"] = undefined /*out*/;
89
+ resourceInputs["hyperVGeneration"] = undefined /*out*/;
90
+ resourceInputs["location"] = undefined /*out*/;
91
+ resourceInputs["managedBy"] = undefined /*out*/;
92
+ resourceInputs["managedByExtended"] = undefined /*out*/;
93
+ resourceInputs["maxShares"] = undefined /*out*/;
94
+ resourceInputs["name"] = undefined /*out*/;
95
+ resourceInputs["networkAccessPolicy"] = undefined /*out*/;
96
+ resourceInputs["optimizedForFrequentAttach"] = undefined /*out*/;
97
+ resourceInputs["osType"] = undefined /*out*/;
98
+ resourceInputs["propertyUpdatesInProgress"] = undefined /*out*/;
99
+ resourceInputs["provisioningState"] = undefined /*out*/;
100
+ resourceInputs["publicNetworkAccess"] = undefined /*out*/;
101
+ resourceInputs["purchasePlan"] = undefined /*out*/;
102
+ resourceInputs["securityProfile"] = undefined /*out*/;
103
+ resourceInputs["shareInfo"] = undefined /*out*/;
104
+ resourceInputs["sku"] = undefined /*out*/;
105
+ resourceInputs["supportedCapabilities"] = undefined /*out*/;
106
+ resourceInputs["supportsHibernation"] = undefined /*out*/;
107
+ resourceInputs["tags"] = undefined /*out*/;
108
+ resourceInputs["tier"] = undefined /*out*/;
109
+ resourceInputs["timeCreated"] = undefined /*out*/;
110
+ resourceInputs["type"] = undefined /*out*/;
111
+ resourceInputs["uniqueId"] = undefined /*out*/;
112
+ resourceInputs["zones"] = undefined /*out*/;
113
+ }
114
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
115
+ const aliasOpts = { aliases: [{ type: "azure-native:compute:Disk" }, { type: "azure-native:compute/v20160430preview:Disk" }, { type: "azure-native:compute/v20170330:Disk" }, { type: "azure-native:compute/v20180401:Disk" }, { type: "azure-native:compute/v20180601:Disk" }, { type: "azure-native:compute/v20180930:Disk" }, { type: "azure-native:compute/v20190301:Disk" }, { type: "azure-native:compute/v20190701:Disk" }, { type: "azure-native:compute/v20191101:Disk" }, { type: "azure-native:compute/v20200501:Disk" }, { type: "azure-native:compute/v20200630:Disk" }, { type: "azure-native:compute/v20200930:Disk" }, { type: "azure-native:compute/v20201201:Disk" }, { type: "azure-native:compute/v20210401:Disk" }, { type: "azure-native:compute/v20210801:Disk" }, { type: "azure-native:compute/v20211201:Disk" }, { type: "azure-native:compute/v20220302:Disk" }] };
116
+ opts = pulumi.mergeOptions(opts, aliasOpts);
117
+ super(Disk.__pulumiType, name, resourceInputs, opts);
118
+ }
119
+ /**
120
+ * Get an existing Disk resource's state with the given name, ID, and optional extra
121
+ * properties used to qualify the lookup.
122
+ *
123
+ * @param name The _unique_ name of the resulting resource.
124
+ * @param id The _unique_ provider ID of the resource to lookup.
125
+ * @param opts Optional settings to control the behavior of the CustomResource.
126
+ */
127
+ static get(name, id, opts) {
128
+ return new Disk(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
129
+ }
130
+ /**
131
+ * Returns true if the given object is an instance of Disk. This is designed to work even
132
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
133
+ */
134
+ static isInstance(obj) {
135
+ if (obj === undefined || obj === null) {
136
+ return false;
137
+ }
138
+ return obj['__pulumiType'] === Disk.__pulumiType;
139
+ }
140
+ }
141
+ exports.Disk = Disk;
142
+ /** @internal */
143
+ Disk.__pulumiType = 'azure-native:compute/v20220702:Disk';
144
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzay5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjIwNzAyL2Rpc2sudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxJQUFLLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUE0TDNDOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWMsRUFBRSxJQUFtQztRQUN6RSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxZQUFZLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUN6RCxNQUFNLElBQUksS0FBSyxDQUFDLDBDQUEwQyxDQUFDLENBQUM7YUFDL0Q7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLGlCQUFpQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDNUUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsY0FBYyxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJ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
@@ -0,0 +1,91 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * disk access resource.
6
+ */
7
+ export declare class DiskAccess extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing DiskAccess resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DiskAccess;
17
+ /**
18
+ * Returns true if the given object is an instance of DiskAccess. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is DiskAccess;
22
+ /**
23
+ * The extended location where the disk access will be created. Extended location cannot be changed.
24
+ */
25
+ readonly extendedLocation: pulumi.Output<outputs.compute.v20220702.ExtendedLocationResponse | undefined>;
26
+ /**
27
+ * Resource location
28
+ */
29
+ readonly location: pulumi.Output<string>;
30
+ /**
31
+ * Resource name
32
+ */
33
+ readonly name: pulumi.Output<string>;
34
+ /**
35
+ * A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.
36
+ */
37
+ readonly privateEndpointConnections: pulumi.Output<outputs.compute.v20220702.PrivateEndpointConnectionResponse[]>;
38
+ /**
39
+ * The disk access resource provisioning state.
40
+ */
41
+ readonly provisioningState: pulumi.Output<string>;
42
+ /**
43
+ * Resource tags
44
+ */
45
+ readonly tags: pulumi.Output<{
46
+ [key: string]: string;
47
+ } | undefined>;
48
+ /**
49
+ * The time when the disk access was created.
50
+ */
51
+ readonly timeCreated: pulumi.Output<string>;
52
+ /**
53
+ * Resource type
54
+ */
55
+ readonly type: pulumi.Output<string>;
56
+ /**
57
+ * Create a DiskAccess resource with the given unique name, arguments, and options.
58
+ *
59
+ * @param name The _unique_ name of the resource.
60
+ * @param args The arguments to use to populate this resource's properties.
61
+ * @param opts A bag of options that control this resource's behavior.
62
+ */
63
+ constructor(name: string, args: DiskAccessArgs, opts?: pulumi.CustomResourceOptions);
64
+ }
65
+ /**
66
+ * The set of arguments for constructing a DiskAccess resource.
67
+ */
68
+ export interface DiskAccessArgs {
69
+ /**
70
+ * The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.
71
+ */
72
+ diskAccessName?: pulumi.Input<string>;
73
+ /**
74
+ * The extended location where the disk access will be created. Extended location cannot be changed.
75
+ */
76
+ extendedLocation?: pulumi.Input<inputs.compute.v20220702.ExtendedLocationArgs>;
77
+ /**
78
+ * Resource location
79
+ */
80
+ location?: pulumi.Input<string>;
81
+ /**
82
+ * The name of the resource group.
83
+ */
84
+ resourceGroupName: pulumi.Input<string>;
85
+ /**
86
+ * Resource tags
87
+ */
88
+ tags?: pulumi.Input<{
89
+ [key: string]: pulumi.Input<string>;
90
+ }>;
91
+ }
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.DiskAccess = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * disk access resource.
10
+ */
11
+ class DiskAccess extends pulumi.CustomResource {
12
+ /**
13
+ * Create a DiskAccess resource with the given unique name, arguments, and options.
14
+ *
15
+ * @param name The _unique_ name of the resource.
16
+ * @param args The arguments to use to populate this resource's properties.
17
+ * @param opts A bag of options that control this resource's behavior.
18
+ */
19
+ constructor(name, args, opts) {
20
+ let resourceInputs = {};
21
+ opts = opts || {};
22
+ if (!opts.id) {
23
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
24
+ throw new Error("Missing required property 'resourceGroupName'");
25
+ }
26
+ resourceInputs["diskAccessName"] = args ? args.diskAccessName : undefined;
27
+ resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
28
+ resourceInputs["location"] = args ? args.location : undefined;
29
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
30
+ resourceInputs["tags"] = args ? args.tags : undefined;
31
+ resourceInputs["name"] = undefined /*out*/;
32
+ resourceInputs["privateEndpointConnections"] = undefined /*out*/;
33
+ resourceInputs["provisioningState"] = undefined /*out*/;
34
+ resourceInputs["timeCreated"] = undefined /*out*/;
35
+ resourceInputs["type"] = undefined /*out*/;
36
+ }
37
+ else {
38
+ resourceInputs["extendedLocation"] = undefined /*out*/;
39
+ resourceInputs["location"] = undefined /*out*/;
40
+ resourceInputs["name"] = undefined /*out*/;
41
+ resourceInputs["privateEndpointConnections"] = undefined /*out*/;
42
+ resourceInputs["provisioningState"] = undefined /*out*/;
43
+ resourceInputs["tags"] = undefined /*out*/;
44
+ resourceInputs["timeCreated"] = undefined /*out*/;
45
+ resourceInputs["type"] = undefined /*out*/;
46
+ }
47
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
48
+ const aliasOpts = { aliases: [{ type: "azure-native:compute:DiskAccess" }, { type: "azure-native:compute/v20200501:DiskAccess" }, { type: "azure-native:compute/v20200630:DiskAccess" }, { type: "azure-native:compute/v20200930:DiskAccess" }, { type: "azure-native:compute/v20201201:DiskAccess" }, { type: "azure-native:compute/v20210401:DiskAccess" }, { type: "azure-native:compute/v20210801:DiskAccess" }, { type: "azure-native:compute/v20211201:DiskAccess" }, { type: "azure-native:compute/v20220302:DiskAccess" }] };
49
+ opts = pulumi.mergeOptions(opts, aliasOpts);
50
+ super(DiskAccess.__pulumiType, name, resourceInputs, opts);
51
+ }
52
+ /**
53
+ * Get an existing DiskAccess resource's state with the given name, ID, and optional extra
54
+ * properties used to qualify the lookup.
55
+ *
56
+ * @param name The _unique_ name of the resulting resource.
57
+ * @param id The _unique_ provider ID of the resource to lookup.
58
+ * @param opts Optional settings to control the behavior of the CustomResource.
59
+ */
60
+ static get(name, id, opts) {
61
+ return new DiskAccess(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
62
+ }
63
+ /**
64
+ * Returns true if the given object is an instance of DiskAccess. This is designed to work even
65
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
66
+ */
67
+ static isInstance(obj) {
68
+ if (obj === undefined || obj === null) {
69
+ return false;
70
+ }
71
+ return obj['__pulumiType'] === DiskAccess.__pulumiType;
72
+ }
73
+ }
74
+ exports.DiskAccess = DiskAccess;
75
+ /** @internal */
76
+ DiskAccess.__pulumiType = 'azure-native:compute/v20220702:DiskAccess';
77
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlza0FjY2Vzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjIwNzAyL2Rpc2tBY2Nlc3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxVQUFXLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUE0RGpEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW9CLEVBQUUsSUFBbUM7UUFDL0UsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUMxRSxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlFLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxD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