@pulumi/azure-native 1.71.0 → 1.72.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.
- package/devcenter/index.d.ts +2 -1
- package/devcenter/index.js +4 -2
- package/devcenter/v20220801preview/attachedNetworkByDevCenter.js +3 -1
- package/devcenter/v20220801preview/catalog.js +3 -1
- package/devcenter/v20220801preview/devBoxDefinition.js +3 -1
- package/devcenter/v20220801preview/devCenter.js +3 -1
- package/devcenter/v20220801preview/environmentType.js +3 -1
- package/devcenter/v20220801preview/gallery.js +3 -1
- package/devcenter/v20220801preview/networkConnection.js +3 -1
- package/devcenter/v20220801preview/pool.js +3 -1
- package/devcenter/v20220801preview/project.js +3 -1
- package/devcenter/v20220801preview/projectEnvironmentType.js +3 -1
- package/devcenter/v20220801preview/schedule.js +3 -1
- package/devcenter/v20220901preview/attachedNetworkByDevCenter.d.ts +82 -0
- package/devcenter/v20220901preview/attachedNetworkByDevCenter.js +84 -0
- package/devcenter/v20220901preview/catalog.d.ts +82 -0
- package/devcenter/v20220901preview/catalog.js +79 -0
- package/devcenter/v20220901preview/devBoxDefinition.d.ts +118 -0
- package/devcenter/v20220901preview/devBoxDefinition.js +98 -0
- package/devcenter/v20220901preview/devCenter.d.ts +86 -0
- package/devcenter/v20220901preview/devCenter.js +75 -0
- package/devcenter/v20220901preview/environmentType.d.ts +74 -0
- package/devcenter/v20220901preview/environmentType.js +75 -0
- package/devcenter/v20220901preview/gallery.d.ts +70 -0
- package/devcenter/v20220901preview/gallery.js +78 -0
- package/devcenter/v20220901preview/getAttachedNetworkByDevCenter.d.ts +76 -0
- package/devcenter/v20220901preview/getAttachedNetworkByDevCenter.js +27 -0
- package/devcenter/v20220901preview/getCatalog.d.ts +72 -0
- package/devcenter/v20220901preview/getCatalog.js +27 -0
- package/devcenter/v20220901preview/getDevBoxDefinition.d.ts +94 -0
- package/devcenter/v20220901preview/getDevBoxDefinition.js +27 -0
- package/devcenter/v20220901preview/getDevCenter.d.ts +66 -0
- package/devcenter/v20220901preview/getDevCenter.js +26 -0
- package/devcenter/v20220901preview/getEnvironmentType.d.ts +66 -0
- package/devcenter/v20220901preview/getEnvironmentType.js +27 -0
- package/devcenter/v20220901preview/getGallery.d.ts +64 -0
- package/devcenter/v20220901preview/getGallery.js +27 -0
- package/devcenter/v20220901preview/getNetworkConnection.d.ts +94 -0
- package/devcenter/v20220901preview/getNetworkConnection.js +26 -0
- package/devcenter/v20220901preview/getPool.d.ts +86 -0
- package/devcenter/v20220901preview/getPool.js +27 -0
- package/devcenter/v20220901preview/getProject.d.ts +70 -0
- package/devcenter/v20220901preview/getProject.js +26 -0
- package/devcenter/v20220901preview/getProjectEnvironmentType.d.ts +92 -0
- package/devcenter/v20220901preview/getProjectEnvironmentType.js +27 -0
- package/devcenter/v20220901preview/getSchedule.d.ts +92 -0
- package/devcenter/v20220901preview/getSchedule.js +29 -0
- package/devcenter/v20220901preview/index.d.ts +23 -0
- package/devcenter/v20220901preview/index.js +90 -0
- package/devcenter/v20220901preview/networkConnection.d.ts +138 -0
- package/devcenter/v20220901preview/networkConnection.js +95 -0
- package/devcenter/v20220901preview/pool.d.ts +114 -0
- package/devcenter/v20220901preview/pool.js +97 -0
- package/devcenter/v20220901preview/project.d.ts +94 -0
- package/devcenter/v20220901preview/project.js +77 -0
- package/devcenter/v20220901preview/projectEnvironmentType.d.ts +126 -0
- package/devcenter/v20220901preview/projectEnvironmentType.js +87 -0
- package/devcenter/v20220901preview/schedule.d.ts +106 -0
- package/devcenter/v20220901preview/schedule.js +98 -0
- package/hybridcontainerservice/index.d.ts +2 -0
- package/hybridcontainerservice/index.js +9 -0
- package/hybridcontainerservice/v20220501preview/agentPool.d.ts +189 -0
- package/hybridcontainerservice/v20220501preview/agentPool.js +104 -0
- package/hybridcontainerservice/v20220501preview/getHybridIdentityMetadatum.d.ts +72 -0
- package/hybridcontainerservice/v20220501preview/getHybridIdentityMetadatum.js +27 -0
- package/hybridcontainerservice/v20220501preview/getProvisionedCluster.d.ts +64 -0
- package/hybridcontainerservice/v20220501preview/getProvisionedCluster.js +26 -0
- package/hybridcontainerservice/v20220501preview/getagentPool.d.ts +122 -0
- package/hybridcontainerservice/v20220501preview/getagentPool.js +27 -0
- package/hybridcontainerservice/v20220501preview/getstorageSpaceRetrieve.d.ts +63 -0
- package/hybridcontainerservice/v20220501preview/getstorageSpaceRetrieve.js +26 -0
- package/hybridcontainerservice/v20220501preview/getvirtualNetworkRetrieve.d.ts +63 -0
- package/hybridcontainerservice/v20220501preview/getvirtualNetworkRetrieve.js +26 -0
- package/hybridcontainerservice/v20220501preview/hybridIdentityMetadatum.d.ts +86 -0
- package/hybridcontainerservice/v20220501preview/hybridIdentityMetadatum.js +77 -0
- package/hybridcontainerservice/v20220501preview/index.d.ts +11 -0
- package/hybridcontainerservice/v20220501preview/index.js +60 -0
- package/hybridcontainerservice/v20220501preview/provisionedCluster.d.ts +89 -0
- package/hybridcontainerservice/v20220501preview/provisionedCluster.js +76 -0
- package/hybridcontainerservice/v20220501preview/storageSpaceRetrieve.d.ts +84 -0
- package/hybridcontainerservice/v20220501preview/storageSpaceRetrieve.js +73 -0
- package/hybridcontainerservice/v20220501preview/virtualNetworkRetrieve.d.ts +84 -0
- package/hybridcontainerservice/v20220501preview/virtualNetworkRetrieve.js +73 -0
- package/index.d.ts +2 -1
- package/index.js +6 -4
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/enums/devcenter/index.d.ts +2 -1
- package/types/enums/devcenter/index.js +4 -2
- package/types/enums/devcenter/v20220901preview/index.d.ts +65 -0
- package/types/enums/devcenter/v20220901preview/index.js +39 -0
- package/types/enums/hybridcontainerservice/index.d.ts +2 -0
- package/types/enums/hybridcontainerservice/index.js +9 -0
- package/types/enums/hybridcontainerservice/v20220501preview/index.d.ts +59 -0
- package/types/enums/hybridcontainerservice/v20220501preview/index.js +37 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/input.d.ts +852 -0
- package/types/input.js +63 -3
- package/types/output.d.ts +1105 -0
- package/types/output.js +63 -3
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* The provisionedClusters resource definition.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ProvisionedCluster extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing ProvisionedCluster resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ProvisionedCluster;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of ProvisionedCluster. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is ProvisionedCluster;
|
|
21
|
+
readonly extendedLocation: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.ProvisionedClustersResponseResponseExtendedLocation | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* Identity for the Provisioned cluster.
|
|
24
|
+
*/
|
|
25
|
+
readonly identity: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.ProvisionedClusterIdentityResponse | 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
|
+
readonly properties: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.ProvisionedClustersResponsePropertiesResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
37
|
+
*/
|
|
38
|
+
readonly systemData: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.SystemDataResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Resource tags.
|
|
41
|
+
*/
|
|
42
|
+
readonly tags: pulumi.Output<{
|
|
43
|
+
[key: string]: string;
|
|
44
|
+
} | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
47
|
+
*/
|
|
48
|
+
readonly type: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Create a ProvisionedCluster resource with the given unique name, arguments, and options.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resource.
|
|
53
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
54
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
55
|
+
*/
|
|
56
|
+
constructor(name: string, args: ProvisionedClusterArgs, opts?: pulumi.CustomResourceOptions);
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* The set of arguments for constructing a ProvisionedCluster resource.
|
|
60
|
+
*/
|
|
61
|
+
export interface ProvisionedClusterArgs {
|
|
62
|
+
extendedLocation?: pulumi.Input<inputs.hybridcontainerservice.v20220501preview.ProvisionedClustersExtendedLocationArgs>;
|
|
63
|
+
/**
|
|
64
|
+
* Identity for the Provisioned cluster.
|
|
65
|
+
*/
|
|
66
|
+
identity?: pulumi.Input<inputs.hybridcontainerservice.v20220501preview.ProvisionedClusterIdentityArgs>;
|
|
67
|
+
/**
|
|
68
|
+
* The geo-location where the resource lives
|
|
69
|
+
*/
|
|
70
|
+
location?: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* All properties of the provisioned cluster
|
|
73
|
+
*/
|
|
74
|
+
properties?: pulumi.Input<inputs.hybridcontainerservice.v20220501preview.ProvisionedClustersAllPropertiesArgs>;
|
|
75
|
+
/**
|
|
76
|
+
* Parameter for the name of the provisioned cluster
|
|
77
|
+
*/
|
|
78
|
+
provisionedClustersName?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The name of the resource group. The name is case insensitive.
|
|
81
|
+
*/
|
|
82
|
+
resourceGroupName: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Resource tags.
|
|
85
|
+
*/
|
|
86
|
+
tags?: pulumi.Input<{
|
|
87
|
+
[key: string]: pulumi.Input<string>;
|
|
88
|
+
}>;
|
|
89
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
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.ProvisionedCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const types_1 = require("../../types");
|
|
8
|
+
const utilities = require("../../utilities");
|
|
9
|
+
/**
|
|
10
|
+
* The provisionedClusters resource definition.
|
|
11
|
+
*/
|
|
12
|
+
class ProvisionedCluster extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Create a ProvisionedCluster 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.resourceGroupName === undefined) && !opts.urn) {
|
|
25
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
26
|
+
}
|
|
27
|
+
resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
|
|
28
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
29
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
30
|
+
resourceInputs["properties"] = args ? (args.properties ? pulumi.output(args.properties).apply(types_1.input.hybridcontainerservice.v20220501preview.provisionedClustersAllPropertiesArgsProvideDefaults) : undefined) : undefined;
|
|
31
|
+
resourceInputs["provisionedClustersName"] = args ? args.provisionedClustersName : undefined;
|
|
32
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
33
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
34
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
35
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
resourceInputs["extendedLocation"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
46
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
47
|
+
}
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
49
|
+
super(ProvisionedCluster.__pulumiType, name, resourceInputs, opts);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Get an existing ProvisionedCluster resource's state with the given name, ID, and optional extra
|
|
53
|
+
* properties used to qualify the lookup.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resulting resource.
|
|
56
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
57
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
58
|
+
*/
|
|
59
|
+
static get(name, id, opts) {
|
|
60
|
+
return new ProvisionedCluster(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Returns true if the given object is an instance of ProvisionedCluster. This is designed to work even
|
|
64
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
65
|
+
*/
|
|
66
|
+
static isInstance(obj) {
|
|
67
|
+
if (obj === undefined || obj === null) {
|
|
68
|
+
return false;
|
|
69
|
+
}
|
|
70
|
+
return obj['__pulumiType'] === ProvisionedCluster.__pulumiType;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.ProvisionedCluster = ProvisionedCluster;
|
|
74
|
+
/** @internal */
|
|
75
|
+
ProvisionedCluster.__pulumiType = 'azure-native:hybridcontainerservice/v20220501preview:ProvisionedCluster';
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvdmlzaW9uZWRDbHVzdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vaHlicmlkY29udGFpbmVyc2VydmljZS92MjAyMjA1MDFwcmV2aWV3L3Byb3Zpc2lvbmVkQ2x1c3Rlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyx1Q0FBd0U7QUFDeEUsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxrQkFBbUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQXNEekQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBNEIsRUFBRSxJQUFtQztRQUN2RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUUsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFD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
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* The storageSpaces resource definition.
|
|
5
|
+
*/
|
|
6
|
+
export declare class StorageSpaceRetrieve extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing StorageSpaceRetrieve resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): StorageSpaceRetrieve;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of StorageSpaceRetrieve. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is StorageSpaceRetrieve;
|
|
21
|
+
readonly extendedLocation: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.StorageSpacesResponseExtendedLocation | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* The geo-location where the resource lives
|
|
24
|
+
*/
|
|
25
|
+
readonly location: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the resource
|
|
28
|
+
*/
|
|
29
|
+
readonly name: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* HybridAKSStorageSpec defines the desired state of HybridAKSStorage
|
|
32
|
+
*/
|
|
33
|
+
readonly properties: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.StorageSpacesPropertiesResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly systemData: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.SystemDataResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Resource tags.
|
|
40
|
+
*/
|
|
41
|
+
readonly tags: pulumi.Output<{
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
} | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
46
|
+
*/
|
|
47
|
+
readonly type: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* Create a StorageSpaceRetrieve resource with the given unique name, arguments, and options.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resource.
|
|
52
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
53
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
54
|
+
*/
|
|
55
|
+
constructor(name: string, args: StorageSpaceRetrieveArgs, opts?: pulumi.CustomResourceOptions);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* The set of arguments for constructing a StorageSpaceRetrieve resource.
|
|
59
|
+
*/
|
|
60
|
+
export interface StorageSpaceRetrieveArgs {
|
|
61
|
+
extendedLocation?: pulumi.Input<inputs.hybridcontainerservice.v20220501preview.StorageSpacesExtendedLocationArgs>;
|
|
62
|
+
/**
|
|
63
|
+
* The geo-location where the resource lives
|
|
64
|
+
*/
|
|
65
|
+
location?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* HybridAKSStorageSpec defines the desired state of HybridAKSStorage
|
|
68
|
+
*/
|
|
69
|
+
properties?: pulumi.Input<inputs.hybridcontainerservice.v20220501preview.StorageSpacesPropertiesArgs>;
|
|
70
|
+
/**
|
|
71
|
+
* The name of the resource group. The name is case insensitive.
|
|
72
|
+
*/
|
|
73
|
+
resourceGroupName: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Parameter for the name of the storage object
|
|
76
|
+
*/
|
|
77
|
+
storageSpacesName?: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Resource tags.
|
|
80
|
+
*/
|
|
81
|
+
tags?: pulumi.Input<{
|
|
82
|
+
[key: string]: pulumi.Input<string>;
|
|
83
|
+
}>;
|
|
84
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
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.StorageSpaceRetrieve = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The storageSpaces resource definition.
|
|
10
|
+
*/
|
|
11
|
+
class StorageSpaceRetrieve extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a StorageSpaceRetrieve resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
25
|
+
}
|
|
26
|
+
resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
|
|
27
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
28
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
29
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
30
|
+
resourceInputs["storageSpacesName"] = args ? args.storageSpacesName : undefined;
|
|
31
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
32
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
33
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
34
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
resourceInputs["extendedLocation"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
44
|
+
}
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
46
|
+
super(StorageSpaceRetrieve.__pulumiType, name, resourceInputs, opts);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing StorageSpaceRetrieve resource's state with the given name, ID, and optional extra
|
|
50
|
+
* properties used to qualify the lookup.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resulting resource.
|
|
53
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name, id, opts) {
|
|
57
|
+
return new StorageSpaceRetrieve(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of StorageSpaceRetrieve. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj) {
|
|
64
|
+
if (obj === undefined || obj === null) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
return obj['__pulumiType'] === StorageSpaceRetrieve.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.StorageSpaceRetrieve = StorageSpaceRetrieve;
|
|
71
|
+
/** @internal */
|
|
72
|
+
StorageSpaceRetrieve.__pulumiType = 'azure-native:hybridcontainerservice/v20220501preview:storageSpaceRetrieve';
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcmFnZVNwYWNlUmV0cmlldmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9oeWJyaWRjb250YWluZXJzZXJ2aWNlL3YyMDIyMDUwMXByZXZpZXcvc3RvcmFnZVNwYWNlUmV0cmlldmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFFekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxvQkFBcUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQXFEM0Q7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBOEIsRUFBRSxJQUFtQztRQUN6RixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUUsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNsRSxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3ZELGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQy9DLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsS0FBSyxDQUFDLG9CQUFvQixDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ3pFLENBQUM7SUF0RkQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLG9CQUFvQixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ2pGLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxvQkFBb0IsQ0FBQyxZQUFZLENBQUM7SUFDckUsQ0FBQzs7QUF6Qkwsb0RBd0ZDO0FBM0VHLGdCQUFnQjtBQUNPLGlDQUFZLEdBQUcsMkVBQTJFLENBQUMifQ==
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* The virtualNetworks resource definition.
|
|
5
|
+
*/
|
|
6
|
+
export declare class VirtualNetworkRetrieve extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing VirtualNetworkRetrieve resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): VirtualNetworkRetrieve;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of VirtualNetworkRetrieve. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is VirtualNetworkRetrieve;
|
|
21
|
+
readonly extendedLocation: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.VirtualNetworksResponseExtendedLocation | undefined>;
|
|
22
|
+
/**
|
|
23
|
+
* The geo-location where the resource lives
|
|
24
|
+
*/
|
|
25
|
+
readonly location: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the resource
|
|
28
|
+
*/
|
|
29
|
+
readonly name: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork
|
|
32
|
+
*/
|
|
33
|
+
readonly properties: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.VirtualNetworksPropertiesResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly systemData: pulumi.Output<outputs.hybridcontainerservice.v20220501preview.SystemDataResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Resource tags.
|
|
40
|
+
*/
|
|
41
|
+
readonly tags: pulumi.Output<{
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
} | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
46
|
+
*/
|
|
47
|
+
readonly type: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* Create a VirtualNetworkRetrieve resource with the given unique name, arguments, and options.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resource.
|
|
52
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
53
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
54
|
+
*/
|
|
55
|
+
constructor(name: string, args: VirtualNetworkRetrieveArgs, opts?: pulumi.CustomResourceOptions);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* The set of arguments for constructing a VirtualNetworkRetrieve resource.
|
|
59
|
+
*/
|
|
60
|
+
export interface VirtualNetworkRetrieveArgs {
|
|
61
|
+
extendedLocation?: pulumi.Input<inputs.hybridcontainerservice.v20220501preview.VirtualNetworksExtendedLocationArgs>;
|
|
62
|
+
/**
|
|
63
|
+
* The geo-location where the resource lives
|
|
64
|
+
*/
|
|
65
|
+
location?: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork
|
|
68
|
+
*/
|
|
69
|
+
properties?: pulumi.Input<inputs.hybridcontainerservice.v20220501preview.VirtualNetworksPropertiesArgs>;
|
|
70
|
+
/**
|
|
71
|
+
* The name of the resource group. The name is case insensitive.
|
|
72
|
+
*/
|
|
73
|
+
resourceGroupName: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Resource tags.
|
|
76
|
+
*/
|
|
77
|
+
tags?: pulumi.Input<{
|
|
78
|
+
[key: string]: pulumi.Input<string>;
|
|
79
|
+
}>;
|
|
80
|
+
/**
|
|
81
|
+
* Parameter for the name of the virtual network
|
|
82
|
+
*/
|
|
83
|
+
virtualNetworksName?: pulumi.Input<string>;
|
|
84
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
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.VirtualNetworkRetrieve = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The virtualNetworks resource definition.
|
|
10
|
+
*/
|
|
11
|
+
class VirtualNetworkRetrieve extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a VirtualNetworkRetrieve resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
25
|
+
}
|
|
26
|
+
resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
|
|
27
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
28
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
29
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
30
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
31
|
+
resourceInputs["virtualNetworksName"] = args ? args.virtualNetworksName : undefined;
|
|
32
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
33
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
34
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
resourceInputs["extendedLocation"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
44
|
+
}
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
46
|
+
super(VirtualNetworkRetrieve.__pulumiType, name, resourceInputs, opts);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing VirtualNetworkRetrieve resource's state with the given name, ID, and optional extra
|
|
50
|
+
* properties used to qualify the lookup.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resulting resource.
|
|
53
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name, id, opts) {
|
|
57
|
+
return new VirtualNetworkRetrieve(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of VirtualNetworkRetrieve. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj) {
|
|
64
|
+
if (obj === undefined || obj === null) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
return obj['__pulumiType'] === VirtualNetworkRetrieve.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.VirtualNetworkRetrieve = VirtualNetworkRetrieve;
|
|
71
|
+
/** @internal */
|
|
72
|
+
VirtualNetworkRetrieve.__pulumiType = 'azure-native:hybridcontainerservice/v20220501preview:virtualNetworkRetrieve';
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlydHVhbE5ldHdvcmtSZXRyaWV2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbnRhaW5lcnNlcnZpY2UvdjIwMjIwNTAxcHJldmlldy92aXJ0dWFsTmV0d29ya1JldHJpZXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsc0JBQXVCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFxRDdEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWdDLEVBQUUsSUFBbUM7UUFDM0YsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlFLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDbEUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDdEQsY0FBYyxDQUFDLHFCQUFxQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRixjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QzthQUFNO1lBQ0gsY0FBYyxDQUFDLGtCQUFrQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN2RCxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMvQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QztRQUNELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ25FLEtBQUssQ0FBQyxzQkFBc0IsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUMzRSxDQUFDO0lBdEZEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxzQkFBc0IsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNuRixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssc0JBQXNCLENBQUMsWUFBWSxDQUFDO0lBQ3ZFLENBQUM7O0FBekJMLHdEQXdGQztBQTNFRyxnQkFBZ0I7QUFDTyxtQ0FBWSxHQUFHLDZFQUE2RSxDQUFDIn0=
|
package/index.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ import * as healthbot from "./healthbot";
|
|
|
93
93
|
import * as healthcareapis from "./healthcareapis";
|
|
94
94
|
import * as hybridcompute from "./hybridcompute";
|
|
95
95
|
import * as hybridconnectivity from "./hybridconnectivity";
|
|
96
|
+
import * as hybridcontainerservice from "./hybridcontainerservice";
|
|
96
97
|
import * as hybriddata from "./hybriddata";
|
|
97
98
|
import * as hybridnetwork from "./hybridnetwork";
|
|
98
99
|
import * as importexport from "./importexport";
|
|
@@ -189,4 +190,4 @@ import * as webpubsub from "./webpubsub";
|
|
|
189
190
|
import * as windowsesu from "./windowsesu";
|
|
190
191
|
import * as windowsiot from "./windowsiot";
|
|
191
192
|
import * as workloads from "./workloads";
|
|
192
|
-
export { aad, aadiam, addons, advisor, agfoodplatform, alertsmanagement, analysisservices, apimanagement, app, appconfiguration, appplatform, attestation, authorization, automanage, automation, autonomousdevelopmentplatform, avs, azureactivedirectory, azurearcdata, azuredata, azurestack, azurestackhci, batch, billing, blockchain, blueprint, botservice, cache, cdn, certificateregistration, changeanalysis, chaos, cognitiveservices, communication, compute, confidentialledger, config, confluent, connectedvmwarevsphere, consumption, containerinstance, containerregistry, containerservice, costmanagement, customerinsights, customproviders, dashboard, databox, databoxedge, databricks, datacatalog, datadog, datafactory, datalakeanalytics, datalakestore, datamigration, dataprotection, datashare, dbformariadb, dbformysql, dbforpostgresql, delegatednetwork, deploymentmanager, desktopvirtualization, devcenter, devhub, devices, deviceupdate, devops, devspaces, devtestlab, digitaltwins, documentdb, domainregistration, dynamics365fraudprotection, edgeorder, education, elastic, elasticsan, engagementfabric, enterpriseknowledgegraph, eventgrid, eventhub, extendedlocation, features, fluidrelay, guestconfiguration, hanaonazure, hardwaresecuritymodules, hdinsight, healthbot, healthcareapis, hybridcompute, hybridconnectivity, hybriddata, hybridnetwork, importexport, insights, intune, iotcentral, iotsecurity, keyvault, kubernetes, kubernetesconfiguration, kusto, labservices, loadtestservice, logic, logz, m365securityandcompliance, machinelearning, machinelearningcompute, machinelearningexperimentation, machinelearningservices, maintenance, managedidentity, managednetwork, managedservices, management, managementpartner, maps, marketplace, media, migrate, mixedreality, mobilenetwork, netapp, network, networkfunction, notificationhubs, offazure, openenergyplatform, operationalinsights, operationsmanagement, orbital, peering, policyinsights, portal, powerbi, powerbidedicated, powerplatform, providerhub, purview, quantum, recommendationsservice, recoveryservices, redhatopenshift, relay, resourceconnector, resourcegraph, resources, saas, scheduler, scvmm, search, security, securityandcompliance, securityinsights, serialconsole, servicebus, servicefabric, servicefabricmesh, servicelinker, signalrservice, softwareplan, solutions, sql, sqlvirtualmachine, storage, storagecache, storagemover, storagepool, storagesync, storsimple, streamanalytics, subscription, synapse, testbase, timeseriesinsights, types, videoanalyzer, videoindexer, virtualmachineimages, visualstudio, vmwarecloudsimple, web, webpubsub, windowsesu, windowsiot, workloads, };
|
|
193
|
+
export { aad, aadiam, addons, advisor, agfoodplatform, alertsmanagement, analysisservices, apimanagement, app, appconfiguration, appplatform, attestation, authorization, automanage, automation, autonomousdevelopmentplatform, avs, azureactivedirectory, azurearcdata, azuredata, azurestack, azurestackhci, batch, billing, blockchain, blueprint, botservice, cache, cdn, certificateregistration, changeanalysis, chaos, cognitiveservices, communication, compute, confidentialledger, config, confluent, connectedvmwarevsphere, consumption, containerinstance, containerregistry, containerservice, costmanagement, customerinsights, customproviders, dashboard, databox, databoxedge, databricks, datacatalog, datadog, datafactory, datalakeanalytics, datalakestore, datamigration, dataprotection, datashare, dbformariadb, dbformysql, dbforpostgresql, delegatednetwork, deploymentmanager, desktopvirtualization, devcenter, devhub, devices, deviceupdate, devops, devspaces, devtestlab, digitaltwins, documentdb, domainregistration, dynamics365fraudprotection, edgeorder, education, elastic, elasticsan, engagementfabric, enterpriseknowledgegraph, eventgrid, eventhub, extendedlocation, features, fluidrelay, guestconfiguration, hanaonazure, hardwaresecuritymodules, hdinsight, healthbot, healthcareapis, hybridcompute, hybridconnectivity, hybridcontainerservice, hybriddata, hybridnetwork, importexport, insights, intune, iotcentral, iotsecurity, keyvault, kubernetes, kubernetesconfiguration, kusto, labservices, loadtestservice, logic, logz, m365securityandcompliance, machinelearning, machinelearningcompute, machinelearningexperimentation, machinelearningservices, maintenance, managedidentity, managednetwork, managedservices, management, managementpartner, maps, marketplace, media, migrate, mixedreality, mobilenetwork, netapp, network, networkfunction, notificationhubs, offazure, openenergyplatform, operationalinsights, operationsmanagement, orbital, peering, policyinsights, portal, powerbi, powerbidedicated, powerplatform, providerhub, purview, quantum, recommendationsservice, recoveryservices, redhatopenshift, relay, resourceconnector, resourcegraph, resources, saas, scheduler, scvmm, search, security, securityandcompliance, securityinsights, serialconsole, servicebus, servicefabric, servicefabricmesh, servicelinker, signalrservice, softwareplan, solutions, sql, sqlvirtualmachine, storage, storagecache, storagemover, storagepool, storagesync, storsimple, streamanalytics, subscription, synapse, testbase, timeseriesinsights, types, videoanalyzer, videoindexer, virtualmachineimages, visualstudio, vmwarecloudsimple, web, webpubsub, windowsesu, windowsiot, workloads, };
|
package/index.js
CHANGED
|
@@ -17,9 +17,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
19
|
exports.databricks = exports.databoxedge = exports.databox = exports.dashboard = exports.customproviders = exports.customerinsights = exports.costmanagement = exports.containerservice = exports.containerregistry = exports.containerinstance = exports.consumption = exports.connectedvmwarevsphere = exports.confluent = exports.config = exports.confidentialledger = exports.compute = exports.communication = exports.cognitiveservices = exports.chaos = exports.changeanalysis = exports.certificateregistration = exports.cdn = exports.cache = exports.botservice = exports.blueprint = exports.blockchain = exports.billing = exports.batch = exports.azurestackhci = exports.azurestack = exports.azuredata = exports.azurearcdata = exports.azureactivedirectory = exports.avs = exports.autonomousdevelopmentplatform = exports.automation = exports.automanage = exports.authorization = exports.attestation = exports.appplatform = exports.appconfiguration = exports.app = exports.apimanagement = exports.analysisservices = exports.alertsmanagement = exports.agfoodplatform = exports.advisor = exports.addons = exports.aadiam = exports.aad = void 0;
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.workloads = exports.windowsiot = exports.windowsesu = exports.webpubsub = exports.web = exports.vmwarecloudsimple = exports.visualstudio = exports.virtualmachineimages = exports.videoindexer = exports.videoanalyzer = exports.types = exports.timeseriesinsights = exports.testbase = exports.synapse = exports.subscription = exports.streamanalytics = exports.storsimple = exports.storagesync = exports.storagepool = exports.storagemover = exports.storagecache = exports.storage = exports.sqlvirtualmachine = exports.sql = exports.solutions = exports.softwareplan = exports.signalrservice = exports.servicelinker = exports.servicefabricmesh = exports.servicefabric = exports.servicebus = exports.serialconsole = exports.securityinsights = exports.securityandcompliance = exports.security = exports.search = exports.scvmm = exports.scheduler = exports.saas = exports.resources = void 0;
|
|
20
|
+
exports.intune = exports.insights = exports.importexport = exports.hybridnetwork = exports.hybriddata = exports.hybridcontainerservice = exports.hybridconnectivity = exports.hybridcompute = exports.healthcareapis = exports.healthbot = exports.hdinsight = exports.hardwaresecuritymodules = exports.hanaonazure = exports.guestconfiguration = exports.fluidrelay = exports.features = exports.extendedlocation = exports.eventhub = exports.eventgrid = exports.enterpriseknowledgegraph = exports.engagementfabric = exports.elasticsan = exports.elastic = exports.education = exports.edgeorder = exports.dynamics365fraudprotection = exports.domainregistration = exports.documentdb = exports.digitaltwins = exports.devtestlab = exports.devspaces = exports.devops = exports.deviceupdate = exports.devices = exports.devhub = exports.devcenter = exports.desktopvirtualization = exports.deploymentmanager = exports.delegatednetwork = exports.dbforpostgresql = exports.dbformysql = exports.dbformariadb = exports.datashare = exports.dataprotection = exports.datamigration = exports.datalakestore = exports.datalakeanalytics = exports.datafactory = exports.datadog = exports.datacatalog = void 0;
|
|
21
|
+
exports.resourceconnector = exports.relay = exports.redhatopenshift = exports.recoveryservices = exports.recommendationsservice = exports.quantum = exports.purview = exports.providerhub = exports.powerplatform = exports.powerbidedicated = exports.powerbi = exports.portal = exports.policyinsights = exports.peering = exports.orbital = exports.operationsmanagement = exports.operationalinsights = exports.openenergyplatform = exports.offazure = exports.notificationhubs = exports.networkfunction = exports.network = exports.netapp = exports.mobilenetwork = exports.mixedreality = exports.migrate = exports.media = exports.marketplace = exports.maps = exports.managementpartner = exports.management = exports.managedservices = exports.managednetwork = exports.managedidentity = exports.maintenance = exports.machinelearningservices = exports.machinelearningexperimentation = exports.machinelearningcompute = exports.machinelearning = exports.m365securityandcompliance = exports.logz = exports.logic = exports.loadtestservice = exports.labservices = exports.kusto = exports.kubernetesconfiguration = exports.kubernetes = exports.keyvault = exports.iotsecurity = exports.iotcentral = void 0;
|
|
22
|
+
exports.workloads = exports.windowsiot = exports.windowsesu = exports.webpubsub = exports.web = exports.vmwarecloudsimple = exports.visualstudio = exports.virtualmachineimages = exports.videoindexer = exports.videoanalyzer = exports.types = exports.timeseriesinsights = exports.testbase = exports.synapse = exports.subscription = exports.streamanalytics = exports.storsimple = exports.storagesync = exports.storagepool = exports.storagemover = exports.storagecache = exports.storage = exports.sqlvirtualmachine = exports.sql = exports.solutions = exports.softwareplan = exports.signalrservice = exports.servicelinker = exports.servicefabricmesh = exports.servicefabric = exports.servicebus = exports.serialconsole = exports.securityinsights = exports.securityandcompliance = exports.security = exports.search = exports.scvmm = exports.scheduler = exports.saas = exports.resources = exports.resourcegraph = void 0;
|
|
23
23
|
const pulumi = require("@pulumi/pulumi");
|
|
24
24
|
const utilities = require("./utilities");
|
|
25
25
|
// Export members:
|
|
@@ -213,6 +213,8 @@ const hybridcompute = require("./hybridcompute");
|
|
|
213
213
|
exports.hybridcompute = hybridcompute;
|
|
214
214
|
const hybridconnectivity = require("./hybridconnectivity");
|
|
215
215
|
exports.hybridconnectivity = hybridconnectivity;
|
|
216
|
+
const hybridcontainerservice = require("./hybridcontainerservice");
|
|
217
|
+
exports.hybridcontainerservice = hybridcontainerservice;
|
|
216
218
|
const hybriddata = require("./hybriddata");
|
|
217
219
|
exports.hybriddata = hybriddata;
|
|
218
220
|
const hybridnetwork = require("./hybridnetwork");
|
|
@@ -415,4 +417,4 @@ pulumi.runtime.registerResourcePackage("azure-native", {
|
|
|
415
417
|
return new provider_1.Provider(name, undefined, { urn });
|
|
416
418
|
},
|
|
417
419
|
});
|
|
418
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
420
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFakYseUNBQXlDO0FBQ3pDLHlDQUF5QztBQUV6QyxrQkFBa0I7QUFDbEIsNkNBQTJCO0FBRTNCLHNCQUFzQjtBQUN0Qiw2QkFBNkI7QUFpTXpCLGtCQUFHO0FBaE1QLG1DQUFtQztBQWlNL0Isd0JBQU07QUFoTVYsbUNBQW1DO0FBaU0vQix3QkFBTTtBQWhNVixxQ0FBcUM7QUFpTWpDLDBCQUFPO0FBaE1YLG1EQUFtRDtBQWlNL0Msd0NBQWM7QUFoTWxCLHVEQUF1RDtBQWlNbkQsNENBQWdCO0FBaE1wQix1REFBdUQ7QUFpTW5ELDRDQUFnQjtBQWhNcEIsaURBQWlEO0FBaU03QyxzQ0FBYTtBQWhNakIsNkJBQTZCO0FBaU16QixrQkFBRztBQWhNUCx1REFBdUQ7QUFpTW5ELDRDQUFnQjtBQWhNcEIsNkNBQTZDO0FBaU16QyxrQ0FBVztBQWhNZiw2Q0FBNkM7QUFpTXpDLGtDQUFXO0FBaE1mLGlEQUFpRDtBQWlNN0Msc0NBQWE7QUFoTWpCLDJDQUEyQztBQWlNdkMsZ0NBQVU7QUFoTWQsMkNBQTJDO0FBaU12QyxnQ0FBVTtBQWhNZCxpRkFBaUY7QUFpTTdFLHNFQUE2QjtBQWhNakMsNkJBQTZCO0FBaU16QixrQkFBRztBQWhNUCwrREFBK0Q7QUFpTTNELG9EQUFvQjtBQWhNeEIsK0NBQStDO0FBaU0zQyxvQ0FBWTtBQWhNaEIseUNBQXlDO0FBaU1yQyw4QkFBUztBQWhNYiwyQ0FBMkM7QUFpTXZDLGdDQUFVO0FBaE1kLGlEQUFpRDtBQWlNN0Msc0NBQWE7QUFoTWpCLGlDQUFpQztBQWlNN0Isc0JBQUs7QUFoTVQscUNBQXFDO0FBaU1qQywwQkFBTztBQWhNWCwyQ0FBMkM7QUFpTXZDLGdDQUFVO0FBaE1kLHlDQUF5QztBQWlNckMsOEJBQVM7QUFo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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure-native",
|
|
3
|
-
"version": "v1.
|
|
3
|
+
"version": "v1.72.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"azure",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"install": "node scripts/install-pulumi-plugin.js resource azure-native v1.
|
|
16
|
+
"install": "node scripts/install-pulumi-plugin.js resource azure-native v1.72.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure-native",
|
|
3
|
-
"version": "v1.
|
|
3
|
+
"version": "v1.72.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"azure",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsc",
|
|
16
|
-
"install": "node scripts/install-pulumi-plugin.js resource azure-native v1.
|
|
16
|
+
"install": "node scripts/install-pulumi-plugin.js resource azure-native v1.72.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@pulumi/pulumi": "^3.0.0"
|