@pulumi/azure-native 2.1.0 → 2.1.1
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/devices/certificate.d.ts +1 -1
- package/devices/certificate.js +1 -1
- package/devices/getCertificate.d.ts +2 -2
- package/devices/getCertificate.js +2 -2
- package/devices/getIotHubResource.d.ts +2 -2
- package/devices/getIotHubResource.js +2 -2
- package/devices/getIotHubResourceEventHubConsumerGroup.d.ts +2 -2
- package/devices/getIotHubResourceEventHubConsumerGroup.js +2 -2
- package/devices/getPrivateEndpointConnection.d.ts +2 -2
- package/devices/getPrivateEndpointConnection.js +2 -2
- package/devices/index.d.ts +2 -1
- package/devices/index.js +4 -2
- package/devices/iotHubResource.d.ts +1 -1
- package/devices/iotHubResource.js +1 -1
- package/devices/iotHubResourceEventHubConsumerGroup.d.ts +1 -1
- package/devices/iotHubResourceEventHubConsumerGroup.js +1 -1
- package/devices/listIotHubResourceKeys.d.ts +2 -2
- package/devices/listIotHubResourceKeys.js +2 -2
- package/devices/listIotHubResourceKeysForKeyName.d.ts +2 -2
- package/devices/listIotHubResourceKeysForKeyName.js +2 -2
- package/devices/privateEndpointConnection.d.ts +1 -1
- package/devices/privateEndpointConnection.js +1 -1
- package/devices/v20220430preview/certificate.d.ts +67 -0
- package/devices/v20220430preview/certificate.js +73 -0
- package/devices/v20220430preview/getCertificate.d.ts +63 -0
- package/devices/v20220430preview/getCertificate.js +27 -0
- package/devices/v20220430preview/getIotHubResource.d.ts +77 -0
- package/devices/v20220430preview/getIotHubResource.js +26 -0
- package/devices/v20220430preview/getIotHubResourceEventHubConsumerGroup.d.ts +70 -0
- package/devices/v20220430preview/getIotHubResourceEventHubConsumerGroup.js +28 -0
- package/devices/v20220430preview/getPrivateEndpointConnection.d.ts +59 -0
- package/devices/v20220430preview/getPrivateEndpointConnection.js +27 -0
- package/devices/v20220430preview/index.d.ts +31 -0
- package/devices/v20220430preview/index.js +68 -0
- package/devices/v20220430preview/iotHubResource.d.ts +103 -0
- package/devices/v20220430preview/iotHubResource.js +83 -0
- package/devices/v20220430preview/iotHubResourceEventHubConsumerGroup.d.ts +70 -0
- package/devices/v20220430preview/iotHubResourceEventHubConsumerGroup.js +79 -0
- package/devices/v20220430preview/listIotHubResourceKeys.d.ts +43 -0
- package/devices/v20220430preview/listIotHubResourceKeys.js +26 -0
- package/devices/v20220430preview/listIotHubResourceKeysForKeyName.d.ts +58 -0
- package/devices/v20220430preview/listIotHubResourceKeysForKeyName.js +27 -0
- package/devices/v20220430preview/privateEndpointConnection.d.ts +63 -0
- package/devices/v20220430preview/privateEndpointConnection.js +74 -0
- package/network/getDnsResourceReferenceByTarResources.d.ts +2 -2
- package/network/getDnsResourceReferenceByTarResources.js +2 -2
- package/network/getRecordSet.d.ts +4 -16
- package/network/getRecordSet.js +3 -3
- package/network/getZone.d.ts +4 -12
- package/network/getZone.js +3 -3
- package/network/index.d.ts +0 -6
- package/network/index.js +10 -17
- package/network/recordSet.d.ts +3 -27
- package/network/recordSet.js +2 -8
- package/network/v20180501/getRecordSet.d.ts +129 -0
- package/network/v20180501/getRecordSet.js +28 -0
- package/network/v20180501/getZone.d.ts +89 -0
- package/network/v20180501/getZone.js +26 -0
- package/network/v20180501/index.d.ts +13 -0
- package/network/v20180501/index.js +43 -2
- package/network/v20180501/recordSet.d.ts +179 -0
- package/network/v20180501/recordSet.js +105 -0
- package/network/v20180501/zone.d.ts +116 -0
- package/network/v20180501/zone.js +86 -0
- package/network/v20230701preview/dnssecConfig.js +1 -3
- package/network/zone.d.ts +2 -10
- package/network/zone.js +2 -6
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/devices/index.d.ts +2 -10
- package/types/enums/devices/index.js +4 -7
- package/types/enums/devices/v20220430preview/index.d.ts +115 -0
- package/types/enums/devices/v20220430preview/index.js +77 -0
- package/types/enums/network/index.d.ts +2 -1
- package/types/enums/network/index.js +8 -6
- package/types/enums/network/v20180501/index.d.ts +8 -0
- package/types/enums/network/v20180501/index.js +10 -0
- package/types/input.d.ts +896 -84
- package/types/input.js +27 -1
- package/types/output.d.ts +1331 -437
- package/types/output.js +27 -1
- package/network/dnssecConfig.d.ts +0 -67
- package/network/dnssecConfig.js +0 -77
- package/network/getDnssecConfig.d.ts +0 -65
- package/network/getDnssecConfig.js +0 -28
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* Represents the DNSSEC configuration.
|
|
5
|
-
* Azure REST API version: 2023-07-01-preview.
|
|
6
|
-
*/
|
|
7
|
-
export declare class DnssecConfig extends pulumi.CustomResource {
|
|
8
|
-
/**
|
|
9
|
-
* Get an existing DnssecConfig 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): DnssecConfig;
|
|
17
|
-
/**
|
|
18
|
-
* Returns true if the given object is an instance of DnssecConfig. 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 DnssecConfig;
|
|
22
|
-
/**
|
|
23
|
-
* The etag of the DNSSEC configuration.
|
|
24
|
-
*/
|
|
25
|
-
readonly etag: pulumi.Output<string | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* The name of the DNSSEC configuration.
|
|
28
|
-
*/
|
|
29
|
-
readonly name: pulumi.Output<string>;
|
|
30
|
-
/**
|
|
31
|
-
* Provisioning State of the DNSSEC configuration.
|
|
32
|
-
*/
|
|
33
|
-
readonly provisioningState: pulumi.Output<string>;
|
|
34
|
-
/**
|
|
35
|
-
* The list of signing keys.
|
|
36
|
-
*/
|
|
37
|
-
readonly signingKeys: pulumi.Output<outputs.network.SigningKeyResponse[]>;
|
|
38
|
-
/**
|
|
39
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
40
|
-
*/
|
|
41
|
-
readonly systemData: pulumi.Output<outputs.network.SystemDataResponse>;
|
|
42
|
-
/**
|
|
43
|
-
* The type of the DNSSEC configuration.
|
|
44
|
-
*/
|
|
45
|
-
readonly type: pulumi.Output<string>;
|
|
46
|
-
/**
|
|
47
|
-
* Create a DnssecConfig resource with the given unique name, arguments, and options.
|
|
48
|
-
*
|
|
49
|
-
* @param name The _unique_ name of the resource.
|
|
50
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
51
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
52
|
-
*/
|
|
53
|
-
constructor(name: string, args: DnssecConfigArgs, opts?: pulumi.CustomResourceOptions);
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* The set of arguments for constructing a DnssecConfig resource.
|
|
57
|
-
*/
|
|
58
|
-
export interface DnssecConfigArgs {
|
|
59
|
-
/**
|
|
60
|
-
* The name of the resource group. The name is case insensitive.
|
|
61
|
-
*/
|
|
62
|
-
resourceGroupName: pulumi.Input<string>;
|
|
63
|
-
/**
|
|
64
|
-
* The name of the DNS zone (without a terminating dot).
|
|
65
|
-
*/
|
|
66
|
-
zoneName: pulumi.Input<string>;
|
|
67
|
-
}
|
package/network/dnssecConfig.js
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi. ***
|
|
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.DnssecConfig = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Represents the DNSSEC configuration.
|
|
10
|
-
* Azure REST API version: 2023-07-01-preview.
|
|
11
|
-
*/
|
|
12
|
-
class DnssecConfig extends pulumi.CustomResource {
|
|
13
|
-
/**
|
|
14
|
-
* Get an existing DnssecConfig resource's state with the given name, ID, and optional extra
|
|
15
|
-
* properties used to qualify the lookup.
|
|
16
|
-
*
|
|
17
|
-
* @param name The _unique_ name of the resulting resource.
|
|
18
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
-
*/
|
|
21
|
-
static get(name, id, opts) {
|
|
22
|
-
return new DnssecConfig(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Returns true if the given object is an instance of DnssecConfig. This is designed to work even
|
|
26
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
-
*/
|
|
28
|
-
static isInstance(obj) {
|
|
29
|
-
if (obj === undefined || obj === null) {
|
|
30
|
-
return false;
|
|
31
|
-
}
|
|
32
|
-
return obj['__pulumiType'] === DnssecConfig.__pulumiType;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Create a DnssecConfig resource with the given unique name, arguments, and options.
|
|
36
|
-
*
|
|
37
|
-
* @param name The _unique_ name of the resource.
|
|
38
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
-
*/
|
|
41
|
-
constructor(name, args, opts) {
|
|
42
|
-
let resourceInputs = {};
|
|
43
|
-
opts = opts || {};
|
|
44
|
-
if (!opts.id) {
|
|
45
|
-
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
46
|
-
throw new Error("Missing required property 'resourceGroupName'");
|
|
47
|
-
}
|
|
48
|
-
if ((!args || args.zoneName === undefined) && !opts.urn) {
|
|
49
|
-
throw new Error("Missing required property 'zoneName'");
|
|
50
|
-
}
|
|
51
|
-
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
52
|
-
resourceInputs["zoneName"] = args ? args.zoneName : undefined;
|
|
53
|
-
resourceInputs["etag"] = undefined /*out*/;
|
|
54
|
-
resourceInputs["name"] = undefined /*out*/;
|
|
55
|
-
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
56
|
-
resourceInputs["signingKeys"] = undefined /*out*/;
|
|
57
|
-
resourceInputs["systemData"] = undefined /*out*/;
|
|
58
|
-
resourceInputs["type"] = undefined /*out*/;
|
|
59
|
-
}
|
|
60
|
-
else {
|
|
61
|
-
resourceInputs["etag"] = undefined /*out*/;
|
|
62
|
-
resourceInputs["name"] = undefined /*out*/;
|
|
63
|
-
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
64
|
-
resourceInputs["signingKeys"] = undefined /*out*/;
|
|
65
|
-
resourceInputs["systemData"] = undefined /*out*/;
|
|
66
|
-
resourceInputs["type"] = undefined /*out*/;
|
|
67
|
-
}
|
|
68
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
69
|
-
const aliasOpts = { aliases: [{ type: "azure-native:network/v20230701preview:DnssecConfig" }] };
|
|
70
|
-
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
71
|
-
super(DnssecConfig.__pulumiType, name, resourceInputs, opts);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
exports.DnssecConfig = DnssecConfig;
|
|
75
|
-
/** @internal */
|
|
76
|
-
DnssecConfig.__pulumiType = 'azure-native:network:DnssecConfig';
|
|
77
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG5zc2VjQ29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vbmV0d29yay9kbnNzZWNDb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsWUFBYSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ25EOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxZQUFZLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDekUsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLFlBQVksQ0FBQyxZQUFZLENBQUM7SUFDN0QsQ0FBQztJQTJCRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFzQixFQUFFLElBQW1DO1FBQ2pGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxRQUFRLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNyRCxNQUFNLElBQUksS0FBSyxDQUFDLHNDQUFzQyxDQUFDLENBQUM7YUFDM0Q7WUFDRCxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3hELGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2xELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3hELGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2xELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO1FBQ0QsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7UUFDbkUsTUFBTSxTQUFTLEdBQUcsRUFBRSxPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxvREFBb0QsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUNoRyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLFlBQVksQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNqRSxDQUFDOztBQXpGTCxvQ0EwRkM7QUE3RUcsZ0JBQWdCO0FBQ08seUJBQVksR0FBRyxtQ0FBbUMsQ0FBQyJ9
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as outputs from "../types/output";
|
|
3
|
-
/**
|
|
4
|
-
* Gets the DNSSEC configuration.
|
|
5
|
-
* Azure REST API version: 2023-07-01-preview.
|
|
6
|
-
*/
|
|
7
|
-
export declare function getDnssecConfig(args: GetDnssecConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetDnssecConfigResult>;
|
|
8
|
-
export interface GetDnssecConfigArgs {
|
|
9
|
-
/**
|
|
10
|
-
* The name of the resource group. The name is case insensitive.
|
|
11
|
-
*/
|
|
12
|
-
resourceGroupName: string;
|
|
13
|
-
/**
|
|
14
|
-
* The name of the DNS zone (without a terminating dot).
|
|
15
|
-
*/
|
|
16
|
-
zoneName: string;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Represents the DNSSEC configuration.
|
|
20
|
-
*/
|
|
21
|
-
export interface GetDnssecConfigResult {
|
|
22
|
-
/**
|
|
23
|
-
* The etag of the DNSSEC configuration.
|
|
24
|
-
*/
|
|
25
|
-
readonly etag?: string;
|
|
26
|
-
/**
|
|
27
|
-
* The ID of the DNSSEC configuration.
|
|
28
|
-
*/
|
|
29
|
-
readonly id: string;
|
|
30
|
-
/**
|
|
31
|
-
* The name of the DNSSEC configuration.
|
|
32
|
-
*/
|
|
33
|
-
readonly name: string;
|
|
34
|
-
/**
|
|
35
|
-
* Provisioning State of the DNSSEC configuration.
|
|
36
|
-
*/
|
|
37
|
-
readonly provisioningState: string;
|
|
38
|
-
/**
|
|
39
|
-
* The list of signing keys.
|
|
40
|
-
*/
|
|
41
|
-
readonly signingKeys: outputs.network.SigningKeyResponse[];
|
|
42
|
-
/**
|
|
43
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
44
|
-
*/
|
|
45
|
-
readonly systemData: outputs.network.SystemDataResponse;
|
|
46
|
-
/**
|
|
47
|
-
* The type of the DNSSEC configuration.
|
|
48
|
-
*/
|
|
49
|
-
readonly type: string;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* Gets the DNSSEC configuration.
|
|
53
|
-
* Azure REST API version: 2023-07-01-preview.
|
|
54
|
-
*/
|
|
55
|
-
export declare function getDnssecConfigOutput(args: GetDnssecConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDnssecConfigResult>;
|
|
56
|
-
export interface GetDnssecConfigOutputArgs {
|
|
57
|
-
/**
|
|
58
|
-
* The name of the resource group. The name is case insensitive.
|
|
59
|
-
*/
|
|
60
|
-
resourceGroupName: pulumi.Input<string>;
|
|
61
|
-
/**
|
|
62
|
-
* The name of the DNS zone (without a terminating dot).
|
|
63
|
-
*/
|
|
64
|
-
zoneName: pulumi.Input<string>;
|
|
65
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi. ***
|
|
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.getDnssecConfigOutput = exports.getDnssecConfig = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Gets the DNSSEC configuration.
|
|
10
|
-
* Azure REST API version: 2023-07-01-preview.
|
|
11
|
-
*/
|
|
12
|
-
function getDnssecConfig(args, opts) {
|
|
13
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
-
return pulumi.runtime.invoke("azure-native:network:getDnssecConfig", {
|
|
15
|
-
"resourceGroupName": args.resourceGroupName,
|
|
16
|
-
"zoneName": args.zoneName,
|
|
17
|
-
}, opts);
|
|
18
|
-
}
|
|
19
|
-
exports.getDnssecConfig = getDnssecConfig;
|
|
20
|
-
/**
|
|
21
|
-
* Gets the DNSSEC configuration.
|
|
22
|
-
* Azure REST API version: 2023-07-01-preview.
|
|
23
|
-
*/
|
|
24
|
-
function getDnssecConfigOutput(args, opts) {
|
|
25
|
-
return pulumi.output(args).apply((a) => getDnssecConfig(a, opts));
|
|
26
|
-
}
|
|
27
|
-
exports.getDnssecConfigOutput = getDnssecConfigOutput;
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RG5zc2VjQ29uZmlnLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vbmV0d29yay9nZXREbnNzZWNDb25maWcudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILFNBQWdCLGVBQWUsQ0FBQyxJQUF5QixFQUFFLElBQTJCO0lBRWxGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHNDQUFzQyxFQUFFO1FBQ2pFLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsVUFBVSxFQUFFLElBQUksQ0FBQyxRQUFRO0tBQzVCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsMENBT0M7QUE4Q0Q7OztHQUdHO0FBQ0gsU0FBZ0IscUJBQXFCLENBQUMsSUFBK0IsRUFBRSxJQUEyQjtJQUM5RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDMUUsQ0FBQztBQUZELHNEQUVDIn0=
|