@pulumi/azure-native 1.78.0 → 1.79.0-alpha.1663253723

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,70 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * disk access resource.
5
+ */
6
+ export declare function getDiskAccess(args: GetDiskAccessArgs, opts?: pulumi.InvokeOptions): Promise<GetDiskAccessResult>;
7
+ export interface GetDiskAccessArgs {
8
+ /**
9
+ * 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.
10
+ */
11
+ diskAccessName: string;
12
+ /**
13
+ * The name of the resource group.
14
+ */
15
+ resourceGroupName: string;
16
+ }
17
+ /**
18
+ * disk access resource.
19
+ */
20
+ export interface GetDiskAccessResult {
21
+ /**
22
+ * The extended location where the disk access will be created. Extended location cannot be changed.
23
+ */
24
+ readonly extendedLocation?: outputs.compute.v20220702.ExtendedLocationResponse;
25
+ /**
26
+ * Resource Id
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * Resource location
31
+ */
32
+ readonly location: string;
33
+ /**
34
+ * Resource name
35
+ */
36
+ readonly name: string;
37
+ /**
38
+ * A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.
39
+ */
40
+ readonly privateEndpointConnections: outputs.compute.v20220702.PrivateEndpointConnectionResponse[];
41
+ /**
42
+ * The disk access resource provisioning state.
43
+ */
44
+ readonly provisioningState: string;
45
+ /**
46
+ * Resource tags
47
+ */
48
+ readonly tags?: {
49
+ [key: string]: string;
50
+ };
51
+ /**
52
+ * The time when the disk access was created.
53
+ */
54
+ readonly timeCreated: string;
55
+ /**
56
+ * Resource type
57
+ */
58
+ readonly type: string;
59
+ }
60
+ export declare function getDiskAccessOutput(args: GetDiskAccessOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDiskAccessResult>;
61
+ export interface GetDiskAccessOutputArgs {
62
+ /**
63
+ * 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.
64
+ */
65
+ diskAccessName: pulumi.Input<string>;
66
+ /**
67
+ * The name of the resource group.
68
+ */
69
+ resourceGroupName: pulumi.Input<string>;
70
+ }
@@ -0,0 +1,26 @@
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.getDiskAccessOutput = exports.getDiskAccess = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * disk access resource.
10
+ */
11
+ function getDiskAccess(args, opts) {
12
+ if (!opts) {
13
+ opts = {};
14
+ }
15
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
16
+ return pulumi.runtime.invoke("azure-native:compute/v20220702:getDiskAccess", {
17
+ "diskAccessName": args.diskAccessName,
18
+ "resourceGroupName": args.resourceGroupName,
19
+ }, opts);
20
+ }
21
+ exports.getDiskAccess = getDiskAccess;
22
+ function getDiskAccessOutput(args, opts) {
23
+ return pulumi.output(args).apply(a => getDiskAccess(a, opts));
24
+ }
25
+ exports.getDiskAccessOutput = getDiskAccessOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGlza0FjY2Vzcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvbXB1dGUvdjIwMjIwNzAyL2dldERpc2tBY2Nlc3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsYUFBYSxDQUFDLElBQXVCLEVBQUUsSUFBMkI7SUFDOUUsSUFBSSxDQUFDLElBQUksRUFBRTtRQUNQLElBQUksR0FBRyxFQUFFLENBQUE7S0FDWjtJQUVELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ25FLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsOENBQThDLEVBQUU7UUFDekUsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLGNBQWM7UUFDckMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVZELHNDQVVDO0FBdURELFNBQWdCLG1CQUFtQixDQUFDLElBQTZCLEVBQUUsSUFBMkI7SUFDMUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNqRSxDQUFDO0FBRkQsa0RBRUMifQ==
@@ -0,0 +1,64 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * The Private Endpoint Connection resource.
5
+ */
6
+ export declare function getDiskAccessAPrivateEndpointConnection(args: GetDiskAccessAPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetDiskAccessAPrivateEndpointConnectionResult>;
7
+ export interface GetDiskAccessAPrivateEndpointConnectionArgs {
8
+ /**
9
+ * 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.
10
+ */
11
+ diskAccessName: string;
12
+ /**
13
+ * The name of the private endpoint connection.
14
+ */
15
+ privateEndpointConnectionName: string;
16
+ /**
17
+ * The name of the resource group.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * The Private Endpoint Connection resource.
23
+ */
24
+ export interface GetDiskAccessAPrivateEndpointConnectionResult {
25
+ /**
26
+ * private endpoint connection Id
27
+ */
28
+ readonly id: string;
29
+ /**
30
+ * private endpoint connection name
31
+ */
32
+ readonly name: string;
33
+ /**
34
+ * The resource of private end point.
35
+ */
36
+ readonly privateEndpoint: outputs.compute.v20220702.PrivateEndpointResponse;
37
+ /**
38
+ * A collection of information about the state of the connection between DiskAccess and Virtual Network.
39
+ */
40
+ readonly privateLinkServiceConnectionState: outputs.compute.v20220702.PrivateLinkServiceConnectionStateResponse;
41
+ /**
42
+ * The provisioning state of the private endpoint connection resource.
43
+ */
44
+ readonly provisioningState: string;
45
+ /**
46
+ * private endpoint connection type
47
+ */
48
+ readonly type: string;
49
+ }
50
+ export declare function getDiskAccessAPrivateEndpointConnectionOutput(args: GetDiskAccessAPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDiskAccessAPrivateEndpointConnectionResult>;
51
+ export interface GetDiskAccessAPrivateEndpointConnectionOutputArgs {
52
+ /**
53
+ * 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.
54
+ */
55
+ diskAccessName: pulumi.Input<string>;
56
+ /**
57
+ * The name of the private endpoint connection.
58
+ */
59
+ privateEndpointConnectionName: pulumi.Input<string>;
60
+ /**
61
+ * The name of the resource group.
62
+ */
63
+ resourceGroupName: pulumi.Input<string>;
64
+ }
@@ -0,0 +1,27 @@
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.getDiskAccessAPrivateEndpointConnectionOutput = exports.getDiskAccessAPrivateEndpointConnection = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * The Private Endpoint Connection resource.
10
+ */
11
+ function getDiskAccessAPrivateEndpointConnection(args, opts) {
12
+ if (!opts) {
13
+ opts = {};
14
+ }
15
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
16
+ return pulumi.runtime.invoke("azure-native:compute/v20220702:getDiskAccessAPrivateEndpointConnection", {
17
+ "diskAccessName": args.diskAccessName,
18
+ "privateEndpointConnectionName": args.privateEndpointConnectionName,
19
+ "resourceGroupName": args.resourceGroupName,
20
+ }, opts);
21
+ }
22
+ exports.getDiskAccessAPrivateEndpointConnection = getDiskAccessAPrivateEndpointConnection;
23
+ function getDiskAccessAPrivateEndpointConnectionOutput(args, opts) {
24
+ return pulumi.output(args).apply(a => getDiskAccessAPrivateEndpointConnection(a, opts));
25
+ }
26
+ exports.getDiskAccessAPrivateEndpointConnectionOutput = getDiskAccessAPrivateEndpointConnectionOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGlza0FjY2Vzc0FQcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29tcHV0ZS92MjAyMjA3MDIvZ2V0RGlza0FjY2Vzc0FQcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLHVDQUF1QyxDQUFDLElBQWlELEVBQUUsSUFBMkI7SUFDbEksSUFBSSxDQUFDLElBQUksRUFBRTtRQUNQLElBQUksR0FBRyxFQUFFLENBQUE7S0FDWjtJQUVELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ25FLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsd0VBQXdFLEVBQUU7UUFDbkcsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLGNBQWM7UUFDckMsK0JBQStCLEVBQUUsSUFBSSxDQUFDLDZCQUE2QjtRQUNuRSxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBWEQsMEZBV0M7QUErQ0QsU0FBZ0IsNkNBQTZDLENBQUMsSUFBdUQsRUFBRSxJQUEyQjtJQUM5SSxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsdUNBQXVDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDM0YsQ0FBQztBQUZELHNHQUVDIn0=
@@ -0,0 +1,90 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * disk encryption set resource.
5
+ */
6
+ export declare function getDiskEncryptionSet(args: GetDiskEncryptionSetArgs, opts?: pulumi.InvokeOptions): Promise<GetDiskEncryptionSetResult>;
7
+ export interface GetDiskEncryptionSetArgs {
8
+ /**
9
+ * The name of the disk encryption set 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.
10
+ */
11
+ diskEncryptionSetName: string;
12
+ /**
13
+ * The name of the resource group.
14
+ */
15
+ resourceGroupName: string;
16
+ }
17
+ /**
18
+ * disk encryption set resource.
19
+ */
20
+ export interface GetDiskEncryptionSetResult {
21
+ /**
22
+ * The key vault key which is currently used by this disk encryption set.
23
+ */
24
+ readonly activeKey?: outputs.compute.v20220702.KeyForDiskEncryptionSetResponse;
25
+ /**
26
+ * The error that was encountered during auto-key rotation. If an error is present, then auto-key rotation will not be attempted until the error on this disk encryption set is fixed.
27
+ */
28
+ readonly autoKeyRotationError: outputs.compute.v20220702.ApiErrorResponse;
29
+ /**
30
+ * The type of key used to encrypt the data of the disk.
31
+ */
32
+ readonly encryptionType?: string;
33
+ /**
34
+ * Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property.
35
+ */
36
+ readonly federatedClientId?: string;
37
+ /**
38
+ * Resource Id
39
+ */
40
+ readonly id: string;
41
+ /**
42
+ * The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.
43
+ */
44
+ readonly identity?: outputs.compute.v20220702.EncryptionSetIdentityResponse;
45
+ /**
46
+ * The time when the active key of this disk encryption set was updated.
47
+ */
48
+ readonly lastKeyRotationTimestamp: string;
49
+ /**
50
+ * Resource location
51
+ */
52
+ readonly location: string;
53
+ /**
54
+ * Resource name
55
+ */
56
+ readonly name: string;
57
+ /**
58
+ * A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation.
59
+ */
60
+ readonly previousKeys: outputs.compute.v20220702.KeyForDiskEncryptionSetResponse[];
61
+ /**
62
+ * The disk encryption set provisioning state.
63
+ */
64
+ readonly provisioningState: string;
65
+ /**
66
+ * Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.
67
+ */
68
+ readonly rotationToLatestKeyVersionEnabled?: boolean;
69
+ /**
70
+ * Resource tags
71
+ */
72
+ readonly tags?: {
73
+ [key: string]: string;
74
+ };
75
+ /**
76
+ * Resource type
77
+ */
78
+ readonly type: string;
79
+ }
80
+ export declare function getDiskEncryptionSetOutput(args: GetDiskEncryptionSetOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDiskEncryptionSetResult>;
81
+ export interface GetDiskEncryptionSetOutputArgs {
82
+ /**
83
+ * The name of the disk encryption set 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.
84
+ */
85
+ diskEncryptionSetName: pulumi.Input<string>;
86
+ /**
87
+ * The name of the resource group.
88
+ */
89
+ resourceGroupName: pulumi.Input<string>;
90
+ }
@@ -0,0 +1,26 @@
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.getDiskEncryptionSetOutput = exports.getDiskEncryptionSet = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * disk encryption set resource.
10
+ */
11
+ function getDiskEncryptionSet(args, opts) {
12
+ if (!opts) {
13
+ opts = {};
14
+ }
15
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
16
+ return pulumi.runtime.invoke("azure-native:compute/v20220702:getDiskEncryptionSet", {
17
+ "diskEncryptionSetName": args.diskEncryptionSetName,
18
+ "resourceGroupName": args.resourceGroupName,
19
+ }, opts);
20
+ }
21
+ exports.getDiskEncryptionSet = getDiskEncryptionSet;
22
+ function getDiskEncryptionSetOutput(args, opts) {
23
+ return pulumi.output(args).apply(a => getDiskEncryptionSet(a, opts));
24
+ }
25
+ exports.getDiskEncryptionSetOutput = getDiskEncryptionSetOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGlza0VuY3J5cHRpb25TZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIyMDcwMi9nZXREaXNrRW5jcnlwdGlvblNldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixvQkFBb0IsQ0FBQyxJQUE4QixFQUFFLElBQTJCO0lBQzVGLElBQUksQ0FBQyxJQUFJLEVBQUU7UUFDUCxJQUFJLEdBQUcsRUFBRSxDQUFBO0tBQ1o7SUFFRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNuRSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHFEQUFxRCxFQUFFO1FBQ2hGLHVCQUF1QixFQUFFLElBQUksQ0FBQyxxQkFBcUI7UUFDbkQsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVZELG9EQVVDO0FBMkVELFNBQWdCLDBCQUEwQixDQUFDLElBQW9DLEVBQUUsSUFBMkI7SUFDeEcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLG9CQUFvQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3hFLENBQUM7QUFGRCxnRUFFQyJ9
@@ -0,0 +1,158 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Snapshot resource.
5
+ */
6
+ export declare function getSnapshot(args: GetSnapshotArgs, opts?: pulumi.InvokeOptions): Promise<GetSnapshotResult>;
7
+ export interface GetSnapshotArgs {
8
+ /**
9
+ * The name of the resource group.
10
+ */
11
+ resourceGroupName: string;
12
+ /**
13
+ * The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters.
14
+ */
15
+ snapshotName: string;
16
+ }
17
+ /**
18
+ * Snapshot resource.
19
+ */
20
+ export interface GetSnapshotResult {
21
+ /**
22
+ * Percentage complete for the background copy when a resource is created via the CopyStart operation.
23
+ */
24
+ readonly completionPercent?: number;
25
+ /**
26
+ * Indicates the error details if the background copy of a resource created via the CopyStart operation fails.
27
+ */
28
+ readonly copyCompletionError?: outputs.compute.v20220702.CopyCompletionErrorResponse;
29
+ /**
30
+ * Disk source information. CreationData information cannot be changed after the disk has been created.
31
+ */
32
+ readonly creationData: outputs.compute.v20220702.CreationDataResponse;
33
+ /**
34
+ * Additional authentication requirements when exporting or uploading to a disk or snapshot.
35
+ */
36
+ readonly dataAccessAuthMode?: string;
37
+ /**
38
+ * ARM id of the DiskAccess resource for using private endpoints on disks.
39
+ */
40
+ readonly diskAccessId?: string;
41
+ /**
42
+ * The size of the disk in bytes. This field is read only.
43
+ */
44
+ readonly diskSizeBytes: number;
45
+ /**
46
+ * 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.
47
+ */
48
+ readonly diskSizeGB?: number;
49
+ /**
50
+ * The state of the snapshot.
51
+ */
52
+ readonly diskState: string;
53
+ /**
54
+ * Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
55
+ */
56
+ readonly encryption?: outputs.compute.v20220702.EncryptionResponse;
57
+ /**
58
+ * Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
59
+ */
60
+ readonly encryptionSettingsCollection?: outputs.compute.v20220702.EncryptionSettingsCollectionResponse;
61
+ /**
62
+ * The extended location where the snapshot will be created. Extended location cannot be changed.
63
+ */
64
+ readonly extendedLocation?: outputs.compute.v20220702.ExtendedLocationResponse;
65
+ /**
66
+ * The hypervisor generation of the Virtual Machine. Applicable to OS disks only.
67
+ */
68
+ readonly hyperVGeneration?: string;
69
+ /**
70
+ * Resource Id
71
+ */
72
+ readonly id: string;
73
+ /**
74
+ * Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed.
75
+ */
76
+ readonly incremental?: boolean;
77
+ /**
78
+ * Incremental snapshots for a disk share an incremental snapshot family id. The Get Page Range Diff API can only be called on incremental snapshots with the same family id.
79
+ */
80
+ readonly incrementalSnapshotFamilyId: string;
81
+ /**
82
+ * Resource location
83
+ */
84
+ readonly location: string;
85
+ /**
86
+ * Unused. Always Null.
87
+ */
88
+ readonly managedBy: string;
89
+ /**
90
+ * Resource name
91
+ */
92
+ readonly name: string;
93
+ /**
94
+ * Policy for accessing the disk via network.
95
+ */
96
+ readonly networkAccessPolicy?: string;
97
+ /**
98
+ * The Operating System type.
99
+ */
100
+ readonly osType?: string;
101
+ /**
102
+ * The disk provisioning state.
103
+ */
104
+ readonly provisioningState: string;
105
+ /**
106
+ * Policy for controlling export on the disk.
107
+ */
108
+ readonly publicNetworkAccess?: string;
109
+ /**
110
+ * Purchase plan information for the image from which the source disk for the snapshot was originally created.
111
+ */
112
+ readonly purchasePlan?: outputs.compute.v20220702.PurchasePlanResponse;
113
+ /**
114
+ * Contains the security related information for the resource.
115
+ */
116
+ readonly securityProfile?: outputs.compute.v20220702.DiskSecurityProfileResponse;
117
+ /**
118
+ * The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot
119
+ */
120
+ readonly sku?: outputs.compute.v20220702.SnapshotSkuResponse;
121
+ /**
122
+ * List of supported capabilities for the image from which the source disk from the snapshot was originally created.
123
+ */
124
+ readonly supportedCapabilities?: outputs.compute.v20220702.SupportedCapabilitiesResponse;
125
+ /**
126
+ * Indicates the OS on a snapshot supports hibernation.
127
+ */
128
+ readonly supportsHibernation?: boolean;
129
+ /**
130
+ * Resource tags
131
+ */
132
+ readonly tags?: {
133
+ [key: string]: string;
134
+ };
135
+ /**
136
+ * The time when the snapshot was created.
137
+ */
138
+ readonly timeCreated: string;
139
+ /**
140
+ * Resource type
141
+ */
142
+ readonly type: string;
143
+ /**
144
+ * Unique Guid identifying the resource.
145
+ */
146
+ readonly uniqueId: string;
147
+ }
148
+ export declare function getSnapshotOutput(args: GetSnapshotOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSnapshotResult>;
149
+ export interface GetSnapshotOutputArgs {
150
+ /**
151
+ * The name of the resource group.
152
+ */
153
+ resourceGroupName: pulumi.Input<string>;
154
+ /**
155
+ * The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters.
156
+ */
157
+ snapshotName: pulumi.Input<string>;
158
+ }
@@ -0,0 +1,26 @@
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.getSnapshotOutput = exports.getSnapshot = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Snapshot resource.
10
+ */
11
+ function getSnapshot(args, opts) {
12
+ if (!opts) {
13
+ opts = {};
14
+ }
15
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
16
+ return pulumi.runtime.invoke("azure-native:compute/v20220702:getSnapshot", {
17
+ "resourceGroupName": args.resourceGroupName,
18
+ "snapshotName": args.snapshotName,
19
+ }, opts);
20
+ }
21
+ exports.getSnapshot = getSnapshot;
22
+ function getSnapshotOutput(args, opts) {
23
+ return pulumi.output(args).apply(a => getSnapshot(a, opts));
24
+ }
25
+ exports.getSnapshotOutput = getSnapshotOutput;
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U25hcHNob3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIyMDcwMi9nZXRTbmFwc2hvdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixXQUFXLENBQUMsSUFBcUIsRUFBRSxJQUEyQjtJQUMxRSxJQUFJLENBQUMsSUFBSSxFQUFFO1FBQ1AsSUFBSSxHQUFHLEVBQUUsQ0FBQTtLQUNaO0lBRUQsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDbkUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyw0Q0FBNEMsRUFBRTtRQUN2RSxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLGNBQWMsRUFBRSxJQUFJLENBQUMsWUFBWTtLQUNwQyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVZELGtDQVVDO0FBK0lELFNBQWdCLGlCQUFpQixDQUFDLElBQTJCLEVBQUUsSUFBMkI7SUFDdEYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLFdBQVcsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUMvRCxDQUFDO0FBRkQsOENBRUMifQ==
@@ -0,0 +1,31 @@
1
+ export { DiskArgs } from "./disk";
2
+ export declare type Disk = import("./disk").Disk;
3
+ export declare const Disk: typeof import("./disk").Disk;
4
+ export { DiskAccessArgs } from "./diskAccess";
5
+ export declare type DiskAccess = import("./diskAccess").DiskAccess;
6
+ export declare const DiskAccess: typeof import("./diskAccess").DiskAccess;
7
+ export { DiskAccessAPrivateEndpointConnectionArgs } from "./diskAccessAPrivateEndpointConnection";
8
+ export declare type DiskAccessAPrivateEndpointConnection = import("./diskAccessAPrivateEndpointConnection").DiskAccessAPrivateEndpointConnection;
9
+ export declare const DiskAccessAPrivateEndpointConnection: typeof import("./diskAccessAPrivateEndpointConnection").DiskAccessAPrivateEndpointConnection;
10
+ export { DiskEncryptionSetArgs } from "./diskEncryptionSet";
11
+ export declare type DiskEncryptionSet = import("./diskEncryptionSet").DiskEncryptionSet;
12
+ export declare const DiskEncryptionSet: typeof import("./diskEncryptionSet").DiskEncryptionSet;
13
+ export { GetDiskArgs, GetDiskResult, GetDiskOutputArgs } from "./getDisk";
14
+ export declare const getDisk: typeof import("./getDisk").getDisk;
15
+ export declare const getDiskOutput: typeof import("./getDisk").getDiskOutput;
16
+ export { GetDiskAccessArgs, GetDiskAccessResult, GetDiskAccessOutputArgs } from "./getDiskAccess";
17
+ export declare const getDiskAccess: typeof import("./getDiskAccess").getDiskAccess;
18
+ export declare const getDiskAccessOutput: typeof import("./getDiskAccess").getDiskAccessOutput;
19
+ export { GetDiskAccessAPrivateEndpointConnectionArgs, GetDiskAccessAPrivateEndpointConnectionResult, GetDiskAccessAPrivateEndpointConnectionOutputArgs } from "./getDiskAccessAPrivateEndpointConnection";
20
+ export declare const getDiskAccessAPrivateEndpointConnection: typeof import("./getDiskAccessAPrivateEndpointConnection").getDiskAccessAPrivateEndpointConnection;
21
+ export declare const getDiskAccessAPrivateEndpointConnectionOutput: typeof import("./getDiskAccessAPrivateEndpointConnection").getDiskAccessAPrivateEndpointConnectionOutput;
22
+ export { GetDiskEncryptionSetArgs, GetDiskEncryptionSetResult, GetDiskEncryptionSetOutputArgs } from "./getDiskEncryptionSet";
23
+ export declare const getDiskEncryptionSet: typeof import("./getDiskEncryptionSet").getDiskEncryptionSet;
24
+ export declare const getDiskEncryptionSetOutput: typeof import("./getDiskEncryptionSet").getDiskEncryptionSetOutput;
25
+ export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot";
26
+ export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot;
27
+ export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput;
28
+ export { SnapshotArgs } from "./snapshot";
29
+ export declare type Snapshot = import("./snapshot").Snapshot;
30
+ export declare const Snapshot: typeof import("./snapshot").Snapshot;
31
+ export * from "../../types/enums/compute/v20220702";
@@ -0,0 +1,69 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.Snapshot = exports.getSnapshotOutput = exports.getSnapshot = exports.getDiskEncryptionSetOutput = exports.getDiskEncryptionSet = exports.getDiskAccessAPrivateEndpointConnectionOutput = exports.getDiskAccessAPrivateEndpointConnection = exports.getDiskAccessOutput = exports.getDiskAccess = exports.getDiskOutput = exports.getDisk = exports.DiskEncryptionSet = exports.DiskAccessAPrivateEndpointConnection = exports.DiskAccess = exports.Disk = void 0;
20
+ const pulumi = require("@pulumi/pulumi");
21
+ const utilities = require("../../utilities");
22
+ exports.Disk = null;
23
+ exports.DiskAccess = null;
24
+ exports.DiskAccessAPrivateEndpointConnection = null;
25
+ exports.DiskEncryptionSet = null;
26
+ exports.getDisk = null;
27
+ exports.getDiskOutput = null;
28
+ exports.getDiskAccess = null;
29
+ exports.getDiskAccessOutput = null;
30
+ exports.getDiskAccessAPrivateEndpointConnection = null;
31
+ exports.getDiskAccessAPrivateEndpointConnectionOutput = null;
32
+ exports.getDiskEncryptionSet = null;
33
+ exports.getDiskEncryptionSetOutput = null;
34
+ exports.getSnapshot = null;
35
+ exports.getSnapshotOutput = null;
36
+ exports.Snapshot = null;
37
+ utilities.lazyLoad(exports, ["Disk"], () => require("./disk"));
38
+ utilities.lazyLoad(exports, ["DiskAccess"], () => require("./diskAccess"));
39
+ utilities.lazyLoad(exports, ["DiskAccessAPrivateEndpointConnection"], () => require("./diskAccessAPrivateEndpointConnection"));
40
+ utilities.lazyLoad(exports, ["DiskEncryptionSet"], () => require("./diskEncryptionSet"));
41
+ utilities.lazyLoad(exports, ["getDisk", "getDiskOutput"], () => require("./getDisk"));
42
+ utilities.lazyLoad(exports, ["getDiskAccess", "getDiskAccessOutput"], () => require("./getDiskAccess"));
43
+ utilities.lazyLoad(exports, ["getDiskAccessAPrivateEndpointConnection", "getDiskAccessAPrivateEndpointConnectionOutput"], () => require("./getDiskAccessAPrivateEndpointConnection"));
44
+ utilities.lazyLoad(exports, ["getDiskEncryptionSet", "getDiskEncryptionSetOutput"], () => require("./getDiskEncryptionSet"));
45
+ utilities.lazyLoad(exports, ["getSnapshot", "getSnapshotOutput"], () => require("./getSnapshot"));
46
+ utilities.lazyLoad(exports, ["Snapshot"], () => require("./snapshot"));
47
+ // Export enums:
48
+ __exportStar(require("../../types/enums/compute/v20220702"), exports);
49
+ const _module = {
50
+ version: utilities.getVersion(),
51
+ construct: (name, type, urn) => {
52
+ switch (type) {
53
+ case "azure-native:compute/v20220702:Disk":
54
+ return new exports.Disk(name, undefined, { urn });
55
+ case "azure-native:compute/v20220702:DiskAccess":
56
+ return new exports.DiskAccess(name, undefined, { urn });
57
+ case "azure-native:compute/v20220702:DiskAccessAPrivateEndpointConnection":
58
+ return new exports.DiskAccessAPrivateEndpointConnection(name, undefined, { urn });
59
+ case "azure-native:compute/v20220702:DiskEncryptionSet":
60
+ return new exports.DiskEncryptionSet(name, undefined, { urn });
61
+ case "azure-native:compute/v20220702:Snapshot":
62
+ return new exports.Snapshot(name, undefined, { urn });
63
+ default:
64
+ throw new Error(`unknown resource type ${type}`);
65
+ }
66
+ },
67
+ };
68
+ pulumi.runtime.registerResourceModule("azure-native", "compute/v20220702", _module);
69
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21wdXRlL3YyMDIyMDcwMi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFakYseUNBQXlDO0FBQ3pDLDZDQUE2QztBQUtoQyxRQUFBLElBQUksR0FBaUMsSUFBVyxDQUFDO0FBSWpELFFBQUEsVUFBVSxHQUE2QyxJQUFXLENBQUM7QUFJbkUsUUFBQSxvQ0FBb0MsR0FBaUcsSUFBVyxDQUFDO0FBSWpKLFFBQUEsaUJBQWlCLEdBQTJELElBQVcsQ0FBQztBQUd4RixRQUFBLE9BQU8sR0FBdUMsSUFBVyxDQUFDO0FBQzFELFFBQUEsYUFBYSxHQUE2QyxJQUFXLENBQUM7QUFHdEUsUUFBQSxhQUFhLEdBQW1ELElBQVcsQ0FBQztBQUM1RSxRQUFBLG1CQUFtQixHQUF5RCxJQUFXLENBQUM7QUFHeEYsUUFBQSx1Q0FBdUMsR0FBdUcsSUFBVyxDQUFDO0FBQzFKLFFBQUEsNkNBQTZDLEdBQTZHLElBQVcsQ0FBQztBQUd0SyxRQUFBLG9CQUFvQixHQUFpRSxJQUFXLENBQUM7QUFDakcsUUFBQSwwQkFBMEIsR0FBdUUsSUFBVyxDQUFDO0FBRzdHLFFBQUEsV0FBVyxHQUErQyxJQUFXLENBQUM7QUFDdEUsUUFBQSxpQkFBaUIsR0FBcUQsSUFBVyxDQUFDO0FBSWxGLFFBQUEsUUFBUSxHQUF5QyxJQUFXLENBQUM7QUFFMUUsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxNQUFNLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQztBQUMvRCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDO0FBQzNFLFNBQVMsQ0FB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