@pulumi/azure-native 2.0.0 → 2.1.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/dbformysql/index.d.ts +2 -1
- package/dbformysql/index.js +4 -2
- package/dbformysql/privateEndpointConnection.js +2 -2
- package/dbformysql/v20220930preview/privateEndpointConnection.js +2 -2
- package/dbformysql/v20230630/getPrivateEndpointConnection.d.ts +75 -0
- package/dbformysql/v20230630/getPrivateEndpointConnection.js +27 -0
- package/dbformysql/v20230630/index.d.ts +7 -0
- package/dbformysql/v20230630/index.js +41 -0
- package/dbformysql/v20230630/privateEndpointConnection.d.ts +76 -0
- package/dbformysql/v20230630/privateEndpointConnection.js +82 -0
- package/elasticsan/elasticSan.js +2 -2
- package/elasticsan/getPrivateEndpointConnection.d.ts +77 -0
- package/elasticsan/getPrivateEndpointConnection.js +29 -0
- package/elasticsan/index.d.ts +8 -1
- package/elasticsan/index.js +11 -2
- package/elasticsan/privateEndpointConnection.d.ts +84 -0
- package/elasticsan/privateEndpointConnection.js +83 -0
- package/elasticsan/v20211120preview/elasticSan.js +2 -2
- package/elasticsan/v20211120preview/volume.js +2 -2
- package/elasticsan/v20211120preview/volumeGroup.js +2 -2
- package/elasticsan/v20221201preview/elasticSan.d.ts +135 -0
- package/elasticsan/v20221201preview/elasticSan.js +102 -0
- package/elasticsan/v20221201preview/getElasticSan.d.ts +105 -0
- package/elasticsan/v20221201preview/getElasticSan.js +26 -0
- package/elasticsan/v20221201preview/getPrivateEndpointConnection.d.ts +75 -0
- package/elasticsan/v20221201preview/getPrivateEndpointConnection.js +27 -0
- package/elasticsan/v20221201preview/getVolume.d.ts +83 -0
- package/elasticsan/v20221201preview/getVolume.js +28 -0
- package/elasticsan/v20221201preview/getVolumeGroup.d.ts +79 -0
- package/elasticsan/v20221201preview/getVolumeGroup.js +27 -0
- package/elasticsan/v20221201preview/index.d.ts +25 -0
- package/elasticsan/v20221201preview/index.js +62 -0
- package/elasticsan/v20221201preview/privateEndpointConnection.d.ts +83 -0
- package/elasticsan/v20221201preview/privateEndpointConnection.js +82 -0
- package/elasticsan/v20221201preview/volume.d.ts +87 -0
- package/elasticsan/v20221201preview/volume.js +86 -0
- package/elasticsan/v20221201preview/volumeGroup.d.ts +92 -0
- package/elasticsan/v20221201preview/volumeGroup.js +81 -0
- package/elasticsan/volume.js +2 -2
- package/elasticsan/volumeGroup.js +2 -2
- package/maintenance/configurationAssignment.js +2 -2
- package/maintenance/configurationAssignmentParent.js +2 -2
- package/maintenance/configurationAssignmentsForResourceGroup.d.ts +88 -0
- package/maintenance/configurationAssignmentsForResourceGroup.js +76 -0
- package/maintenance/configurationAssignmentsForSubscription.d.ts +84 -0
- package/maintenance/configurationAssignmentsForSubscription.js +72 -0
- package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +69 -0
- package/maintenance/getConfigurationAssignmentsForResourceGroup.js +28 -0
- package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +61 -0
- package/maintenance/getConfigurationAssignmentsForSubscription.js +27 -0
- package/maintenance/index.d.ts +14 -1
- package/maintenance/index.js +18 -2
- package/maintenance/maintenanceConfiguration.js +2 -2
- package/maintenance/v20221101preview/configurationAssignment.js +2 -2
- package/maintenance/v20221101preview/configurationAssignmentParent.js +2 -2
- package/maintenance/v20221101preview/maintenanceConfiguration.js +2 -2
- package/maintenance/v20230401/configurationAssignment.d.ts +99 -0
- package/maintenance/v20230401/configurationAssignment.js +87 -0
- package/maintenance/v20230401/configurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20230401/configurationAssignmentParent.js +95 -0
- package/maintenance/v20230401/configurationAssignmentsForResourceGroup.d.ts +87 -0
- package/maintenance/v20230401/configurationAssignmentsForResourceGroup.js +75 -0
- package/maintenance/v20230401/configurationAssignmentsForSubscription.d.ts +83 -0
- package/maintenance/v20230401/configurationAssignmentsForSubscription.js +71 -0
- package/maintenance/v20230401/getConfigurationAssignment.d.ts +91 -0
- package/maintenance/v20230401/getConfigurationAssignment.js +29 -0
- package/maintenance/v20230401/getConfigurationAssignmentParent.d.ts +107 -0
- package/maintenance/v20230401/getConfigurationAssignmentParent.js +31 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForResourceGroup.d.ts +67 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForResourceGroup.js +26 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForSubscription.d.ts +59 -0
- package/maintenance/v20230401/getConfigurationAssignmentsForSubscription.js +25 -0
- package/maintenance/v20230401/getMaintenanceConfiguration.d.ts +103 -0
- package/maintenance/v20230401/getMaintenanceConfiguration.js +26 -0
- package/maintenance/v20230401/index.d.ts +31 -0
- package/maintenance/v20230401/index.js +69 -0
- package/maintenance/v20230401/maintenanceConfiguration.d.ts +160 -0
- package/maintenance/v20230401/maintenanceConfiguration.js +92 -0
- package/managednetworkfabric/accessControlList.js +2 -2
- package/managednetworkfabric/externalNetwork.js +2 -2
- package/managednetworkfabric/getInternetGateway.d.ts +87 -0
- package/managednetworkfabric/getInternetGateway.js +28 -0
- package/managednetworkfabric/getInternetGatewayRule.d.ts +79 -0
- package/managednetworkfabric/getInternetGatewayRule.js +28 -0
- package/managednetworkfabric/getNeighborGroup.d.ts +83 -0
- package/managednetworkfabric/getNeighborGroup.js +28 -0
- package/managednetworkfabric/getNetworkFabricTopology.d.ts +49 -0
- package/managednetworkfabric/getNetworkFabricTopology.js +28 -0
- package/managednetworkfabric/getNetworkPacketBroker.d.ts +87 -0
- package/managednetworkfabric/getNetworkPacketBroker.js +28 -0
- package/managednetworkfabric/getNetworkTap.d.ts +95 -0
- package/managednetworkfabric/getNetworkTap.js +28 -0
- package/managednetworkfabric/getNetworkTapRule.d.ts +107 -0
- package/managednetworkfabric/getNetworkTapRule.js +28 -0
- package/managednetworkfabric/index.d.ts +41 -1
- package/managednetworkfabric/index.js +50 -2
- package/managednetworkfabric/internalNetwork.js +2 -2
- package/managednetworkfabric/internetGateway.d.ts +116 -0
- package/managednetworkfabric/internetGateway.js +90 -0
- package/managednetworkfabric/internetGatewayRule.d.ts +100 -0
- package/managednetworkfabric/internetGatewayRule.js +83 -0
- package/managednetworkfabric/ipCommunity.js +2 -2
- package/managednetworkfabric/ipExtendedCommunity.js +2 -2
- package/managednetworkfabric/ipPrefix.js +2 -2
- package/managednetworkfabric/l2isolationDomain.js +2 -2
- package/managednetworkfabric/l3isolationDomain.js +2 -2
- package/managednetworkfabric/neighborGroup.d.ts +104 -0
- package/managednetworkfabric/neighborGroup.js +85 -0
- package/managednetworkfabric/networkDevice.js +2 -2
- package/managednetworkfabric/networkFabric.js +2 -2
- package/managednetworkfabric/networkFabricController.js +2 -2
- package/managednetworkfabric/networkInterface.js +2 -2
- package/managednetworkfabric/networkPacketBroker.d.ts +103 -0
- package/managednetworkfabric/networkPacketBroker.js +87 -0
- package/managednetworkfabric/networkRack.js +2 -2
- package/managednetworkfabric/networkTap.d.ts +125 -0
- package/managednetworkfabric/networkTap.js +95 -0
- package/managednetworkfabric/networkTapRule.d.ts +145 -0
- package/managednetworkfabric/networkTapRule.js +98 -0
- package/managednetworkfabric/networkToNetworkInterconnect.js +2 -2
- package/managednetworkfabric/routePolicy.js +2 -2
- package/managednetworkfabric/v20230201preview/accessControlList.js +2 -2
- package/managednetworkfabric/v20230201preview/externalNetwork.js +2 -2
- package/managednetworkfabric/v20230201preview/internalNetwork.js +2 -2
- package/managednetworkfabric/v20230201preview/ipCommunity.js +2 -2
- package/managednetworkfabric/v20230201preview/ipExtendedCommunity.js +2 -2
- package/managednetworkfabric/v20230201preview/ipPrefix.js +2 -2
- package/managednetworkfabric/v20230201preview/l2isolationDomain.js +2 -2
- package/managednetworkfabric/v20230201preview/l3isolationDomain.js +2 -2
- package/managednetworkfabric/v20230201preview/networkDevice.js +2 -2
- package/managednetworkfabric/v20230201preview/networkFabric.js +2 -2
- package/managednetworkfabric/v20230201preview/networkFabricController.js +2 -2
- package/managednetworkfabric/v20230201preview/networkInterface.js +2 -2
- package/managednetworkfabric/v20230201preview/networkRack.js +2 -2
- package/managednetworkfabric/v20230201preview/networkToNetworkInterconnect.js +2 -2
- package/managednetworkfabric/v20230201preview/routePolicy.js +2 -2
- package/managednetworkfabric/v20230615/accessControlList.d.ts +132 -0
- package/managednetworkfabric/v20230615/accessControlList.js +92 -0
- package/managednetworkfabric/v20230615/externalNetwork.d.ts +140 -0
- package/managednetworkfabric/v20230615/externalNetwork.js +99 -0
- package/managednetworkfabric/v20230615/getAccessControlList.d.ts +97 -0
- package/managednetworkfabric/v20230615/getAccessControlList.js +26 -0
- package/managednetworkfabric/v20230615/getExternalNetwork.d.ts +107 -0
- package/managednetworkfabric/v20230615/getExternalNetwork.js +27 -0
- package/managednetworkfabric/v20230615/getInternalNetwork.d.ts +131 -0
- package/managednetworkfabric/v20230615/getInternalNetwork.js +27 -0
- package/managednetworkfabric/v20230615/getInternetGateway.d.ts +85 -0
- package/managednetworkfabric/v20230615/getInternetGateway.js +26 -0
- package/managednetworkfabric/v20230615/getInternetGatewayRule.d.ts +77 -0
- package/managednetworkfabric/v20230615/getInternetGatewayRule.js +26 -0
- package/managednetworkfabric/v20230615/getIpCommunity.d.ts +81 -0
- package/managednetworkfabric/v20230615/getIpCommunity.js +26 -0
- package/managednetworkfabric/v20230615/getIpExtendedCommunity.d.ts +81 -0
- package/managednetworkfabric/v20230615/getIpExtendedCommunity.js +26 -0
- package/managednetworkfabric/v20230615/getIpPrefix.d.ts +81 -0
- package/managednetworkfabric/v20230615/getIpPrefix.js +26 -0
- package/managednetworkfabric/v20230615/getL2IsolationDomain.d.ts +89 -0
- package/managednetworkfabric/v20230615/getL2IsolationDomain.js +26 -0
- package/managednetworkfabric/v20230615/getL3IsolationDomain.d.ts +97 -0
- package/managednetworkfabric/v20230615/getL3IsolationDomain.js +26 -0
- package/managednetworkfabric/v20230615/getNeighborGroup.d.ts +81 -0
- package/managednetworkfabric/v20230615/getNeighborGroup.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkDevice.d.ts +109 -0
- package/managednetworkfabric/v20230615/getNetworkDevice.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkFabric.d.ts +133 -0
- package/managednetworkfabric/v20230615/getNetworkFabric.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkFabricController.d.ts +117 -0
- package/managednetworkfabric/v20230615/getNetworkFabricController.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkFabricTopology.d.ts +47 -0
- package/managednetworkfabric/v20230615/getNetworkFabricTopology.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkInterface.d.ts +91 -0
- package/managednetworkfabric/v20230615/getNetworkInterface.js +27 -0
- package/managednetworkfabric/v20230615/getNetworkPacketBroker.d.ts +85 -0
- package/managednetworkfabric/v20230615/getNetworkPacketBroker.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkRack.d.ts +81 -0
- package/managednetworkfabric/v20230615/getNetworkRack.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkTap.d.ts +93 -0
- package/managednetworkfabric/v20230615/getNetworkTap.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkTapRule.d.ts +105 -0
- package/managednetworkfabric/v20230615/getNetworkTapRule.js +26 -0
- package/managednetworkfabric/v20230615/getNetworkToNetworkInterconnect.d.ts +111 -0
- package/managednetworkfabric/v20230615/getNetworkToNetworkInterconnect.js +27 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +89 -0
- package/managednetworkfabric/v20230615/getRoutePolicy.js +26 -0
- package/managednetworkfabric/v20230615/index.d.ts +130 -0
- package/managednetworkfabric/v20230615/index.js +185 -0
- package/managednetworkfabric/v20230615/internalNetwork.d.ts +192 -0
- package/managednetworkfabric/v20230615/internalNetwork.js +112 -0
- package/managednetworkfabric/v20230615/internetGateway.d.ts +115 -0
- package/managednetworkfabric/v20230615/internetGateway.js +89 -0
- package/managednetworkfabric/v20230615/internetGatewayRule.d.ts +99 -0
- package/managednetworkfabric/v20230615/internetGatewayRule.js +82 -0
- package/managednetworkfabric/v20230615/ipCommunity.d.ts +103 -0
- package/managednetworkfabric/v20230615/ipCommunity.js +84 -0
- package/managednetworkfabric/v20230615/ipExtendedCommunity.d.ts +103 -0
- package/managednetworkfabric/v20230615/ipExtendedCommunity.js +84 -0
- package/managednetworkfabric/v20230615/ipPrefix.d.ts +103 -0
- package/managednetworkfabric/v20230615/ipPrefix.js +84 -0
- package/managednetworkfabric/v20230615/l2isolationDomain.d.ts +118 -0
- package/managednetworkfabric/v20230615/l2isolationDomain.js +92 -0
- package/managednetworkfabric/v20230615/l3isolationDomain.d.ts +136 -0
- package/managednetworkfabric/v20230615/l3isolationDomain.js +93 -0
- package/managednetworkfabric/v20230615/neighborGroup.d.ts +103 -0
- package/managednetworkfabric/v20230615/neighborGroup.js +84 -0
- package/managednetworkfabric/v20230615/networkDevice.d.ts +138 -0
- package/managednetworkfabric/v20230615/networkDevice.js +98 -0
- package/managednetworkfabric/v20230615/networkFabric.d.ts +187 -0
- package/managednetworkfabric/v20230615/networkFabric.js +129 -0
- package/managednetworkfabric/v20230615/networkFabricController.d.ts +164 -0
- package/managednetworkfabric/v20230615/networkFabricController.js +100 -0
- package/managednetworkfabric/v20230615/networkInterface.d.ts +94 -0
- package/managednetworkfabric/v20230615/networkInterface.js +87 -0
- package/managednetworkfabric/v20230615/networkPacketBroker.d.ts +102 -0
- package/managednetworkfabric/v20230615/networkPacketBroker.js +86 -0
- package/managednetworkfabric/v20230615/networkRack.d.ts +107 -0
- package/managednetworkfabric/v20230615/networkRack.js +84 -0
- package/managednetworkfabric/v20230615/networkTap.d.ts +124 -0
- package/managednetworkfabric/v20230615/networkTap.js +94 -0
- package/managednetworkfabric/v20230615/networkTapRule.d.ts +144 -0
- package/managednetworkfabric/v20230615/networkTapRule.js +97 -0
- package/managednetworkfabric/v20230615/networkToNetworkInterconnect.d.ts +152 -0
- package/managednetworkfabric/v20230615/networkToNetworkInterconnect.js +102 -0
- package/managednetworkfabric/v20230615/routePolicy.d.ts +120 -0
- package/managednetworkfabric/v20230615/routePolicy.js +92 -0
- package/package.json +2 -2
- package/storagemover/agent.js +2 -2
- package/storagemover/endpoint.js +2 -2
- package/storagemover/index.d.ts +2 -1
- package/storagemover/index.js +4 -2
- package/storagemover/jobDefinition.js +2 -2
- package/storagemover/project.js +2 -2
- package/storagemover/storageMover.js +2 -2
- package/storagemover/v20230301/agent.js +2 -2
- package/storagemover/v20230301/endpoint.js +2 -2
- package/storagemover/v20230301/jobDefinition.js +2 -2
- package/storagemover/v20230301/project.js +2 -2
- package/storagemover/v20230301/storageMover.js +2 -2
- package/storagemover/v20230701preview/agent.d.ts +115 -0
- package/storagemover/v20230701preview/agent.js +101 -0
- package/storagemover/v20230701preview/endpoint.d.ts +67 -0
- package/storagemover/v20230701preview/endpoint.js +76 -0
- package/storagemover/v20230701preview/getAgent.d.ts +104 -0
- package/storagemover/v20230701preview/getAgent.js +27 -0
- package/storagemover/v20230701preview/getEndpoint.d.ts +63 -0
- package/storagemover/v20230701preview/getEndpoint.js +27 -0
- package/storagemover/v20230701preview/getJobDefinition.d.ts +123 -0
- package/storagemover/v20230701preview/getJobDefinition.js +28 -0
- package/storagemover/v20230701preview/getProject.d.ts +67 -0
- package/storagemover/v20230701preview/getProject.js +27 -0
- package/storagemover/v20230701preview/getStorageMover.d.ts +69 -0
- package/storagemover/v20230701preview/getStorageMover.js +26 -0
- package/storagemover/v20230701preview/index.d.ts +31 -0
- package/storagemover/v20230701preview/index.js +69 -0
- package/storagemover/v20230701preview/jobDefinition.d.ts +147 -0
- package/storagemover/v20230701preview/jobDefinition.js +112 -0
- package/storagemover/v20230701preview/project.d.ts +70 -0
- package/storagemover/v20230701preview/project.js +75 -0
- package/storagemover/v20230701preview/storageMover.d.ts +86 -0
- package/storagemover/v20230701preview/storageMover.js +75 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/dbformysql/index.d.ts +2 -1
- package/types/enums/dbformysql/index.js +4 -2
- package/types/enums/dbformysql/v20230630/index.d.ts +9 -0
- package/types/enums/dbformysql/v20230630/index.js +11 -0
- package/types/enums/elasticsan/index.d.ts +12 -1
- package/types/enums/elasticsan/index.js +10 -2
- package/types/enums/elasticsan/v20221201preview/index.d.ts +66 -0
- package/types/enums/elasticsan/v20221201preview/index.js +44 -0
- package/types/enums/maintenance/index.d.ts +10 -1
- package/types/enums/maintenance/index.js +8 -2
- package/types/enums/maintenance/v20230401/index.d.ts +65 -0
- package/types/enums/maintenance/v20230401/index.js +55 -0
- package/types/enums/managednetworkfabric/index.d.ts +111 -1
- package/types/enums/managednetworkfabric/index.js +61 -2
- package/types/enums/managednetworkfabric/v20230615/index.d.ts +275 -0
- package/types/enums/managednetworkfabric/v20230615/index.js +148 -0
- package/types/enums/storagemover/index.d.ts +2 -1
- package/types/enums/storagemover/index.js +4 -2
- package/types/enums/storagemover/v20230701preview/index.d.ts +34 -0
- package/types/enums/storagemover/v20230701preview/index.js +24 -0
- package/types/input.d.ts +1723 -4
- package/types/input.js +126 -1
- package/types/output.d.ts +2104 -4
- package/types/output.js +126 -1
|
@@ -0,0 +1,26 @@
|
|
|
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.getConfigurationAssignmentsForResourceGroupOutput = exports.getConfigurationAssignmentsForResourceGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get configuration assignment for resource..
|
|
10
|
+
*/
|
|
11
|
+
function getConfigurationAssignmentsForResourceGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:maintenance/v20230401:getConfigurationAssignmentsForResourceGroup", {
|
|
14
|
+
"configurationAssignmentName": args.configurationAssignmentName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getConfigurationAssignmentsForResourceGroup = getConfigurationAssignmentsForResourceGroup;
|
|
19
|
+
/**
|
|
20
|
+
* Get configuration assignment for resource..
|
|
21
|
+
*/
|
|
22
|
+
function getConfigurationAssignmentsForResourceGroupOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getConfigurationAssignmentsForResourceGroup(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getConfigurationAssignmentsForResourceGroupOutput = getConfigurationAssignmentsForResourceGroupOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29uZmlndXJhdGlvbkFzc2lnbm1lbnRzRm9yUmVzb3VyY2VHcm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21haW50ZW5hbmNlL3YyMDIzMDQwMS9nZXRDb25maWd1cmF0aW9uQXNzaWdubWVudHNGb3JSZXNvdXJjZUdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDJDQUEyQyxDQUFDLElBQXFELEVBQUUsSUFBMkI7SUFFMUksSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsZ0ZBQWdGLEVBQUU7UUFDM0csNkJBQTZCLEVBQUUsSUFBSSxDQUFDLDJCQUEyQjtRQUMvRCxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsa0dBT0M7QUFrREQ7O0dBRUc7QUFDSCxTQUFnQixpREFBaUQsQ0FBQyxJQUEyRCxFQUFFLElBQTJCO0lBQ3RKLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDJDQUEyQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3RHLENBQUM7QUFGRCw4R0FFQyJ9
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get configuration assignment for resource..
|
|
5
|
+
*/
|
|
6
|
+
export declare function getConfigurationAssignmentsForSubscription(args: GetConfigurationAssignmentsForSubscriptionArgs, opts?: pulumi.InvokeOptions): Promise<GetConfigurationAssignmentsForSubscriptionResult>;
|
|
7
|
+
export interface GetConfigurationAssignmentsForSubscriptionArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Configuration assignment name
|
|
10
|
+
*/
|
|
11
|
+
configurationAssignmentName: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Configuration Assignment
|
|
15
|
+
*/
|
|
16
|
+
export interface GetConfigurationAssignmentsForSubscriptionResult {
|
|
17
|
+
/**
|
|
18
|
+
* Properties of the configuration assignment
|
|
19
|
+
*/
|
|
20
|
+
readonly filter?: outputs.maintenance.v20230401.ConfigurationAssignmentFilterPropertiesResponse;
|
|
21
|
+
/**
|
|
22
|
+
* Fully qualified identifier of the resource
|
|
23
|
+
*/
|
|
24
|
+
readonly id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Location of the resource
|
|
27
|
+
*/
|
|
28
|
+
readonly location?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The maintenance configuration Id
|
|
31
|
+
*/
|
|
32
|
+
readonly maintenanceConfigurationId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* The unique resourceId
|
|
39
|
+
*/
|
|
40
|
+
readonly resourceId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
43
|
+
*/
|
|
44
|
+
readonly systemData: outputs.maintenance.v20230401.SystemDataResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Type of the resource
|
|
47
|
+
*/
|
|
48
|
+
readonly type: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get configuration assignment for resource..
|
|
52
|
+
*/
|
|
53
|
+
export declare function getConfigurationAssignmentsForSubscriptionOutput(args: GetConfigurationAssignmentsForSubscriptionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetConfigurationAssignmentsForSubscriptionResult>;
|
|
54
|
+
export interface GetConfigurationAssignmentsForSubscriptionOutputArgs {
|
|
55
|
+
/**
|
|
56
|
+
* Configuration assignment name
|
|
57
|
+
*/
|
|
58
|
+
configurationAssignmentName: pulumi.Input<string>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getConfigurationAssignmentsForSubscriptionOutput = exports.getConfigurationAssignmentsForSubscription = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get configuration assignment for resource..
|
|
10
|
+
*/
|
|
11
|
+
function getConfigurationAssignmentsForSubscription(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:maintenance/v20230401:getConfigurationAssignmentsForSubscription", {
|
|
14
|
+
"configurationAssignmentName": args.configurationAssignmentName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getConfigurationAssignmentsForSubscription = getConfigurationAssignmentsForSubscription;
|
|
18
|
+
/**
|
|
19
|
+
* Get configuration assignment for resource..
|
|
20
|
+
*/
|
|
21
|
+
function getConfigurationAssignmentsForSubscriptionOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply((a) => getConfigurationAssignmentsForSubscription(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getConfigurationAssignmentsForSubscriptionOutput = getConfigurationAssignmentsForSubscriptionOutput;
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29uZmlndXJhdGlvbkFzc2lnbm1lbnRzRm9yU3Vic2NyaXB0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbWFpbnRlbmFuY2UvdjIwMjMwNDAxL2dldENvbmZpZ3VyYXRpb25Bc3NpZ25tZW50c0ZvclN1YnNjcmlwdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQiwwQ0FBMEMsQ0FBQyxJQUFvRCxFQUFFLElBQTJCO0lBRXhJLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLCtFQUErRSxFQUFFO1FBQzFHLDZCQUE2QixFQUFFLElBQUksQ0FBQywyQkFBMkI7S0FDbEUsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFORCxnR0FNQztBQThDRDs7R0FFRztBQUNILFNBQWdCLGdEQUFnRCxDQUFDLElBQTBELEVBQUUsSUFBMkI7SUFDcEosT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsMENBQTBDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDckcsQ0FBQztBQUZELDRHQUVDIn0=
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Maintenance configuration record type
|
|
5
|
+
*/
|
|
6
|
+
export declare function getMaintenanceConfiguration(args: GetMaintenanceConfigurationArgs, opts?: pulumi.InvokeOptions): Promise<GetMaintenanceConfigurationResult>;
|
|
7
|
+
export interface GetMaintenanceConfigurationArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Resource Group Name
|
|
10
|
+
*/
|
|
11
|
+
resourceGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Maintenance Configuration Name
|
|
14
|
+
*/
|
|
15
|
+
resourceName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Maintenance configuration record type
|
|
19
|
+
*/
|
|
20
|
+
export interface GetMaintenanceConfigurationResult {
|
|
21
|
+
/**
|
|
22
|
+
* Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00.
|
|
23
|
+
*/
|
|
24
|
+
readonly duration?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
|
|
27
|
+
*/
|
|
28
|
+
readonly expirationDateTime?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets extensionProperties of the maintenanceConfiguration
|
|
31
|
+
*/
|
|
32
|
+
readonly extensionProperties?: {
|
|
33
|
+
[key: string]: string;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Fully qualified identifier of the resource
|
|
37
|
+
*/
|
|
38
|
+
readonly id: string;
|
|
39
|
+
/**
|
|
40
|
+
* The input parameters to be passed to the patch run operation.
|
|
41
|
+
*/
|
|
42
|
+
readonly installPatches?: outputs.maintenance.v20230401.InputPatchConfigurationResponse;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets location of the resource
|
|
45
|
+
*/
|
|
46
|
+
readonly location?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Gets or sets maintenanceScope of the configuration
|
|
49
|
+
*/
|
|
50
|
+
readonly maintenanceScope?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Name of the resource
|
|
53
|
+
*/
|
|
54
|
+
readonly name: string;
|
|
55
|
+
/**
|
|
56
|
+
* Gets or sets namespace of the resource
|
|
57
|
+
*/
|
|
58
|
+
readonly namespace?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday] [Optional Offset(No. of days)]. Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.
|
|
61
|
+
*/
|
|
62
|
+
readonly recurEvery?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
|
|
65
|
+
*/
|
|
66
|
+
readonly startDateTime?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
69
|
+
*/
|
|
70
|
+
readonly systemData: outputs.maintenance.v20230401.SystemDataResponse;
|
|
71
|
+
/**
|
|
72
|
+
* Gets or sets tags of the resource
|
|
73
|
+
*/
|
|
74
|
+
readonly tags?: {
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
|
|
79
|
+
*/
|
|
80
|
+
readonly timeZone?: string;
|
|
81
|
+
/**
|
|
82
|
+
* Type of the resource
|
|
83
|
+
*/
|
|
84
|
+
readonly type: string;
|
|
85
|
+
/**
|
|
86
|
+
* Gets or sets the visibility of the configuration. The default value is 'Custom'
|
|
87
|
+
*/
|
|
88
|
+
readonly visibility?: string;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Maintenance configuration record type
|
|
92
|
+
*/
|
|
93
|
+
export declare function getMaintenanceConfigurationOutput(args: GetMaintenanceConfigurationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMaintenanceConfigurationResult>;
|
|
94
|
+
export interface GetMaintenanceConfigurationOutputArgs {
|
|
95
|
+
/**
|
|
96
|
+
* Resource Group Name
|
|
97
|
+
*/
|
|
98
|
+
resourceGroupName: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Maintenance Configuration Name
|
|
101
|
+
*/
|
|
102
|
+
resourceName: pulumi.Input<string>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.getMaintenanceConfigurationOutput = exports.getMaintenanceConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Maintenance configuration record type
|
|
10
|
+
*/
|
|
11
|
+
function getMaintenanceConfiguration(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:maintenance/v20230401:getMaintenanceConfiguration", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"resourceName": args.resourceName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getMaintenanceConfiguration = getMaintenanceConfiguration;
|
|
19
|
+
/**
|
|
20
|
+
* Maintenance configuration record type
|
|
21
|
+
*/
|
|
22
|
+
function getMaintenanceConfigurationOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getMaintenanceConfiguration(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getMaintenanceConfigurationOutput = getMaintenanceConfigurationOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0TWFpbnRlbmFuY2VDb25maWd1cmF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbWFpbnRlbmFuY2UvdjIwMjMwNDAxL2dldE1haW50ZW5hbmNlQ29uZmlndXJhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQiwyQkFBMkIsQ0FBQyxJQUFxQyxFQUFFLElBQTJCO0lBRTFHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGdFQUFnRSxFQUFFO1FBQzNGLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsY0FBYyxFQUFFLElBQUksQ0FBQyxZQUFZO0tBQ3BDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsa0VBT0M7QUFrRkQ7O0dBRUc7QUFDSCxTQUFnQixpQ0FBaUMsQ0FBQyxJQUEyQyxFQUFFLElBQTJCO0lBQ3RILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLDJCQUEyQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3RGLENBQUM7QUFGRCw4RUFFQyJ9
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { ConfigurationAssignmentArgs } from "./configurationAssignment";
|
|
2
|
+
export type ConfigurationAssignment = import("./configurationAssignment").ConfigurationAssignment;
|
|
3
|
+
export declare const ConfigurationAssignment: typeof import("./configurationAssignment").ConfigurationAssignment;
|
|
4
|
+
export { ConfigurationAssignmentParentArgs } from "./configurationAssignmentParent";
|
|
5
|
+
export type ConfigurationAssignmentParent = import("./configurationAssignmentParent").ConfigurationAssignmentParent;
|
|
6
|
+
export declare const ConfigurationAssignmentParent: typeof import("./configurationAssignmentParent").ConfigurationAssignmentParent;
|
|
7
|
+
export { ConfigurationAssignmentsForResourceGroupArgs } from "./configurationAssignmentsForResourceGroup";
|
|
8
|
+
export type ConfigurationAssignmentsForResourceGroup = import("./configurationAssignmentsForResourceGroup").ConfigurationAssignmentsForResourceGroup;
|
|
9
|
+
export declare const ConfigurationAssignmentsForResourceGroup: typeof import("./configurationAssignmentsForResourceGroup").ConfigurationAssignmentsForResourceGroup;
|
|
10
|
+
export { ConfigurationAssignmentsForSubscriptionArgs } from "./configurationAssignmentsForSubscription";
|
|
11
|
+
export type ConfigurationAssignmentsForSubscription = import("./configurationAssignmentsForSubscription").ConfigurationAssignmentsForSubscription;
|
|
12
|
+
export declare const ConfigurationAssignmentsForSubscription: typeof import("./configurationAssignmentsForSubscription").ConfigurationAssignmentsForSubscription;
|
|
13
|
+
export { GetConfigurationAssignmentArgs, GetConfigurationAssignmentResult, GetConfigurationAssignmentOutputArgs } from "./getConfigurationAssignment";
|
|
14
|
+
export declare const getConfigurationAssignment: typeof import("./getConfigurationAssignment").getConfigurationAssignment;
|
|
15
|
+
export declare const getConfigurationAssignmentOutput: typeof import("./getConfigurationAssignment").getConfigurationAssignmentOutput;
|
|
16
|
+
export { GetConfigurationAssignmentParentArgs, GetConfigurationAssignmentParentResult, GetConfigurationAssignmentParentOutputArgs } from "./getConfigurationAssignmentParent";
|
|
17
|
+
export declare const getConfigurationAssignmentParent: typeof import("./getConfigurationAssignmentParent").getConfigurationAssignmentParent;
|
|
18
|
+
export declare const getConfigurationAssignmentParentOutput: typeof import("./getConfigurationAssignmentParent").getConfigurationAssignmentParentOutput;
|
|
19
|
+
export { GetConfigurationAssignmentsForResourceGroupArgs, GetConfigurationAssignmentsForResourceGroupResult, GetConfigurationAssignmentsForResourceGroupOutputArgs } from "./getConfigurationAssignmentsForResourceGroup";
|
|
20
|
+
export declare const getConfigurationAssignmentsForResourceGroup: typeof import("./getConfigurationAssignmentsForResourceGroup").getConfigurationAssignmentsForResourceGroup;
|
|
21
|
+
export declare const getConfigurationAssignmentsForResourceGroupOutput: typeof import("./getConfigurationAssignmentsForResourceGroup").getConfigurationAssignmentsForResourceGroupOutput;
|
|
22
|
+
export { GetConfigurationAssignmentsForSubscriptionArgs, GetConfigurationAssignmentsForSubscriptionResult, GetConfigurationAssignmentsForSubscriptionOutputArgs } from "./getConfigurationAssignmentsForSubscription";
|
|
23
|
+
export declare const getConfigurationAssignmentsForSubscription: typeof import("./getConfigurationAssignmentsForSubscription").getConfigurationAssignmentsForSubscription;
|
|
24
|
+
export declare const getConfigurationAssignmentsForSubscriptionOutput: typeof import("./getConfigurationAssignmentsForSubscription").getConfigurationAssignmentsForSubscriptionOutput;
|
|
25
|
+
export { GetMaintenanceConfigurationArgs, GetMaintenanceConfigurationResult, GetMaintenanceConfigurationOutputArgs } from "./getMaintenanceConfiguration";
|
|
26
|
+
export declare const getMaintenanceConfiguration: typeof import("./getMaintenanceConfiguration").getMaintenanceConfiguration;
|
|
27
|
+
export declare const getMaintenanceConfigurationOutput: typeof import("./getMaintenanceConfiguration").getMaintenanceConfigurationOutput;
|
|
28
|
+
export { MaintenanceConfigurationArgs } from "./maintenanceConfiguration";
|
|
29
|
+
export type MaintenanceConfiguration = import("./maintenanceConfiguration").MaintenanceConfiguration;
|
|
30
|
+
export declare const MaintenanceConfiguration: typeof import("./maintenanceConfiguration").MaintenanceConfiguration;
|
|
31
|
+
export * from "../../types/enums/maintenance/v20230401";
|
|
@@ -0,0 +1,69 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.MaintenanceConfiguration = exports.getMaintenanceConfigurationOutput = exports.getMaintenanceConfiguration = exports.getConfigurationAssignmentsForSubscriptionOutput = exports.getConfigurationAssignmentsForSubscription = exports.getConfigurationAssignmentsForResourceGroupOutput = exports.getConfigurationAssignmentsForResourceGroup = exports.getConfigurationAssignmentParentOutput = exports.getConfigurationAssignmentParent = exports.getConfigurationAssignmentOutput = exports.getConfigurationAssignment = exports.ConfigurationAssignmentsForSubscription = exports.ConfigurationAssignmentsForResourceGroup = exports.ConfigurationAssignmentParent = exports.ConfigurationAssignment = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.ConfigurationAssignment = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignment"], () => require("./configurationAssignment"));
|
|
24
|
+
exports.ConfigurationAssignmentParent = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignmentParent"], () => require("./configurationAssignmentParent"));
|
|
26
|
+
exports.ConfigurationAssignmentsForResourceGroup = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignmentsForResourceGroup"], () => require("./configurationAssignmentsForResourceGroup"));
|
|
28
|
+
exports.ConfigurationAssignmentsForSubscription = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["ConfigurationAssignmentsForSubscription"], () => require("./configurationAssignmentsForSubscription"));
|
|
30
|
+
exports.getConfigurationAssignment = null;
|
|
31
|
+
exports.getConfigurationAssignmentOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignment", "getConfigurationAssignmentOutput"], () => require("./getConfigurationAssignment"));
|
|
33
|
+
exports.getConfigurationAssignmentParent = null;
|
|
34
|
+
exports.getConfigurationAssignmentParentOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignmentParent", "getConfigurationAssignmentParentOutput"], () => require("./getConfigurationAssignmentParent"));
|
|
36
|
+
exports.getConfigurationAssignmentsForResourceGroup = null;
|
|
37
|
+
exports.getConfigurationAssignmentsForResourceGroupOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignmentsForResourceGroup", "getConfigurationAssignmentsForResourceGroupOutput"], () => require("./getConfigurationAssignmentsForResourceGroup"));
|
|
39
|
+
exports.getConfigurationAssignmentsForSubscription = null;
|
|
40
|
+
exports.getConfigurationAssignmentsForSubscriptionOutput = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["getConfigurationAssignmentsForSubscription", "getConfigurationAssignmentsForSubscriptionOutput"], () => require("./getConfigurationAssignmentsForSubscription"));
|
|
42
|
+
exports.getMaintenanceConfiguration = null;
|
|
43
|
+
exports.getMaintenanceConfigurationOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getMaintenanceConfiguration", "getMaintenanceConfigurationOutput"], () => require("./getMaintenanceConfiguration"));
|
|
45
|
+
exports.MaintenanceConfiguration = null;
|
|
46
|
+
utilities.lazyLoad(exports, ["MaintenanceConfiguration"], () => require("./maintenanceConfiguration"));
|
|
47
|
+
// Export enums:
|
|
48
|
+
__exportStar(require("../../types/enums/maintenance/v20230401"), exports);
|
|
49
|
+
const _module = {
|
|
50
|
+
version: utilities.getVersion(),
|
|
51
|
+
construct: (name, type, urn) => {
|
|
52
|
+
switch (type) {
|
|
53
|
+
case "azure-native:maintenance/v20230401:ConfigurationAssignment":
|
|
54
|
+
return new exports.ConfigurationAssignment(name, undefined, { urn });
|
|
55
|
+
case "azure-native:maintenance/v20230401:ConfigurationAssignmentParent":
|
|
56
|
+
return new exports.ConfigurationAssignmentParent(name, undefined, { urn });
|
|
57
|
+
case "azure-native:maintenance/v20230401:ConfigurationAssignmentsForResourceGroup":
|
|
58
|
+
return new exports.ConfigurationAssignmentsForResourceGroup(name, undefined, { urn });
|
|
59
|
+
case "azure-native:maintenance/v20230401:ConfigurationAssignmentsForSubscription":
|
|
60
|
+
return new exports.ConfigurationAssignmentsForSubscription(name, undefined, { urn });
|
|
61
|
+
case "azure-native:maintenance/v20230401:MaintenanceConfiguration":
|
|
62
|
+
return new exports.MaintenanceConfiguration(name, undefined, { urn });
|
|
63
|
+
default:
|
|
64
|
+
throw new Error(`unknown resource type ${type}`);
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
pulumi.runtime.registerResourceModule("azure-native", "maintenance/v20230401", _module);
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tYWludGVuYW5jZS92MjAyMzA0MDEvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFLaEMsUUFBQSx1QkFBdUIsR0FBdUUsSUFBVyxDQUFDO0FBQ3ZILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMseUJBQXlCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsMkJBQTJCLENBQUMsQ0FBQyxDQUFDO0FBSXhGLFFBQUEsNkJBQTZCLEdBQW1GLElBQVcsQ0FBQztBQUN6SSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLCtCQUErQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGlDQUFpQyxDQUFDLENBQUMsQ0FBQztBQUlwRyxRQUFBLHdDQUF3QyxHQUF5RyxJQUFXLENBQUM7QUFDMUssU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQywwQ0FBMEMsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyw0Q0FBNEMsQ0FBQyxDQUFDLENBQUM7QUFJMUgsUUFBQSx1Q0FBdUMsR0FBdUcsSUFBVyxDQUFDO0FBQ3ZLLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMseUNBQXlDLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsMkNBQTJDLENBQUMsQ0FBQyxDQUFDO0FBR3hILFFBQUEsMEJBQTBCLEdBQTZFLElBQVcsQ0FBQztBQUNuSCxRQUFBLGdDQUFnQyxHQUFtRixJQUFXLENBQUM7QUFDNUksU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyw0QkFBNEIsRUFBQyxrQ0FBa0MsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFD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
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Maintenance configuration record type
|
|
7
|
+
*/
|
|
8
|
+
export declare class MaintenanceConfiguration extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing MaintenanceConfiguration resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): MaintenanceConfiguration;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of MaintenanceConfiguration. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is MaintenanceConfiguration;
|
|
23
|
+
/**
|
|
24
|
+
* Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00.
|
|
25
|
+
*/
|
|
26
|
+
readonly duration: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
|
|
29
|
+
*/
|
|
30
|
+
readonly expirationDateTime: pulumi.Output<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets extensionProperties of the maintenanceConfiguration
|
|
33
|
+
*/
|
|
34
|
+
readonly extensionProperties: pulumi.Output<{
|
|
35
|
+
[key: string]: string;
|
|
36
|
+
} | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* The input parameters to be passed to the patch run operation.
|
|
39
|
+
*/
|
|
40
|
+
readonly installPatches: pulumi.Output<outputs.maintenance.v20230401.InputPatchConfigurationResponse | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets location of the resource
|
|
43
|
+
*/
|
|
44
|
+
readonly location: pulumi.Output<string | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Gets or sets maintenanceScope of the configuration
|
|
47
|
+
*/
|
|
48
|
+
readonly maintenanceScope: pulumi.Output<string | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* Name of the resource
|
|
51
|
+
*/
|
|
52
|
+
readonly name: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Gets or sets namespace of the resource
|
|
55
|
+
*/
|
|
56
|
+
readonly namespace: pulumi.Output<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday] [Optional Offset(No. of days)]. Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.
|
|
59
|
+
*/
|
|
60
|
+
readonly recurEvery: pulumi.Output<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
|
|
63
|
+
*/
|
|
64
|
+
readonly startDateTime: pulumi.Output<string | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
67
|
+
*/
|
|
68
|
+
readonly systemData: pulumi.Output<outputs.maintenance.v20230401.SystemDataResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Gets or sets tags of the resource
|
|
71
|
+
*/
|
|
72
|
+
readonly tags: pulumi.Output<{
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
} | undefined>;
|
|
75
|
+
/**
|
|
76
|
+
* Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
|
|
77
|
+
*/
|
|
78
|
+
readonly timeZone: pulumi.Output<string | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Type of the resource
|
|
81
|
+
*/
|
|
82
|
+
readonly type: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Gets or sets the visibility of the configuration. The default value is 'Custom'
|
|
85
|
+
*/
|
|
86
|
+
readonly visibility: pulumi.Output<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Create a MaintenanceConfiguration resource with the given unique name, arguments, and options.
|
|
89
|
+
*
|
|
90
|
+
* @param name The _unique_ name of the resource.
|
|
91
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
92
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
93
|
+
*/
|
|
94
|
+
constructor(name: string, args: MaintenanceConfigurationArgs, opts?: pulumi.CustomResourceOptions);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* The set of arguments for constructing a MaintenanceConfiguration resource.
|
|
98
|
+
*/
|
|
99
|
+
export interface MaintenanceConfigurationArgs {
|
|
100
|
+
/**
|
|
101
|
+
* Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00.
|
|
102
|
+
*/
|
|
103
|
+
duration?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.
|
|
106
|
+
*/
|
|
107
|
+
expirationDateTime?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets extensionProperties of the maintenanceConfiguration
|
|
110
|
+
*/
|
|
111
|
+
extensionProperties?: pulumi.Input<{
|
|
112
|
+
[key: string]: pulumi.Input<string>;
|
|
113
|
+
}>;
|
|
114
|
+
/**
|
|
115
|
+
* The input parameters to be passed to the patch run operation.
|
|
116
|
+
*/
|
|
117
|
+
installPatches?: pulumi.Input<inputs.maintenance.v20230401.InputPatchConfigurationArgs>;
|
|
118
|
+
/**
|
|
119
|
+
* Gets or sets location of the resource
|
|
120
|
+
*/
|
|
121
|
+
location?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* Gets or sets maintenanceScope of the configuration
|
|
124
|
+
*/
|
|
125
|
+
maintenanceScope?: pulumi.Input<string | enums.maintenance.v20230401.MaintenanceScope>;
|
|
126
|
+
/**
|
|
127
|
+
* Gets or sets namespace of the resource
|
|
128
|
+
*/
|
|
129
|
+
namespace?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: [Frequency as integer]['Day(s)']. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: [Frequency as integer]['Week(s)'] [Optional comma separated list of weekdays Monday-Sunday]. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as [Frequency as integer]['Month(s)'] [Comma separated list of month days] or [Frequency as integer]['Month(s)'] [Week of Month (First, Second, Third, Fourth, Last)] [Weekday Monday-Sunday] [Optional Offset(No. of days)]. Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.
|
|
132
|
+
*/
|
|
133
|
+
recurEvery?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Resource Group Name
|
|
136
|
+
*/
|
|
137
|
+
resourceGroupName: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Maintenance Configuration Name
|
|
140
|
+
*/
|
|
141
|
+
resourceName?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* Effective start date of the maintenance window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.
|
|
144
|
+
*/
|
|
145
|
+
startDateTime?: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Gets or sets tags of the resource
|
|
148
|
+
*/
|
|
149
|
+
tags?: pulumi.Input<{
|
|
150
|
+
[key: string]: pulumi.Input<string>;
|
|
151
|
+
}>;
|
|
152
|
+
/**
|
|
153
|
+
* Name of the timezone. List of timezones can be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.
|
|
154
|
+
*/
|
|
155
|
+
timeZone?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the visibility of the configuration. The default value is 'Custom'
|
|
158
|
+
*/
|
|
159
|
+
visibility?: pulumi.Input<string | enums.maintenance.v20230401.Visibility>;
|
|
160
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
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.MaintenanceConfiguration = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const inputs = require("../../types/input");
|
|
8
|
+
const utilities = require("../../utilities");
|
|
9
|
+
/**
|
|
10
|
+
* Maintenance configuration record type
|
|
11
|
+
*/
|
|
12
|
+
class MaintenanceConfiguration extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing MaintenanceConfiguration 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 MaintenanceConfiguration(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of MaintenanceConfiguration. 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'] === MaintenanceConfiguration.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a MaintenanceConfiguration 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
|
+
resourceInputs["duration"] = args ? args.duration : undefined;
|
|
49
|
+
resourceInputs["expirationDateTime"] = args ? args.expirationDateTime : undefined;
|
|
50
|
+
resourceInputs["extensionProperties"] = args ? args.extensionProperties : undefined;
|
|
51
|
+
resourceInputs["installPatches"] = args ? (args.installPatches ? pulumi.output(args.installPatches).apply(inputs.maintenance.v20230401.inputPatchConfigurationArgsProvideDefaults) : undefined) : undefined;
|
|
52
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
53
|
+
resourceInputs["maintenanceScope"] = args ? args.maintenanceScope : undefined;
|
|
54
|
+
resourceInputs["namespace"] = args ? args.namespace : undefined;
|
|
55
|
+
resourceInputs["recurEvery"] = args ? args.recurEvery : undefined;
|
|
56
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
57
|
+
resourceInputs["resourceName"] = args ? args.resourceName : undefined;
|
|
58
|
+
resourceInputs["startDateTime"] = args ? args.startDateTime : undefined;
|
|
59
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
60
|
+
resourceInputs["timeZone"] = args ? args.timeZone : undefined;
|
|
61
|
+
resourceInputs["visibility"] = args ? args.visibility : undefined;
|
|
62
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
resourceInputs["duration"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["expirationDateTime"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["extensionProperties"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["installPatches"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["maintenanceScope"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["namespace"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["recurEvery"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["startDateTime"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["timeZone"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["visibility"] = undefined /*out*/;
|
|
82
|
+
}
|
|
83
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
84
|
+
const aliasOpts = { aliases: [{ type: "azure-native:maintenance:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20180601preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20200401:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20200701preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20210401preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20210501:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20210901preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20220701preview:MaintenanceConfiguration" }, { type: "azure-native:maintenance/v20221101preview:MaintenanceConfiguration" }] };
|
|
85
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
86
|
+
super(MaintenanceConfiguration.__pulumiType, name, resourceInputs, opts);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.MaintenanceConfiguration = MaintenanceConfiguration;
|
|
90
|
+
/** @internal */
|
|
91
|
+
MaintenanceConfiguration.__pulumiType = 'azure-native:maintenance/v20230401:MaintenanceConfiguration';
|
|
92
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbnRlbmFuY2VDb25maWd1cmF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbWFpbnRlbmFuY2UvdjIwMjMwNDAxL21haW50ZW5hbmNlQ29uZmlndXJhdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw0Q0FBNEM7QUFHNUMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSx3QkFBeUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUMvRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksd0JBQXdCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDckYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHdCQUF3QixDQUFDLFlBQVksQ0FBQztJQUN6RSxDQUFDO0lBK0REOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWtDLEVBQUUsSUFBbUM7UUFDN0YsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FB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
|