@pulumi/azure-native 1.73.0 → 1.74.0

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 (134) hide show
  1. package/devcenter/attachedNetworkByDevCenter.d.ts +83 -0
  2. package/devcenter/attachedNetworkByDevCenter.js +85 -0
  3. package/devcenter/catalog.d.ts +83 -0
  4. package/devcenter/catalog.js +80 -0
  5. package/devcenter/devBoxDefinition.d.ts +119 -0
  6. package/devcenter/devBoxDefinition.js +99 -0
  7. package/devcenter/devCenter.d.ts +87 -0
  8. package/devcenter/devCenter.js +76 -0
  9. package/devcenter/environmentType.d.ts +75 -0
  10. package/devcenter/environmentType.js +76 -0
  11. package/devcenter/gallery.d.ts +71 -0
  12. package/devcenter/gallery.js +79 -0
  13. package/devcenter/getAttachedNetworkByDevCenter.d.ts +77 -0
  14. package/devcenter/getAttachedNetworkByDevCenter.js +28 -0
  15. package/devcenter/getCatalog.d.ts +73 -0
  16. package/devcenter/getCatalog.js +28 -0
  17. package/devcenter/getDevBoxDefinition.d.ts +95 -0
  18. package/devcenter/getDevBoxDefinition.js +28 -0
  19. package/devcenter/getDevCenter.d.ts +67 -0
  20. package/devcenter/getDevCenter.js +27 -0
  21. package/devcenter/getEnvironmentType.d.ts +67 -0
  22. package/devcenter/getEnvironmentType.js +28 -0
  23. package/devcenter/getGallery.d.ts +65 -0
  24. package/devcenter/getGallery.js +28 -0
  25. package/devcenter/getNetworkConnection.d.ts +95 -0
  26. package/devcenter/getNetworkConnection.js +27 -0
  27. package/devcenter/getPool.d.ts +87 -0
  28. package/devcenter/getPool.js +28 -0
  29. package/devcenter/getProject.d.ts +71 -0
  30. package/devcenter/getProject.js +27 -0
  31. package/devcenter/getProjectEnvironmentType.d.ts +93 -0
  32. package/devcenter/getProjectEnvironmentType.js +28 -0
  33. package/devcenter/getSchedule.d.ts +93 -0
  34. package/devcenter/getSchedule.js +30 -0
  35. package/devcenter/index.d.ts +23 -0
  36. package/devcenter/index.js +86 -1
  37. package/devcenter/networkConnection.d.ts +139 -0
  38. package/devcenter/networkConnection.js +96 -0
  39. package/devcenter/pool.d.ts +115 -0
  40. package/devcenter/pool.js +98 -0
  41. package/devcenter/project.d.ts +95 -0
  42. package/devcenter/project.js +78 -0
  43. package/devcenter/projectEnvironmentType.d.ts +127 -0
  44. package/devcenter/projectEnvironmentType.js +88 -0
  45. package/devcenter/schedule.d.ts +107 -0
  46. package/devcenter/schedule.js +99 -0
  47. package/devcenter/v20220801preview/attachedNetworkByDevCenter.js +2 -2
  48. package/devcenter/v20220801preview/catalog.js +2 -2
  49. package/devcenter/v20220801preview/devBoxDefinition.js +2 -2
  50. package/devcenter/v20220801preview/devCenter.js +2 -2
  51. package/devcenter/v20220801preview/environmentType.js +2 -2
  52. package/devcenter/v20220801preview/gallery.js +2 -2
  53. package/devcenter/v20220801preview/networkConnection.js +2 -2
  54. package/devcenter/v20220801preview/pool.js +2 -2
  55. package/devcenter/v20220801preview/project.js +2 -2
  56. package/devcenter/v20220801preview/projectEnvironmentType.js +2 -2
  57. package/devcenter/v20220801preview/schedule.js +2 -2
  58. package/devcenter/v20220901preview/attachedNetworkByDevCenter.js +2 -2
  59. package/devcenter/v20220901preview/catalog.js +2 -2
  60. package/devcenter/v20220901preview/devBoxDefinition.js +2 -2
  61. package/devcenter/v20220901preview/devCenter.js +2 -2
  62. package/devcenter/v20220901preview/environmentType.js +2 -2
  63. package/devcenter/v20220901preview/gallery.js +2 -2
  64. package/devcenter/v20220901preview/networkConnection.js +2 -2
  65. package/devcenter/v20220901preview/pool.js +2 -2
  66. package/devcenter/v20220901preview/project.js +2 -2
  67. package/devcenter/v20220901preview/projectEnvironmentType.js +2 -2
  68. package/devcenter/v20220901preview/schedule.js +2 -2
  69. package/hybridcontainerservice/agentPool.d.ts +190 -0
  70. package/hybridcontainerservice/agentPool.js +107 -0
  71. package/hybridcontainerservice/getHybridIdentityMetadatum.d.ts +73 -0
  72. package/hybridcontainerservice/getHybridIdentityMetadatum.js +28 -0
  73. package/hybridcontainerservice/getProvisionedCluster.d.ts +65 -0
  74. package/hybridcontainerservice/getProvisionedCluster.js +27 -0
  75. package/hybridcontainerservice/getagentPool.d.ts +123 -0
  76. package/hybridcontainerservice/getagentPool.js +28 -0
  77. package/hybridcontainerservice/getstorageSpaceRetrieve.d.ts +64 -0
  78. package/hybridcontainerservice/getstorageSpaceRetrieve.js +27 -0
  79. package/hybridcontainerservice/getvirtualNetworkRetrieve.d.ts +64 -0
  80. package/hybridcontainerservice/getvirtualNetworkRetrieve.js +27 -0
  81. package/hybridcontainerservice/hybridIdentityMetadatum.d.ts +87 -0
  82. package/hybridcontainerservice/hybridIdentityMetadatum.js +80 -0
  83. package/hybridcontainerservice/index.d.ts +11 -0
  84. package/hybridcontainerservice/index.js +56 -1
  85. package/hybridcontainerservice/provisionedCluster.d.ts +90 -0
  86. package/hybridcontainerservice/provisionedCluster.js +79 -0
  87. package/hybridcontainerservice/storageSpaceRetrieve.d.ts +85 -0
  88. package/hybridcontainerservice/storageSpaceRetrieve.js +76 -0
  89. package/hybridcontainerservice/v20220501preview/agentPool.js +3 -1
  90. package/hybridcontainerservice/v20220501preview/hybridIdentityMetadatum.js +3 -1
  91. package/hybridcontainerservice/v20220501preview/provisionedCluster.js +3 -1
  92. package/hybridcontainerservice/v20220501preview/storageSpaceRetrieve.js +3 -1
  93. package/hybridcontainerservice/v20220501preview/virtualNetworkRetrieve.js +3 -1
  94. package/hybridcontainerservice/virtualNetworkRetrieve.d.ts +85 -0
  95. package/hybridcontainerservice/virtualNetworkRetrieve.js +76 -0
  96. package/package.json +2 -2
  97. package/package.json.dev +2 -2
  98. package/storagemover/agent.d.ts +116 -0
  99. package/storagemover/agent.js +102 -0
  100. package/storagemover/endpoint.d.ts +67 -0
  101. package/storagemover/endpoint.js +77 -0
  102. package/storagemover/getAgent.d.ts +102 -0
  103. package/storagemover/getAgent.js +28 -0
  104. package/storagemover/getEndpoint.d.ts +61 -0
  105. package/storagemover/getEndpoint.js +28 -0
  106. package/storagemover/getJobDefinition.d.ts +121 -0
  107. package/storagemover/getJobDefinition.js +29 -0
  108. package/storagemover/getProject.d.ts +65 -0
  109. package/storagemover/getProject.js +28 -0
  110. package/storagemover/getStorageMover.d.ts +67 -0
  111. package/storagemover/getStorageMover.js +27 -0
  112. package/storagemover/index.d.ts +11 -0
  113. package/storagemover/index.js +56 -1
  114. package/storagemover/jobDefinition.d.ts +147 -0
  115. package/storagemover/jobDefinition.js +113 -0
  116. package/storagemover/project.d.ts +71 -0
  117. package/storagemover/project.js +76 -0
  118. package/storagemover/storageMover.d.ts +87 -0
  119. package/storagemover/storageMover.js +76 -0
  120. package/storagemover/v20220701preview/agent.js +3 -1
  121. package/storagemover/v20220701preview/endpoint.js +3 -1
  122. package/storagemover/v20220701preview/jobDefinition.js +3 -1
  123. package/storagemover/v20220701preview/project.js +3 -1
  124. package/storagemover/v20220701preview/storageMover.js +3 -1
  125. package/types/enums/devcenter/index.d.ts +65 -0
  126. package/types/enums/devcenter/index.js +35 -2
  127. package/types/enums/hybridcontainerservice/index.d.ts +59 -0
  128. package/types/enums/hybridcontainerservice/index.js +33 -2
  129. package/types/enums/storagemover/index.d.ts +25 -0
  130. package/types/enums/storagemover/index.js +15 -2
  131. package/types/input.d.ts +888 -0
  132. package/types/input.js +55 -1
  133. package/types/output.d.ts +1188 -0
  134. package/types/output.js +55 -1
