@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,190 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs, enums } from "../types";
3
+ /**
4
+ * The agentPool resource definition
5
+ * API Version: 2022-05-01-preview.
6
+ */
7
+ export declare class AgentPool extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing AgentPool 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): AgentPool;
17
+ /**
18
+ * Returns true if the given object is an instance of AgentPool. 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 AgentPool;
22
+ /**
23
+ * AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
24
+ */
25
+ readonly availabilityZones: pulumi.Output<string[] | undefined>;
26
+ /**
27
+ * The underlying cloud infra provider properties.
28
+ */
29
+ readonly cloudProviderProfile: pulumi.Output<outputs.hybridcontainerservice.CloudProviderProfileResponse | undefined>;
30
+ /**
31
+ * Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
32
+ */
33
+ readonly count: pulumi.Output<number | undefined>;
34
+ readonly extendedLocation: pulumi.Output<outputs.hybridcontainerservice.AgentPoolResponseExtendedLocation | undefined>;
35
+ /**
36
+ * The resource location
37
+ */
38
+ readonly location: pulumi.Output<string | undefined>;
39
+ /**
40
+ * The maximum number of nodes for auto-scaling
41
+ */
42
+ readonly maxCount: pulumi.Output<number | undefined>;
43
+ /**
44
+ * The maximum number of pods that can run on a node.
45
+ */
46
+ readonly maxPods: pulumi.Output<number | undefined>;
47
+ /**
48
+ * The minimum number of nodes for auto-scaling
49
+ */
50
+ readonly minCount: pulumi.Output<number | undefined>;
51
+ /**
52
+ * Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
53
+ */
54
+ readonly mode: pulumi.Output<string | undefined>;
55
+ /**
56
+ * Resource Name
57
+ */
58
+ readonly name: pulumi.Output<string>;
59
+ /**
60
+ * The version of node image
61
+ */
62
+ readonly nodeImageVersion: pulumi.Output<string | undefined>;
63
+ /**
64
+ * NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
65
+ */
66
+ readonly nodeLabels: pulumi.Output<{
67
+ [key: string]: string;
68
+ } | undefined>;
69
+ /**
70
+ * NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
71
+ */
72
+ readonly nodeTaints: pulumi.Output<string[] | undefined>;
73
+ /**
74
+ * OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
75
+ */
76
+ readonly osType: pulumi.Output<string | undefined>;
77
+ readonly provisioningState: pulumi.Output<string>;
78
+ /**
79
+ * HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
80
+ */
81
+ readonly status: pulumi.Output<outputs.hybridcontainerservice.AgentPoolProvisioningStatusResponseStatus | undefined>;
82
+ /**
83
+ * Metadata pertaining to creation and last modification of the resource.
84
+ */
85
+ readonly systemData: pulumi.Output<outputs.hybridcontainerservice.SystemDataResponse>;
86
+ /**
87
+ * Resource tags
88
+ */
89
+ readonly tags: pulumi.Output<{
90
+ [key: string]: string;
91
+ } | undefined>;
92
+ /**
93
+ * Resource Type
94
+ */
95
+ readonly type: pulumi.Output<string>;
96
+ /**
97
+ * VmSize - The size of the agent pool VMs.
98
+ */
99
+ readonly vmSize: pulumi.Output<string | undefined>;
100
+ /**
101
+ * Create a AgentPool resource with the given unique name, arguments, and options.
102
+ *
103
+ * @param name The _unique_ name of the resource.
104
+ * @param args The arguments to use to populate this resource's properties.
105
+ * @param opts A bag of options that control this resource's behavior.
106
+ */
107
+ constructor(name: string, args: AgentPoolArgs, opts?: pulumi.CustomResourceOptions);
108
+ }
109
+ /**
110
+ * The set of arguments for constructing a AgentPool resource.
111
+ */
112
+ export interface AgentPoolArgs {
113
+ /**
114
+ * Parameter for the name of the agent pool in the provisioned cluster
115
+ */
116
+ agentPoolName?: pulumi.Input<string>;
117
+ /**
118
+ * AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
119
+ */
120
+ availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
121
+ /**
122
+ * The underlying cloud infra provider properties.
123
+ */
124
+ cloudProviderProfile?: pulumi.Input<inputs.hybridcontainerservice.CloudProviderProfileArgs>;
125
+ /**
126
+ * Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
127
+ */
128
+ count?: pulumi.Input<number>;
129
+ extendedLocation?: pulumi.Input<inputs.hybridcontainerservice.AgentPoolExtendedLocationArgs>;
130
+ /**
131
+ * The resource location
132
+ */
133
+ location?: pulumi.Input<string>;
134
+ /**
135
+ * The maximum number of nodes for auto-scaling
136
+ */
137
+ maxCount?: pulumi.Input<number>;
138
+ /**
139
+ * The maximum number of pods that can run on a node.
140
+ */
141
+ maxPods?: pulumi.Input<number>;
142
+ /**
143
+ * The minimum number of nodes for auto-scaling
144
+ */
145
+ minCount?: pulumi.Input<number>;
146
+ /**
147
+ * Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
148
+ */
149
+ mode?: pulumi.Input<string | enums.hybridcontainerservice.Mode>;
150
+ /**
151
+ * The version of node image
152
+ */
153
+ nodeImageVersion?: pulumi.Input<string>;
154
+ /**
155
+ * NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
156
+ */
157
+ nodeLabels?: pulumi.Input<{
158
+ [key: string]: pulumi.Input<string>;
159
+ }>;
160
+ /**
161
+ * NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
162
+ */
163
+ nodeTaints?: pulumi.Input<pulumi.Input<string>[]>;
164
+ /**
165
+ * OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
166
+ */
167
+ osType?: pulumi.Input<string | enums.hybridcontainerservice.OsType>;
168
+ /**
169
+ * Parameter for the name of the provisioned cluster
170
+ */
171
+ provisionedClustersName: pulumi.Input<string>;
172
+ /**
173
+ * The name of the resource group. The name is case insensitive.
174
+ */
175
+ resourceGroupName: pulumi.Input<string>;
176
+ /**
177
+ * HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
178
+ */
179
+ status?: pulumi.Input<inputs.hybridcontainerservice.AgentPoolProvisioningStatusStatusArgs>;
180
+ /**
181
+ * Resource tags
182
+ */
183
+ tags?: pulumi.Input<{
184
+ [key: string]: pulumi.Input<string>;
185
+ }>;
186
+ /**
187
+ * VmSize - The size of the agent pool VMs.
188
+ */
189
+ vmSize?: pulumi.Input<string>;
190
+ }
@@ -0,0 +1,107 @@
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.AgentPool = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * The agentPool resource definition
10
+ * API Version: 2022-05-01-preview.
11
+ */
12
+ class AgentPool extends pulumi.CustomResource {
13
+ /**
14
+ * Create a AgentPool 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
+ var _a, _b, _c;
22
+ let resourceInputs = {};
23
+ opts = opts || {};
24
+ if (!opts.id) {
25
+ if ((!args || args.provisionedClustersName === undefined) && !opts.urn) {
26
+ throw new Error("Missing required property 'provisionedClustersName'");
27
+ }
28
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
29
+ throw new Error("Missing required property 'resourceGroupName'");
30
+ }
31
+ resourceInputs["agentPoolName"] = args ? args.agentPoolName : undefined;
32
+ resourceInputs["availabilityZones"] = args ? args.availabilityZones : undefined;
33
+ resourceInputs["cloudProviderProfile"] = args ? args.cloudProviderProfile : undefined;
34
+ resourceInputs["count"] = (_a = (args ? args.count : undefined)) !== null && _a !== void 0 ? _a : 1;
35
+ resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
36
+ resourceInputs["location"] = args ? args.location : undefined;
37
+ resourceInputs["maxCount"] = args ? args.maxCount : undefined;
38
+ resourceInputs["maxPods"] = args ? args.maxPods : undefined;
39
+ resourceInputs["minCount"] = args ? args.minCount : undefined;
40
+ resourceInputs["mode"] = (_b = (args ? args.mode : undefined)) !== null && _b !== void 0 ? _b : "User";
41
+ resourceInputs["nodeImageVersion"] = args ? args.nodeImageVersion : undefined;
42
+ resourceInputs["nodeLabels"] = args ? args.nodeLabels : undefined;
43
+ resourceInputs["nodeTaints"] = args ? args.nodeTaints : undefined;
44
+ resourceInputs["osType"] = (_c = (args ? args.osType : undefined)) !== null && _c !== void 0 ? _c : "Linux";
45
+ resourceInputs["provisionedClustersName"] = args ? args.provisionedClustersName : undefined;
46
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
47
+ resourceInputs["status"] = args ? args.status : undefined;
48
+ resourceInputs["tags"] = args ? args.tags : undefined;
49
+ resourceInputs["vmSize"] = args ? args.vmSize : undefined;
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["availabilityZones"] = undefined /*out*/;
57
+ resourceInputs["cloudProviderProfile"] = undefined /*out*/;
58
+ resourceInputs["count"] = undefined /*out*/;
59
+ resourceInputs["extendedLocation"] = undefined /*out*/;
60
+ resourceInputs["location"] = undefined /*out*/;
61
+ resourceInputs["maxCount"] = undefined /*out*/;
62
+ resourceInputs["maxPods"] = undefined /*out*/;
63
+ resourceInputs["minCount"] = undefined /*out*/;
64
+ resourceInputs["mode"] = undefined /*out*/;
65
+ resourceInputs["name"] = undefined /*out*/;
66
+ resourceInputs["nodeImageVersion"] = undefined /*out*/;
67
+ resourceInputs["nodeLabels"] = undefined /*out*/;
68
+ resourceInputs["nodeTaints"] = undefined /*out*/;
69
+ resourceInputs["osType"] = undefined /*out*/;
70
+ resourceInputs["provisioningState"] = undefined /*out*/;
71
+ resourceInputs["status"] = undefined /*out*/;
72
+ resourceInputs["systemData"] = undefined /*out*/;
73
+ resourceInputs["tags"] = undefined /*out*/;
74
+ resourceInputs["type"] = undefined /*out*/;
75
+ resourceInputs["vmSize"] = undefined /*out*/;
76
+ }
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
78
+ const aliasOpts = { aliases: [{ type: "azure-native:hybridcontainerservice/v20220501preview:agentPool" }] };
79
+ opts = pulumi.mergeOptions(opts, aliasOpts);
80
+ super(AgentPool.__pulumiType, name, resourceInputs, opts);
81
+ }
82
+ /**
83
+ * Get an existing AgentPool resource's state with the given name, ID, and optional extra
84
+ * properties used to qualify the lookup.
85
+ *
86
+ * @param name The _unique_ name of the resulting resource.
87
+ * @param id The _unique_ provider ID of the resource to lookup.
88
+ * @param opts Optional settings to control the behavior of the CustomResource.
89
+ */
90
+ static get(name, id, opts) {
91
+ return new AgentPool(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
92
+ }
93
+ /**
94
+ * Returns true if the given object is an instance of AgentPool. This is designed to work even
95
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
96
+ */
97
+ static isInstance(obj) {
98
+ if (obj === undefined || obj === null) {
99
+ return false;
100
+ }
101
+ return obj['__pulumiType'] === AgentPool.__pulumiType;
102
+ }
103
+ }
104
+ exports.AgentPool = AgentPool;
105
+ /** @internal */
106
+ AgentPool.__pulumiType = 'azure-native:hybridcontainerservice:agentPool';
107
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWdlbnRQb29sLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vaHlicmlkY29udGFpbmVyc2VydmljZS9hZ2VudFBvb2wudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsU0FBVSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBc0doRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFtQixFQUFFLElBQW1DOztRQUM5RSxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyx1QkFBdUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3BFLE1BQU0sSUFBSSxLQUFLLENBQUMscURBQXFELENBQUMsQ0FBQzthQUMxRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDeEUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsc0JBQXNCLENBQUMsR0FBRyxJQUFJLENB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
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * Defines the hybridIdentityMetadata.
5
+ * API Version: 2022-05-01-preview.
6
+ */
7
+ export declare function getHybridIdentityMetadatum(args: GetHybridIdentityMetadatumArgs, opts?: pulumi.InvokeOptions): Promise<GetHybridIdentityMetadatumResult>;
8
+ export interface GetHybridIdentityMetadatumArgs {
9
+ /**
10
+ * Parameter for the name of the hybrid identity metadata resource.
11
+ */
12
+ hybridIdentityMetadataResourceName: string;
13
+ /**
14
+ * Parameter for the name of the provisioned cluster
15
+ */
16
+ provisionedClustersName: string;
17
+ /**
18
+ * The name of the resource group. The name is case insensitive.
19
+ */
20
+ resourceGroupName: string;
21
+ }
22
+ /**
23
+ * Defines the hybridIdentityMetadata.
24
+ */
25
+ export interface GetHybridIdentityMetadatumResult {
26
+ /**
27
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
28
+ */
29
+ readonly id: string;
30
+ /**
31
+ * The identity of the provisioned cluster.
32
+ */
33
+ readonly identity?: outputs.hybridcontainerservice.ProvisionedClusterIdentityResponse;
34
+ /**
35
+ * The name of the resource
36
+ */
37
+ readonly name: string;
38
+ /**
39
+ * provisioning state of the hybridIdentityMetadata resource.
40
+ */
41
+ readonly provisioningState: string;
42
+ /**
43
+ * Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.
44
+ */
45
+ readonly publicKey?: string;
46
+ /**
47
+ * Unique id of the parent provisioned cluster resource.
48
+ */
49
+ readonly resourceUid?: string;
50
+ /**
51
+ * The system data.
52
+ */
53
+ readonly systemData: outputs.hybridcontainerservice.SystemDataResponse;
54
+ /**
55
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
56
+ */
57
+ readonly type: string;
58
+ }
59
+ export declare function getHybridIdentityMetadatumOutput(args: GetHybridIdentityMetadatumOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetHybridIdentityMetadatumResult>;
60
+ export interface GetHybridIdentityMetadatumOutputArgs {
61
+ /**
62
+ * Parameter for the name of the hybrid identity metadata resource.
63
+ */
64
+ hybridIdentityMetadataResourceName: pulumi.Input<string>;
65
+ /**
66
+ * Parameter for the name of the provisioned cluster
67
+ */
68
+ provisionedClustersName: pulumi.Input<string>;
69
+ /**
70
+ * The name of the resource group. The name is case insensitive.
71
+ */
72
+ resourceGroupName: pulumi.Input<string>;
73
+ }
@@ -0,0 +1,28 @@
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.getHybridIdentityMetadatumOutput = exports.getHybridIdentityMetadatum = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Defines the hybridIdentityMetadata.
10
+ * API Version: 2022-05-01-preview.
11
+ */
12
+ function getHybridIdentityMetadatum(args, opts) {
13
+ if (!opts) {
14
+ opts = {};
15
+ }
16
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
17
+ return pulumi.runtime.invoke("azure-native:hybridcontainerservice:getHybridIdentityMetadatum", {
18
+ "hybridIdentityMetadataResourceName": args.hybridIdentityMetadataResourceName,
19
+ "provisionedClustersName": args.provisionedClustersName,
20
+ "resourceGroupName": args.resourceGroupName,
21
+ }, opts);
22
+ }
23
+ exports.getHybridIdentityMetadatum = getHybridIdentityMetadatum;
24
+ function getHybridIdentityMetadatumOutput(args, opts) {
25
+ return pulumi.output(args).apply(a => getHybridIdentityMetadatum(a, opts));
26
+ }
27
+ exports.getHybridIdentityMetadatumOutput = getHybridIdentityMetadatumOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0SHlicmlkSWRlbnRpdHlNZXRhZGF0dW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9oeWJyaWRjb250YWluZXJzZXJ2aWNlL2dldEh5YnJpZElkZW50aXR5TWV0YWRhdHVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxTQUFnQiwwQkFBMEIsQ0FBQyxJQUFvQyxFQUFFLElBQTJCO0lBQ3hHLElBQUksQ0FBQyxJQUFJLEVBQUU7UUFDUCxJQUFJLEdBQUcsRUFBRSxDQUFBO0tBQ1o7SUFFRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNuRSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGdFQUFnRSxFQUFFO1FBQzNGLG9DQUFvQyxFQUFFLElBQUksQ0FBQyxrQ0FBa0M7UUFDN0UseUJBQXlCLEVBQUUsSUFBSSxDQUFDLHVCQUF1QjtRQUN2RCxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBWEQsZ0VBV0M7QUF1REQsU0FBZ0IsZ0NBQWdDLENBQUMsSUFBMEMsRUFBRSxJQUEyQjtJQUNwSCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsMEJBQTBCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDOUUsQ0FBQztBQUZELDRFQUVDIn0=
@@ -0,0 +1,65 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * The provisionedClusters resource definition.
5
+ * API Version: 2022-05-01-preview.
6
+ */
7
+ export declare function getProvisionedCluster(args: GetProvisionedClusterArgs, opts?: pulumi.InvokeOptions): Promise<GetProvisionedClusterResult>;
8
+ export interface GetProvisionedClusterArgs {
9
+ /**
10
+ * Parameter for the name of the provisioned cluster
11
+ */
12
+ provisionedClustersName: string;
13
+ /**
14
+ * The name of the resource group. The name is case insensitive.
15
+ */
16
+ resourceGroupName: string;
17
+ }
18
+ /**
19
+ * The provisionedClusters resource definition.
20
+ */
21
+ export interface GetProvisionedClusterResult {
22
+ readonly extendedLocation?: outputs.hybridcontainerservice.ProvisionedClustersResponseResponseExtendedLocation;
23
+ /**
24
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
25
+ */
26
+ readonly id: string;
27
+ /**
28
+ * Identity for the Provisioned cluster.
29
+ */
30
+ readonly identity?: outputs.hybridcontainerservice.ProvisionedClusterIdentityResponse;
31
+ /**
32
+ * The geo-location where the resource lives
33
+ */
34
+ readonly location: string;
35
+ /**
36
+ * The name of the resource
37
+ */
38
+ readonly name: string;
39
+ readonly properties: outputs.hybridcontainerservice.ProvisionedClustersResponsePropertiesResponse;
40
+ /**
41
+ * Metadata pertaining to creation and last modification of the resource.
42
+ */
43
+ readonly systemData: outputs.hybridcontainerservice.SystemDataResponse;
44
+ /**
45
+ * Resource tags.
46
+ */
47
+ readonly tags?: {
48
+ [key: string]: string;
49
+ };
50
+ /**
51
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
52
+ */
53
+ readonly type: string;
54
+ }
55
+ export declare function getProvisionedClusterOutput(args: GetProvisionedClusterOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProvisionedClusterResult>;
56
+ export interface GetProvisionedClusterOutputArgs {
57
+ /**
58
+ * Parameter for the name of the provisioned cluster
59
+ */
60
+ provisionedClustersName: pulumi.Input<string>;
61
+ /**
62
+ * The name of the resource group. The name is case insensitive.
63
+ */
64
+ resourceGroupName: pulumi.Input<string>;
65
+ }
@@ -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.getProvisionedClusterOutput = exports.getProvisionedCluster = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * The provisionedClusters resource definition.
10
+ * API Version: 2022-05-01-preview.
11
+ */
12
+ function getProvisionedCluster(args, opts) {
13
+ if (!opts) {
14
+ opts = {};
15
+ }
16
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
17
+ return pulumi.runtime.invoke("azure-native:hybridcontainerservice:getProvisionedCluster", {
18
+ "provisionedClustersName": args.provisionedClustersName,
19
+ "resourceGroupName": args.resourceGroupName,
20
+ }, opts);
21
+ }
22
+ exports.getProvisionedCluster = getProvisionedCluster;
23
+ function getProvisionedClusterOutput(args, opts) {
24
+ return pulumi.output(args).apply(a => getProvisionedCluster(a, opts));
25
+ }
26
+ exports.getProvisionedClusterOutput = getProvisionedClusterOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvdmlzaW9uZWRDbHVzdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vaHlicmlkY29udGFpbmVyc2VydmljZS9nZXRQcm92aXNpb25lZENsdXN0ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILFNBQWdCLHFCQUFxQixDQUFDLElBQStCLEVBQUUsSUFBMkI7SUFDOUYsSUFBSSxDQUFDLElBQUksRUFBRTtRQUNQLElBQUksR0FBRyxFQUFFLENBQUE7S0FDWjtJQUVELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ25FLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsMkRBQTJELEVBQUU7UUFDdEYseUJBQXlCLEVBQUUsSUFBSSxDQUFDLHVCQUF1QjtRQUN2RCxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVkQsc0RBVUM7QUFpREQsU0FBZ0IsMkJBQTJCLENBQUMsSUFBcUMsRUFBRSxJQUEyQjtJQUMxRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMscUJBQXFCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDekUsQ0FBQztBQUZELGtFQUVDIn0=
@@ -0,0 +1,123 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * The agentPool resource definition
5
+ * API Version: 2022-05-01-preview.
6
+ */
7
+ export declare function getagentPool(args: GetagentPoolArgs, opts?: pulumi.InvokeOptions): Promise<GetagentPoolResult>;
8
+ export interface GetagentPoolArgs {
9
+ /**
10
+ * Parameter for the name of the agent pool in the provisioned cluster
11
+ */
12
+ agentPoolName: string;
13
+ /**
14
+ * Parameter for the name of the provisioned cluster
15
+ */
16
+ provisionedClustersName: string;
17
+ /**
18
+ * The name of the resource group. The name is case insensitive.
19
+ */
20
+ resourceGroupName: string;
21
+ }
22
+ /**
23
+ * The agentPool resource definition
24
+ */
25
+ export interface GetagentPoolResult {
26
+ /**
27
+ * AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones
28
+ */
29
+ readonly availabilityZones?: string[];
30
+ /**
31
+ * The underlying cloud infra provider properties.
32
+ */
33
+ readonly cloudProviderProfile?: outputs.hybridcontainerservice.CloudProviderProfileResponse;
34
+ /**
35
+ * Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.
36
+ */
37
+ readonly count?: number;
38
+ readonly extendedLocation?: outputs.hybridcontainerservice.AgentPoolResponseExtendedLocation;
39
+ /**
40
+ * Resource Id
41
+ */
42
+ readonly id: string;
43
+ /**
44
+ * The resource location
45
+ */
46
+ readonly location?: string;
47
+ /**
48
+ * The maximum number of nodes for auto-scaling
49
+ */
50
+ readonly maxCount?: number;
51
+ /**
52
+ * The maximum number of pods that can run on a node.
53
+ */
54
+ readonly maxPods?: number;
55
+ /**
56
+ * The minimum number of nodes for auto-scaling
57
+ */
58
+ readonly minCount?: number;
59
+ /**
60
+ * Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'
61
+ */
62
+ readonly mode?: string;
63
+ /**
64
+ * Resource Name
65
+ */
66
+ readonly name: string;
67
+ /**
68
+ * The version of node image
69
+ */
70
+ readonly nodeImageVersion?: string;
71
+ /**
72
+ * NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.
73
+ */
74
+ readonly nodeLabels?: {
75
+ [key: string]: string;
76
+ };
77
+ /**
78
+ * NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
79
+ */
80
+ readonly nodeTaints?: string[];
81
+ /**
82
+ * OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
83
+ */
84
+ readonly osType?: string;
85
+ readonly provisioningState: string;
86
+ /**
87
+ * HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool
88
+ */
89
+ readonly status?: outputs.hybridcontainerservice.AgentPoolProvisioningStatusResponseStatus;
90
+ /**
91
+ * Metadata pertaining to creation and last modification of the resource.
92
+ */
93
+ readonly systemData: outputs.hybridcontainerservice.SystemDataResponse;
94
+ /**
95
+ * Resource tags
96
+ */
97
+ readonly tags?: {
98
+ [key: string]: string;
99
+ };
100
+ /**
101
+ * Resource Type
102
+ */
103
+ readonly type: string;
104
+ /**
105
+ * VmSize - The size of the agent pool VMs.
106
+ */
107
+ readonly vmSize?: string;
108
+ }
109
+ export declare function getagentPoolOutput(args: GetagentPoolOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetagentPoolResult>;
110
+ export interface GetagentPoolOutputArgs {
111
+ /**
112
+ * Parameter for the name of the agent pool in the provisioned cluster
113
+ */
114
+ agentPoolName: pulumi.Input<string>;
115
+ /**
116
+ * Parameter for the name of the provisioned cluster
117
+ */
118
+ provisionedClustersName: pulumi.Input<string>;
119
+ /**
120
+ * The name of the resource group. The name is case insensitive.
121
+ */
122
+ resourceGroupName: pulumi.Input<string>;
123
+ }
@@ -0,0 +1,28 @@
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.getagentPoolOutput = exports.getagentPool = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * The agentPool resource definition
10
+ * API Version: 2022-05-01-preview.
11
+ */
12
+ function getagentPool(args, opts) {
13
+ if (!opts) {
14
+ opts = {};
15
+ }
16
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
17
+ return pulumi.runtime.invoke("azure-native:hybridcontainerservice:getagentPool", {
18
+ "agentPoolName": args.agentPoolName,
19
+ "provisionedClustersName": args.provisionedClustersName,
20
+ "resourceGroupName": args.resourceGroupName,
21
+ }, opts);
22
+ }
23
+ exports.getagentPool = getagentPool;
24
+ function getagentPoolOutput(args, opts) {
25
+ return pulumi.output(args).apply(a => getagentPool(a, opts));
26
+ }
27
+ exports.getagentPoolOutput = getagentPoolOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0YWdlbnRQb29sLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vaHlicmlkY29udGFpbmVyc2VydmljZS9nZXRhZ2VudFBvb2wudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILFNBQWdCLFlBQVksQ0FBQyxJQUFzQixFQUFFLElBQTJCO0lBQzVFLElBQUksQ0FBQyxJQUFJLEVBQUU7UUFDUCxJQUFJLEdBQUcsRUFBRSxDQUFBO0tBQ1o7SUFFRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNuRSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGtEQUFrRCxFQUFFO1FBQzdFLGVBQWUsRUFBRSxJQUFJLENBQUMsYUFBYTtRQUNuQyx5QkFBeUIsRUFBRSxJQUFJLENBQUMsdUJBQXVCO1FBQ3ZELG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFYRCxvQ0FXQztBQXFHRCxTQUFnQixrQkFBa0IsQ0FBQyxJQUE0QixFQUFFLElBQTJCO0lBQ3hGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxZQUFZLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDaEUsQ0FBQztBQUZELGdEQUVDIn0=