@@ -0,0 +1,83 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * Represents an attached NetworkConnection.
5
+ * API Version: 2022-09-01-preview.
6
+ */
7
+ export declare class AttachedNetworkByDevCenter extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing AttachedNetworkByDevCenter 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): AttachedNetworkByDevCenter;
17
+ /**
18
+ * Returns true if the given object is an instance of AttachedNetworkByDevCenter. 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 AttachedNetworkByDevCenter;
22
+ /**
23
+ * AAD Join type of the network. This is populated based on the referenced Network Connection.
24
+ */
25
+ readonly domainJoinType: pulumi.Output<string>;
26
+ /**
27
+ * Health check status values
28
+ */
29
+ readonly healthCheckStatus: pulumi.Output<string>;
30
+ /**
31
+ * The name of the resource
32
+ */
33
+ readonly name: pulumi.Output<string>;
34
+ /**
35
+ * The resource ID of the NetworkConnection you want to attach.
36
+ */
37
+ readonly networkConnectionId: pulumi.Output<string>;
38
+ /**
39
+ * The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.
40
+ */
41
+ readonly networkConnectionLocation: pulumi.Output<string>;
42
+ /**
43
+ * The provisioning state of the resource.
44
+ */
45
+ readonly provisioningState: pulumi.Output<string>;
46
+ /**
47
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
48
+ */
49
+ readonly systemData: pulumi.Output<outputs.devcenter.SystemDataResponse>;
50
+ /**
51
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
52
+ */
53
+ readonly type: pulumi.Output<string>;
54
+ /**
55
+ * Create a AttachedNetworkByDevCenter resource with the given unique name, arguments, and options.
56
+ *
57
+ * @param name The _unique_ name of the resource.
58
+ * @param args The arguments to use to populate this resource's properties.
59
+ * @param opts A bag of options that control this resource's behavior.
60
+ */
61
+ constructor(name: string, args: AttachedNetworkByDevCenterArgs, opts?: pulumi.CustomResourceOptions);
62
+ }
63
+ /**
64
+ * The set of arguments for constructing a AttachedNetworkByDevCenter resource.
65
+ */
66
+ export interface AttachedNetworkByDevCenterArgs {
67
+ /**
68
+ * The name of the attached NetworkConnection.
69
+ */
70
+ attachedNetworkConnectionName?: pulumi.Input<string>;
71
+ /**
72
+ * The name of the devcenter.
73
+ */
74
+ devCenterName: pulumi.Input<string>;
75
+ /**
76
+ * The resource ID of the NetworkConnection you want to attach.
77
+ */
78
+ networkConnectionId: pulumi.Input<string>;
79
+ /**
80
+ * Name of the resource group within the Azure subscription.
81
+ */
82
+ resourceGroupName: pulumi.Input<string>;
83
+ }
@@ -0,0 +1,85 @@
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.AttachedNetworkByDevCenter = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Represents an attached NetworkConnection.
10
+ * API Version: 2022-09-01-preview.
11
+ */
12
+ class AttachedNetworkByDevCenter extends pulumi.CustomResource {
13
+ /**
14
+ * Create a AttachedNetworkByDevCenter resource with the given unique name, arguments, and options.
15
+ *
16
+ * @param name The _unique_ name of the resource.
17
+ * @param args The arguments to use to populate this resource's properties.
18
+ * @param opts A bag of options that control this resource's behavior.
19
+ */
20
+ constructor(name, args, opts) {
21
+ let resourceInputs = {};
22
+ opts = opts || {};
23
+ if (!opts.id) {
24
+ if ((!args || args.devCenterName === undefined) && !opts.urn) {
25
+ throw new Error("Missing required property 'devCenterName'");
26
+ }
27
+ if ((!args || args.networkConnectionId === undefined) && !opts.urn) {
28
+ throw new Error("Missing required property 'networkConnectionId'");
29
+ }
30
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
31
+ throw new Error("Missing required property 'resourceGroupName'");
32
+ }
33
+ resourceInputs["attachedNetworkConnectionName"] = args ? args.attachedNetworkConnectionName : undefined;
34
+ resourceInputs["devCenterName"] = args ? args.devCenterName : undefined;
35
+ resourceInputs["networkConnectionId"] = args ? args.networkConnectionId : undefined;
36
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
37
+ resourceInputs["domainJoinType"] = undefined /*out*/;
38
+ resourceInputs["healthCheckStatus"] = undefined /*out*/;
39
+ resourceInputs["name"] = undefined /*out*/;
40
+ resourceInputs["networkConnectionLocation"] = undefined /*out*/;
41
+ resourceInputs["provisioningState"] = undefined /*out*/;
42
+ resourceInputs["systemData"] = undefined /*out*/;
43
+ resourceInputs["type"] = undefined /*out*/;
44
+ }
45
+ else {
46
+ resourceInputs["domainJoinType"] = undefined /*out*/;
47
+ resourceInputs["healthCheckStatus"] = undefined /*out*/;
48
+ resourceInputs["name"] = undefined /*out*/;
49
+ resourceInputs["networkConnectionId"] = undefined /*out*/;
50
+ resourceInputs["networkConnectionLocation"] = undefined /*out*/;
51
+ resourceInputs["provisioningState"] = undefined /*out*/;
52
+ resourceInputs["systemData"] = undefined /*out*/;
53
+ resourceInputs["type"] = undefined /*out*/;
54
+ }
55
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
56
+ const aliasOpts = { aliases: [{ type: "azure-native:devcenter/v20220801preview:AttachedNetworkByDevCenter" }, { type: "azure-native:devcenter/v20220901preview:AttachedNetworkByDevCenter" }] };
57
+ opts = pulumi.mergeOptions(opts, aliasOpts);
58
+ super(AttachedNetworkByDevCenter.__pulumiType, name, resourceInputs, opts);
59
+ }
60
+ /**
61
+ * Get an existing AttachedNetworkByDevCenter resource's state with the given name, ID, and optional extra
62
+ * properties used to qualify the lookup.
63
+ *
64
+ * @param name The _unique_ name of the resulting resource.
65
+ * @param id The _unique_ provider ID of the resource to lookup.
66
+ * @param opts Optional settings to control the behavior of the CustomResource.
67
+ */
68
+ static get(name, id, opts) {
69
+ return new AttachedNetworkByDevCenter(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
70
+ }
71
+ /**
72
+ * Returns true if the given object is an instance of AttachedNetworkByDevCenter. This is designed to work even
73
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
74
+ */
75
+ static isInstance(obj) {
76
+ if (obj === undefined || obj === null) {
77
+ return false;
78
+ }
79
+ return obj['__pulumiType'] === AttachedNetworkByDevCenter.__pulumiType;
80
+ }
81
+ }
82
+ exports.AttachedNetworkByDevCenter = AttachedNetworkByDevCenter;
83
+ /** @internal */
84
+ AttachedNetworkByDevCenter.__pulumiType = 'azure-native:devcenter:AttachedNetworkByDevCenter';
85
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0YWNoZWROZXR3b3JrQnlEZXZDZW50ZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9kZXZjZW50ZXIvYXR0YWNoZWROZXR3b3JrQnlEZXZDZW50ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsMEJBQTJCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUE0RGpFOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW9DLEVBQUUsSUFBbUM7UUFDL0YsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsYUFBYSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDMUQsTUFBTSxJQUFJLEtBQUssQ0FBQywyQ0FBMkMsQ0FBQyxDQUFDO2FBQ2hFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxtQkFBbUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ2hFLE1BQU0sSUFBSSxLQUFLLENBQUMsaURBQWlELENBQUMsQ0FBQzthQUN0RTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsK0JBQStCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyw2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
@@ -0,0 +1,83 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Represents a catalog.
5
+ * API Version: 2022-09-01-preview.
6
+ */
7
+ export declare class Catalog extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing Catalog 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): Catalog;
17
+ /**
18
+ * Returns true if the given object is an instance of Catalog. 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 Catalog;
22
+ /**
23
+ * Properties for an Azure DevOps catalog type.
24
+ */
25
+ readonly adoGit: pulumi.Output<outputs.devcenter.GitCatalogResponse | undefined>;
26
+ /**
27
+ * Properties for a GitHub catalog type.
28
+ */
29
+ readonly gitHub: pulumi.Output<outputs.devcenter.GitCatalogResponse | undefined>;
30
+ /**
31
+ * When the catalog was last synced.
32
+ */
33
+ readonly lastSyncTime: pulumi.Output<string>;
34
+ /**
35
+ * The name of the resource
36
+ */
37
+ readonly name: pulumi.Output<string>;
38
+ /**
39
+ * The provisioning state of the resource.
40
+ */
41
+ readonly provisioningState: pulumi.Output<string>;
42
+ /**
43
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
44
+ */
45
+ readonly systemData: pulumi.Output<outputs.devcenter.SystemDataResponse>;
46
+ /**
47
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
48
+ */
49
+ readonly type: pulumi.Output<string>;
50
+ /**
51
+ * Create a Catalog resource with the given unique name, arguments, and options.
52
+ *
53
+ * @param name The _unique_ name of the resource.
54
+ * @param args The arguments to use to populate this resource's properties.
55
+ * @param opts A bag of options that control this resource's behavior.
56
+ */
57
+ constructor(name: string, args: CatalogArgs, opts?: pulumi.CustomResourceOptions);
58
+ }
59
+ /**
60
+ * The set of arguments for constructing a Catalog resource.
61
+ */
62
+ export interface CatalogArgs {
63
+ /**
64
+ * Properties for an Azure DevOps catalog type.
65
+ */
66
+ adoGit?: pulumi.Input<inputs.devcenter.GitCatalogArgs>;
67
+ /**
68
+ * The name of the Catalog.
69
+ */
70
+ catalogName?: pulumi.Input<string>;
71
+ /**
72
+ * The name of the devcenter.
73
+ */
74
+ devCenterName: pulumi.Input<string>;
75
+ /**
76
+ * Properties for a GitHub catalog type.
77
+ */
78
+ gitHub?: pulumi.Input<inputs.devcenter.GitCatalogArgs>;
79
+ /**
80
+ * Name of the resource group within the Azure subscription.
81
+ */
82
+ resourceGroupName: pulumi.Input<string>;
83
+ }
@@ -0,0 +1,80 @@
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.Catalog = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Represents a catalog.
10
+ * API Version: 2022-09-01-preview.
11
+ */
12
+ class Catalog extends pulumi.CustomResource {
13
+ /**
14
+ * Create a Catalog resource with the given unique name, arguments, and options.
15
+ *
16
+ * @param name The _unique_ name of the resource.
17
+ * @param args The arguments to use to populate this resource's properties.
18
+ * @param opts A bag of options that control this resource's behavior.
19
+ */
20
+ constructor(name, args, opts) {
21
+ let resourceInputs = {};
22
+ opts = opts || {};
23
+ if (!opts.id) {
24
+ if ((!args || args.devCenterName === undefined) && !opts.urn) {
25
+ throw new Error("Missing required property 'devCenterName'");
26
+ }
27
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
28
+ throw new Error("Missing required property 'resourceGroupName'");
29
+ }
30
+ resourceInputs["adoGit"] = args ? args.adoGit : undefined;
31
+ resourceInputs["catalogName"] = args ? args.catalogName : undefined;
32
+ resourceInputs["devCenterName"] = args ? args.devCenterName : undefined;
33
+ resourceInputs["gitHub"] = args ? args.gitHub : undefined;
34
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
35
+ resourceInputs["lastSyncTime"] = undefined /*out*/;
36
+ resourceInputs["name"] = undefined /*out*/;
37
+ resourceInputs["provisioningState"] = undefined /*out*/;
38
+ resourceInputs["systemData"] = undefined /*out*/;
39
+ resourceInputs["type"] = undefined /*out*/;
40
+ }
41
+ else {
42
+ resourceInputs["adoGit"] = undefined /*out*/;
43
+ resourceInputs["gitHub"] = undefined /*out*/;
44
+ resourceInputs["lastSyncTime"] = undefined /*out*/;
45
+ resourceInputs["name"] = undefined /*out*/;
46
+ resourceInputs["provisioningState"] = undefined /*out*/;
47
+ resourceInputs["systemData"] = undefined /*out*/;
48
+ resourceInputs["type"] = undefined /*out*/;
49
+ }
50
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
51
+ const aliasOpts = { aliases: [{ type: "azure-native:devcenter/v20220801preview:Catalog" }, { type: "azure-native:devcenter/v20220901preview:Catalog" }] };
52
+ opts = pulumi.mergeOptions(opts, aliasOpts);
53
+ super(Catalog.__pulumiType, name, resourceInputs, opts);
54
+ }
55
+ /**
56
+ * Get an existing Catalog resource's state with the given name, ID, and optional extra
57
+ * properties used to qualify the lookup.
58
+ *
59
+ * @param name The _unique_ name of the resulting resource.
60
+ * @param id The _unique_ provider ID of the resource to lookup.
61
+ * @param opts Optional settings to control the behavior of the CustomResource.
62
+ */
63
+ static get(name, id, opts) {
64
+ return new Catalog(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
65
+ }
66
+ /**
67
+ * Returns true if the given object is an instance of Catalog. This is designed to work even
68
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
69
+ */
70
+ static isInstance(obj) {
71
+ if (obj === undefined || obj === null) {
72
+ return false;
73
+ }
74
+ return obj['__pulumiType'] === Catalog.__pulumiType;
75
+ }
76
+ }
77
+ exports.Catalog = Catalog;
78
+ /** @internal */
79
+ Catalog.__pulumiType = 'azure-native:devcenter:Catalog';
80
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2F0YWxvZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2RldmNlbnRlci9jYXRhbG9nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLE9BQVEsU0FBUSxNQUFNLENBQUMsY0FBYztJQXdEOUM7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBaUIsRUFBRSxJQUFtQztRQUM1RSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxhQUFhLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUMxRCxNQUFNLElBQUksS0FBSyxDQUFDLDJDQUEyQyxDQUFDLENBQUM7YUFDaEU7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzFELGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRSxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFB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
@@ -0,0 +1,119 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Represents a definition for a Developer Machine.
5
+ * API Version: 2022-09-01-preview.
6
+ */
7
+ export declare class DevBoxDefinition extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing DevBoxDefinition 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): DevBoxDefinition;
17
+ /**
18
+ * Returns true if the given object is an instance of DevBoxDefinition. 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 DevBoxDefinition;
22
+ /**
23
+ * Image reference information for the currently active image (only populated during updates).
24
+ */
25
+ readonly activeImageReference: pulumi.Output<outputs.devcenter.ImageReferenceResponse>;
26
+ /**
27
+ * Image reference information.
28
+ */
29
+ readonly imageReference: pulumi.Output<outputs.devcenter.ImageReferenceResponse>;
30
+ /**
31
+ * Details for image validator error. Populated when the image validation is not successful.
32
+ */
33
+ readonly imageValidationErrorDetails: pulumi.Output<outputs.devcenter.ImageValidationErrorDetailsResponse>;
34
+ /**
35
+ * Validation status of the configured image.
36
+ */
37
+ readonly imageValidationStatus: pulumi.Output<string>;
38
+ /**
39
+ * The geo-location where the resource lives
40
+ */
41
+ readonly location: pulumi.Output<string>;
42
+ /**
43
+ * The name of the resource
44
+ */
45
+ readonly name: pulumi.Output<string>;
46
+ /**
47
+ * The storage type used for the Operating System disk of Dev Boxes created using this definition.
48
+ */
49
+ readonly osStorageType: pulumi.Output<string>;
50
+ /**
51
+ * The provisioning state of the resource.
52
+ */
53
+ readonly provisioningState: pulumi.Output<string>;
54
+ /**
55
+ * The SKU for Dev Boxes created using this definition.
56
+ */
57
+ readonly sku: pulumi.Output<outputs.devcenter.SkuResponse>;
58
+ /**
59
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
60
+ */
61
+ readonly systemData: pulumi.Output<outputs.devcenter.SystemDataResponse>;
62
+ /**
63
+ * Resource tags.
64
+ */
65
+ readonly tags: pulumi.Output<{
66
+ [key: string]: string;
67
+ } | undefined>;
68
+ /**
69
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
70
+ */
71
+ readonly type: pulumi.Output<string>;
72
+ /**
73
+ * Create a DevBoxDefinition resource with the given unique name, arguments, and options.
74
+ *
75
+ * @param name The _unique_ name of the resource.
76
+ * @param args The arguments to use to populate this resource's properties.
77
+ * @param opts A bag of options that control this resource's behavior.
78
+ */
79
+ constructor(name: string, args: DevBoxDefinitionArgs, opts?: pulumi.CustomResourceOptions);
80
+ }
81
+ /**
82
+ * The set of arguments for constructing a DevBoxDefinition resource.
83
+ */
84
+ export interface DevBoxDefinitionArgs {
85
+ /**
86
+ * The name of the Dev Box definition.
87
+ */
88
+ devBoxDefinitionName?: pulumi.Input<string>;
89
+ /**
90
+ * The name of the devcenter.
91
+ */
92
+ devCenterName: pulumi.Input<string>;
93
+ /**
94
+ * Image reference information.
95
+ */
96
+ imageReference: pulumi.Input<inputs.devcenter.ImageReferenceArgs>;
97
+ /**
98
+ * The geo-location where the resource lives
99
+ */
100
+ location?: pulumi.Input<string>;
101
+ /**
102
+ * The storage type used for the Operating System disk of Dev Boxes created using this definition.
103
+ */
104
+ osStorageType: pulumi.Input<string>;
105
+ /**
106
+ * Name of the resource group within the Azure subscription.
107
+ */
108
+ resourceGroupName: pulumi.Input<string>;
109
+ /**
110
+ * The SKU for Dev Boxes created using this definition.
111
+ */
112
+ sku: pulumi.Input<inputs.devcenter.SkuArgs>;
113
+ /**
114
+ * Resource tags.
115
+ */
116
+ tags?: pulumi.Input<{
117
+ [key: string]: pulumi.Input<string>;
118
+ }>;
119
+ }
@@ -0,0 +1,99 @@
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.DevBoxDefinition = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Represents a definition for a Developer Machine.
10
+ * API Version: 2022-09-01-preview.
11
+ */
12
+ class DevBoxDefinition extends pulumi.CustomResource {
13
+ /**
14
+ * Create a DevBoxDefinition resource with the given unique name, arguments, and options.
15
+ *
16
+ * @param name The _unique_ name of the resource.
17
+ * @param args The arguments to use to populate this resource's properties.
18
+ * @param opts A bag of options that control this resource's behavior.
19
+ */
20
+ constructor(name, args, opts) {
21
+ let resourceInputs = {};
22
+ opts = opts || {};
23
+ if (!opts.id) {
24
+ if ((!args || args.devCenterName === undefined) && !opts.urn) {
25
+ throw new Error("Missing required property 'devCenterName'");
26
+ }
27
+ if ((!args || args.imageReference === undefined) && !opts.urn) {
28
+ throw new Error("Missing required property 'imageReference'");
29
+ }
30
+ if ((!args || args.osStorageType === undefined) && !opts.urn) {
31
+ throw new Error("Missing required property 'osStorageType'");
32
+ }
33
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
34
+ throw new Error("Missing required property 'resourceGroupName'");
35
+ }
36
+ if ((!args || args.sku === undefined) && !opts.urn) {
37
+ throw new Error("Missing required property 'sku'");
38
+ }
39
+ resourceInputs["devBoxDefinitionName"] = args ? args.devBoxDefinitionName : undefined;
40
+ resourceInputs["devCenterName"] = args ? args.devCenterName : undefined;
41
+ resourceInputs["imageReference"] = args ? args.imageReference : undefined;
42
+ resourceInputs["location"] = args ? args.location : undefined;
43
+ resourceInputs["osStorageType"] = args ? args.osStorageType : undefined;
44
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
45
+ resourceInputs["sku"] = args ? args.sku : undefined;
46
+ resourceInputs["tags"] = args ? args.tags : undefined;
47
+ resourceInputs["activeImageReference"] = undefined /*out*/;
48
+ resourceInputs["imageValidationErrorDetails"] = undefined /*out*/;
49
+ resourceInputs["imageValidationStatus"] = undefined /*out*/;
50
+ resourceInputs["name"] = undefined /*out*/;
51
+ resourceInputs["provisioningState"] = undefined /*out*/;
52
+ resourceInputs["systemData"] = undefined /*out*/;
53
+ resourceInputs["type"] = undefined /*out*/;
54
+ }
55
+ else {
56
+ resourceInputs["activeImageReference"] = undefined /*out*/;
57
+ resourceInputs["imageReference"] = undefined /*out*/;
58
+ resourceInputs["imageValidationErrorDetails"] = undefined /*out*/;
59
+ resourceInputs["imageValidationStatus"] = undefined /*out*/;
60
+ resourceInputs["location"] = undefined /*out*/;
61
+ resourceInputs["name"] = undefined /*out*/;
62
+ resourceInputs["osStorageType"] = undefined /*out*/;
63
+ resourceInputs["provisioningState"] = undefined /*out*/;
64
+ resourceInputs["sku"] = undefined /*out*/;
65
+ resourceInputs["systemData"] = undefined /*out*/;
66
+ resourceInputs["tags"] = undefined /*out*/;
67
+ resourceInputs["type"] = undefined /*out*/;
68
+ }
69
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
70
+ const aliasOpts = { aliases: [{ type: "azure-native:devcenter/v20220801preview:DevBoxDefinition" }, { type: "azure-native:devcenter/v20220901preview:DevBoxDefinition" }] };
71
+ opts = pulumi.mergeOptions(opts, aliasOpts);
72
+ super(DevBoxDefinition.__pulumiType, name, resourceInputs, opts);
73
+ }
74
+ /**
75
+ * Get an existing DevBoxDefinition resource's state with the given name, ID, and optional extra
76
+ * properties used to qualify the lookup.
77
+ *
78
+ * @param name The _unique_ name of the resulting resource.
79
+ * @param id The _unique_ provider ID of the resource to lookup.
80
+ * @param opts Optional settings to control the behavior of the CustomResource.
81
+ */
82
+ static get(name, id, opts) {
83
+ return new DevBoxDefinition(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
84
+ }
85
+ /**
86
+ * Returns true if the given object is an instance of DevBoxDefinition. This is designed to work even
87
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
88
+ */
89
+ static isInstance(obj) {
90
+ if (obj === undefined || obj === null) {
91
+ return false;
92
+ }
93
+ return obj['__pulumiType'] === DevBoxDefinition.__pulumiType;
94
+ }
95
+ }
96
+ exports.DevBoxDefinition = DevBoxDefinition;
97
+ /** @internal */
98
+ DevBoxDefinition.__pulumiType = 'azure-native:devcenter:DevBoxDefinition';
99
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGV2Qm94RGVmaW5pdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2RldmNlbnRlci9kZXZCb3hEZWZpbml0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLGdCQUFpQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBNEV2RDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUEwQixFQUFFLElBQW1DO1FBQ3JGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGFBQWEsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzFELE1BQU0sSUFBSSxLQUFLLENBQUMsMkNBQTJDLENBQUMsQ0FBQzthQUNoRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsY0FBYyxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDM0QsTUFBTSxJQUFJLEtBQUssQ0FBQyw0Q0FBNEMsQ0FBQyxDQUFDO2FBQ2pFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxhQUFhLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUMxRCxNQUFNLElBQUksS0FBSyxDQUFDLDJDQUEyQyxDQUFDLENBQUM7YUFDaEU7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcs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
@@ -0,0 +1,87 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Represents a devcenter resource.
5
+ * API Version: 2022-09-01-preview.
6
+ */
7
+ export declare class DevCenter extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing DevCenter 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): DevCenter;
17
+ /**
18
+ * Returns true if the given object is an instance of DevCenter. 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 DevCenter;
22
+ /**
23
+ * Managed identity properties
24
+ */
25
+ readonly identity: pulumi.Output<outputs.devcenter.ManagedServiceIdentityResponse | undefined>;
26
+ /**
27
+ * The geo-location where the resource lives
28
+ */
29
+ readonly location: pulumi.Output<string>;
30
+ /**
31
+ * The name of the resource
32
+ */
33
+ readonly name: pulumi.Output<string>;
34
+ /**
35
+ * The provisioning state of the resource.
36
+ */
37
+ readonly provisioningState: pulumi.Output<string>;
38
+ /**
39
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
40
+ */
41
+ readonly systemData: pulumi.Output<outputs.devcenter.SystemDataResponse>;
42
+ /**
43
+ * Resource tags.
44
+ */
45
+ readonly tags: pulumi.Output<{
46
+ [key: string]: string;
47
+ } | undefined>;
48
+ /**
49
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
50
+ */
51
+ readonly type: pulumi.Output<string>;
52
+ /**
53
+ * Create a DevCenter resource with the given unique name, arguments, and options.
54
+ *
55
+ * @param name The _unique_ name of the resource.
56
+ * @param args The arguments to use to populate this resource's properties.
57
+ * @param opts A bag of options that control this resource's behavior.
58
+ */
59
+ constructor(name: string, args: DevCenterArgs, opts?: pulumi.CustomResourceOptions);
60
+ }
61
+ /**
62
+ * The set of arguments for constructing a DevCenter resource.
63
+ */
64
+ export interface DevCenterArgs {
65
+ /**
66
+ * The name of the devcenter.
67
+ */
68
+ devCenterName?: pulumi.Input<string>;
69
+ /**
70
+ * Managed identity properties
71
+ */
72
+ identity?: pulumi.Input<inputs.devcenter.ManagedServiceIdentityArgs>;
73
+ /**
74
+ * The geo-location where the resource lives
75
+ */
76
+ location?: pulumi.Input<string>;
77
+ /**
78
+ * Name of the resource group within the Azure subscription.
79
+ */
80
+ resourceGroupName: pulumi.Input<string>;
81
+ /**
82
+ * Resource tags.
83
+ */
84
+ tags?: pulumi.Input<{
85
+ [key: string]: pulumi.Input<string>;
86
+ }>;
87
+ }