@pulumi/azure-native 2.55.0 → 2.56.0-alpha.1723657983
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/cdn/afdcustomDomain.d.ts +1 -1
- package/cdn/afdcustomDomain.js +3 -3
- package/cdn/afdendpoint.d.ts +1 -1
- package/cdn/afdendpoint.js +3 -3
- package/cdn/afdorigin.d.ts +1 -1
- package/cdn/afdorigin.js +3 -3
- package/cdn/afdoriginGroup.d.ts +1 -1
- package/cdn/afdoriginGroup.js +3 -3
- package/cdn/afdtargetGroup.d.ts +73 -0
- package/cdn/afdtargetGroup.js +81 -0
- package/cdn/customDomain.d.ts +1 -1
- package/cdn/customDomain.js +3 -3
- package/cdn/endpoint.d.ts +1 -1
- package/cdn/endpoint.js +3 -3
- package/cdn/getAFDCustomDomain.d.ts +2 -2
- package/cdn/getAFDCustomDomain.js +2 -2
- package/cdn/getAFDEndpoint.d.ts +2 -2
- package/cdn/getAFDEndpoint.js +2 -2
- package/cdn/getAFDOrigin.d.ts +2 -2
- package/cdn/getAFDOrigin.js +2 -2
- package/cdn/getAFDOriginGroup.d.ts +2 -2
- package/cdn/getAFDOriginGroup.js +2 -2
- package/cdn/getAFDTargetGroup.d.ts +70 -0
- package/cdn/getAFDTargetGroup.js +29 -0
- package/cdn/getCustomDomain.d.ts +2 -2
- package/cdn/getCustomDomain.js +2 -2
- package/cdn/getEndpoint.d.ts +2 -2
- package/cdn/getEndpoint.js +2 -2
- package/cdn/getKeyGroup.d.ts +2 -2
- package/cdn/getKeyGroup.js +2 -2
- package/cdn/getOrigin.d.ts +2 -2
- package/cdn/getOrigin.js +2 -2
- package/cdn/getOriginGroup.d.ts +2 -2
- package/cdn/getOriginGroup.js +2 -2
- package/cdn/getPolicy.d.ts +2 -2
- package/cdn/getPolicy.js +2 -2
- package/cdn/getProfile.d.ts +2 -2
- package/cdn/getProfile.js +2 -2
- package/cdn/getProfileSupportedOptimizationTypes.d.ts +2 -2
- package/cdn/getProfileSupportedOptimizationTypes.js +2 -2
- package/cdn/getRoute.d.ts +2 -2
- package/cdn/getRoute.js +2 -2
- package/cdn/getRule.d.ts +2 -2
- package/cdn/getRule.js +2 -2
- package/cdn/getRuleSet.d.ts +2 -2
- package/cdn/getRuleSet.js +2 -2
- package/cdn/getSecret.d.ts +2 -2
- package/cdn/getSecret.js +2 -2
- package/cdn/getSecurityPolicy.d.ts +2 -2
- package/cdn/getSecurityPolicy.js +2 -2
- package/cdn/getTunnelPolicy.d.ts +78 -0
- package/cdn/getTunnelPolicy.js +29 -0
- package/cdn/index.d.ts +14 -1
- package/cdn/index.js +19 -3
- package/cdn/keyGroup.d.ts +1 -1
- package/cdn/keyGroup.js +3 -3
- package/cdn/origin.d.ts +1 -1
- package/cdn/origin.js +3 -3
- package/cdn/originGroup.d.ts +1 -1
- package/cdn/originGroup.js +3 -3
- package/cdn/policy.d.ts +1 -1
- package/cdn/policy.js +3 -3
- package/cdn/profile.d.ts +1 -1
- package/cdn/profile.js +3 -3
- package/cdn/route.d.ts +1 -1
- package/cdn/route.js +3 -3
- package/cdn/rule.d.ts +1 -1
- package/cdn/rule.js +3 -3
- package/cdn/ruleSet.d.ts +1 -1
- package/cdn/ruleSet.js +3 -3
- package/cdn/secret.d.ts +1 -1
- package/cdn/secret.js +3 -3
- package/cdn/securityPolicy.d.ts +1 -1
- package/cdn/securityPolicy.js +3 -3
- package/cdn/tunnelPolicy.d.ts +90 -0
- package/cdn/tunnelPolicy.js +85 -0
- package/cdn/v20200901/afdendpoint.js +2 -2
- package/cdn/v20200901/afdoriginGroup.js +2 -2
- package/cdn/v20200901/profile.js +2 -2
- package/cdn/v20200901/route.js +2 -2
- package/cdn/v20230501/afdcustomDomain.js +2 -2
- package/cdn/v20230501/afdendpoint.js +2 -2
- package/cdn/v20230501/afdorigin.js +2 -2
- package/cdn/v20230501/afdoriginGroup.js +2 -2
- package/cdn/v20230501/customDomain.js +2 -2
- package/cdn/v20230501/endpoint.js +2 -2
- package/cdn/v20230501/origin.js +2 -2
- package/cdn/v20230501/originGroup.js +2 -2
- package/cdn/v20230501/policy.js +2 -2
- package/cdn/v20230501/profile.js +2 -2
- package/cdn/v20230501/route.js +2 -2
- package/cdn/v20230501/rule.js +2 -2
- package/cdn/v20230501/ruleSet.js +2 -2
- package/cdn/v20230501/secret.js +2 -2
- package/cdn/v20230501/securityPolicy.js +2 -2
- package/cdn/v20230701preview/afdcustomDomain.js +2 -2
- package/cdn/v20230701preview/afdendpoint.js +2 -2
- package/cdn/v20230701preview/afdorigin.js +2 -2
- package/cdn/v20230701preview/afdoriginGroup.js +2 -2
- package/cdn/v20230701preview/customDomain.js +2 -2
- package/cdn/v20230701preview/endpoint.js +2 -2
- package/cdn/v20230701preview/keyGroup.js +2 -2
- package/cdn/v20230701preview/origin.js +2 -2
- package/cdn/v20230701preview/originGroup.js +2 -2
- package/cdn/v20230701preview/policy.js +2 -2
- package/cdn/v20230701preview/profile.js +2 -2
- package/cdn/v20230701preview/route.js +2 -2
- package/cdn/v20230701preview/rule.js +2 -2
- package/cdn/v20230701preview/ruleSet.js +2 -2
- package/cdn/v20230701preview/secret.js +2 -2
- package/cdn/v20230701preview/securityPolicy.js +2 -2
- package/cdn/v20240201/afdcustomDomain.js +2 -2
- package/cdn/v20240201/afdendpoint.js +2 -2
- package/cdn/v20240201/afdorigin.js +2 -2
- package/cdn/v20240201/afdoriginGroup.js +2 -2
- package/cdn/v20240201/customDomain.js +2 -2
- package/cdn/v20240201/endpoint.js +2 -2
- package/cdn/v20240201/origin.js +2 -2
- package/cdn/v20240201/originGroup.js +2 -2
- package/cdn/v20240201/policy.js +2 -2
- package/cdn/v20240201/profile.js +2 -2
- package/cdn/v20240201/route.js +2 -2
- package/cdn/v20240201/rule.js +2 -2
- package/cdn/v20240201/ruleSet.js +2 -2
- package/cdn/v20240201/secret.js +2 -2
- package/cdn/v20240201/securityPolicy.js +2 -2
- package/cdn/v20240501preview/afdcustomDomain.js +2 -2
- package/cdn/v20240501preview/afdendpoint.js +2 -2
- package/cdn/v20240501preview/afdorigin.js +2 -2
- package/cdn/v20240501preview/afdoriginGroup.js +2 -2
- package/cdn/v20240501preview/customDomain.js +2 -2
- package/cdn/v20240501preview/endpoint.js +2 -2
- package/cdn/v20240501preview/keyGroup.js +2 -2
- package/cdn/v20240501preview/origin.js +2 -2
- package/cdn/v20240501preview/originGroup.js +2 -2
- package/cdn/v20240501preview/policy.js +2 -2
- package/cdn/v20240501preview/profile.js +2 -2
- package/cdn/v20240501preview/route.js +2 -2
- package/cdn/v20240501preview/rule.js +2 -2
- package/cdn/v20240501preview/ruleSet.js +2 -2
- package/cdn/v20240501preview/secret.js +2 -2
- package/cdn/v20240501preview/securityPolicy.js +2 -2
- package/cdn/v20240601preview/afdcustomDomain.d.ts +132 -0
- package/cdn/v20240601preview/afdcustomDomain.js +97 -0
- package/cdn/v20240601preview/afdendpoint.d.ts +108 -0
- package/cdn/v20240601preview/afdendpoint.js +86 -0
- package/cdn/v20240601preview/afdorigin.d.ts +153 -0
- package/cdn/v20240601preview/afdorigin.js +104 -0
- package/cdn/v20240601preview/afdoriginGroup.d.ts +101 -0
- package/cdn/v20240601preview/afdoriginGroup.js +84 -0
- package/cdn/v20240601preview/afdtargetGroup.d.ts +72 -0
- package/cdn/v20240601preview/afdtargetGroup.js +80 -0
- package/cdn/v20240601preview/customDomain.d.ts +94 -0
- package/cdn/v20240601preview/customDomain.js +92 -0
- package/cdn/v20240601preview/endpoint.d.ts +224 -0
- package/cdn/v20240601preview/endpoint.js +119 -0
- package/cdn/v20240601preview/getAFDCustomDomain.d.ts +106 -0
- package/cdn/v20240601preview/getAFDCustomDomain.js +27 -0
- package/cdn/v20240601preview/getAFDEndpoint.d.ts +90 -0
- package/cdn/v20240601preview/getAFDEndpoint.js +27 -0
- package/cdn/v20240601preview/getAFDOrigin.d.ts +116 -0
- package/cdn/v20240601preview/getAFDOrigin.js +28 -0
- package/cdn/v20240601preview/getAFDOriginGroup.d.ts +84 -0
- package/cdn/v20240601preview/getAFDOriginGroup.js +27 -0
- package/cdn/v20240601preview/getAFDTargetGroup.d.ts +68 -0
- package/cdn/v20240601preview/getAFDTargetGroup.js +27 -0
- package/cdn/v20240601preview/getCustomDomain.d.ts +95 -0
- package/cdn/v20240601preview/getCustomDomain.js +28 -0
- package/cdn/v20240601preview/getEndpoint.d.ts +149 -0
- package/cdn/v20240601preview/getEndpoint.js +27 -0
- package/cdn/v20240601preview/getKeyGroup.d.ts +68 -0
- package/cdn/v20240601preview/getKeyGroup.js +27 -0
- package/cdn/v20240601preview/getOrigin.d.ts +123 -0
- package/cdn/v20240601preview/getOrigin.js +28 -0
- package/cdn/v20240601preview/getOriginGroup.d.ts +91 -0
- package/cdn/v20240601preview/getOriginGroup.js +28 -0
- package/cdn/v20240601preview/getPolicy.d.ts +100 -0
- package/cdn/v20240601preview/getPolicy.js +26 -0
- package/cdn/v20240601preview/getProfile.d.ts +99 -0
- package/cdn/v20240601preview/getProfile.js +26 -0
- package/cdn/v20240601preview/getProfileSupportedOptimizationTypes.d.ts +38 -0
- package/cdn/v20240601preview/getProfileSupportedOptimizationTypes.js +26 -0
- package/cdn/v20240601preview/getRoute.d.ts +124 -0
- package/cdn/v20240601preview/getRoute.js +28 -0
- package/cdn/v20240601preview/getRule.d.ts +92 -0
- package/cdn/v20240601preview/getRule.js +28 -0
- package/cdn/v20240601preview/getRuleSet.d.ts +68 -0
- package/cdn/v20240601preview/getRuleSet.js +27 -0
- package/cdn/v20240601preview/getSecret.d.ts +72 -0
- package/cdn/v20240601preview/getSecret.js +27 -0
- package/cdn/v20240601preview/getSecurityPolicy.d.ts +72 -0
- package/cdn/v20240601preview/getSecurityPolicy.js +27 -0
- package/cdn/v20240601preview/getTunnelPolicy.d.ts +76 -0
- package/cdn/v20240601preview/getTunnelPolicy.js +27 -0
- package/cdn/v20240601preview/index.d.ts +112 -0
- package/cdn/v20240601preview/index.js +164 -0
- package/cdn/v20240601preview/keyGroup.d.ts +72 -0
- package/cdn/v20240601preview/keyGroup.js +77 -0
- package/cdn/v20240601preview/origin.d.ts +162 -0
- package/cdn/v20240601preview/origin.js +106 -0
- package/cdn/v20240601preview/originGroup.d.ts +103 -0
- package/cdn/v20240601preview/originGroup.js +90 -0
- package/cdn/v20240601preview/policy.d.ts +140 -0
- package/cdn/v20240601preview/policy.js +94 -0
- package/cdn/v20240601preview/profile.d.ts +129 -0
- package/cdn/v20240601preview/profile.js +92 -0
- package/cdn/v20240601preview/route.d.ts +169 -0
- package/cdn/v20240601preview/route.js +108 -0
- package/cdn/v20240601preview/rule.d.ts +105 -0
- package/cdn/v20240601preview/rule.js +95 -0
- package/cdn/v20240601preview/ruleSet.d.ts +67 -0
- package/cdn/v20240601preview/ruleSet.js +76 -0
- package/cdn/v20240601preview/secret.d.ts +76 -0
- package/cdn/v20240601preview/secret.js +78 -0
- package/cdn/v20240601preview/securityPolicy.d.ts +76 -0
- package/cdn/v20240601preview/securityPolicy.js +78 -0
- package/cdn/v20240601preview/tunnelPolicy.d.ts +89 -0
- package/cdn/v20240601preview/tunnelPolicy.js +84 -0
- package/confidentialledger/getLedger.d.ts +2 -2
- package/confidentialledger/getLedger.js +2 -2
- package/confidentialledger/getManagedCCF.d.ts +2 -2
- package/confidentialledger/getManagedCCF.js +2 -2
- package/confidentialledger/index.d.ts +2 -1
- package/confidentialledger/index.js +4 -2
- package/confidentialledger/ledger.d.ts +1 -1
- package/confidentialledger/ledger.js +3 -3
- package/confidentialledger/managedCCF.d.ts +1 -1
- package/confidentialledger/managedCCF.js +3 -3
- package/confidentialledger/v20220513/ledger.js +2 -2
- package/confidentialledger/v20230126preview/ledger.js +2 -2
- package/confidentialledger/v20230126preview/managedCCF.js +2 -2
- package/confidentialledger/v20230628preview/ledger.js +2 -2
- package/confidentialledger/v20230628preview/managedCCF.js +2 -2
- package/confidentialledger/v20240709preview/getLedger.d.ts +65 -0
- package/confidentialledger/v20240709preview/getLedger.js +26 -0
- package/confidentialledger/v20240709preview/getManagedCCF.d.ts +65 -0
- package/confidentialledger/v20240709preview/getManagedCCF.js +26 -0
- package/confidentialledger/v20240709preview/index.d.ts +13 -0
- package/confidentialledger/v20240709preview/index.js +48 -0
- package/confidentialledger/v20240709preview/ledger.d.ts +83 -0
- package/confidentialledger/v20240709preview/ledger.js +73 -0
- package/confidentialledger/v20240709preview/managedCCF.d.ts +83 -0
- package/confidentialledger/v20240709preview/managedCCF.js +73 -0
- package/package.json +2 -2
- package/package.json.bak +2 -2
- package/resources/deployment.d.ts +1 -1
- package/resources/deployment.js +3 -3
- package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
- package/resources/deploymentAtManagementGroupScope.js +3 -3
- package/resources/deploymentAtScope.d.ts +1 -1
- package/resources/deploymentAtScope.js +3 -3
- package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
- package/resources/deploymentAtSubscriptionScope.js +3 -3
- package/resources/deploymentAtTenantScope.d.ts +1 -1
- package/resources/deploymentAtTenantScope.js +3 -3
- package/resources/getDeployment.d.ts +2 -2
- package/resources/getDeployment.js +2 -2
- package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
- package/resources/getDeploymentAtManagementGroupScope.js +2 -2
- package/resources/getDeploymentAtScope.d.ts +2 -2
- package/resources/getDeploymentAtScope.js +2 -2
- package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
- package/resources/getDeploymentAtSubscriptionScope.js +2 -2
- package/resources/getDeploymentAtTenantScope.d.ts +2 -2
- package/resources/getDeploymentAtTenantScope.js +2 -2
- package/resources/getResource.d.ts +2 -2
- package/resources/getResource.js +2 -2
- package/resources/getResourceGroup.d.ts +2 -2
- package/resources/getResourceGroup.js +2 -2
- package/resources/getTagAtScope.d.ts +2 -2
- package/resources/getTagAtScope.js +2 -2
- package/resources/index.d.ts +2 -1
- package/resources/index.js +4 -2
- package/resources/resource.d.ts +1 -1
- package/resources/resource.js +3 -3
- package/resources/resourceGroup.d.ts +1 -1
- package/resources/resourceGroup.js +3 -3
- package/resources/tagAtScope.d.ts +1 -1
- package/resources/tagAtScope.js +3 -3
- package/resources/v20220901/deployment.js +2 -2
- package/resources/v20220901/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20220901/deploymentAtScope.js +2 -2
- package/resources/v20220901/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20220901/deploymentAtTenantScope.js +2 -2
- package/resources/v20220901/resource.js +2 -2
- package/resources/v20220901/resourceGroup.js +2 -2
- package/resources/v20220901/tagAtScope.js +2 -2
- package/resources/v20230701/deployment.js +2 -2
- package/resources/v20230701/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20230701/deploymentAtScope.js +2 -2
- package/resources/v20230701/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20230701/deploymentAtTenantScope.js +2 -2
- package/resources/v20230701/resource.js +2 -2
- package/resources/v20230701/resourceGroup.js +2 -2
- package/resources/v20230701/tagAtScope.js +2 -2
- package/resources/v20240301/deployment.js +2 -2
- package/resources/v20240301/deploymentAtManagementGroupScope.js +2 -2
- package/resources/v20240301/deploymentAtScope.js +2 -2
- package/resources/v20240301/deploymentAtSubscriptionScope.js +2 -2
- package/resources/v20240301/deploymentAtTenantScope.js +2 -2
- package/resources/v20240301/resource.js +2 -2
- package/resources/v20240301/resourceGroup.js +2 -2
- package/resources/v20240301/tagAtScope.js +2 -2
- package/resources/v20240701/deployment.d.ts +79 -0
- package/resources/v20240701/deployment.js +74 -0
- package/resources/v20240701/deploymentAtManagementGroupScope.d.ts +79 -0
- package/resources/v20240701/deploymentAtManagementGroupScope.js +74 -0
- package/resources/v20240701/deploymentAtScope.d.ts +79 -0
- package/resources/v20240701/deploymentAtScope.js +74 -0
- package/resources/v20240701/deploymentAtSubscriptionScope.d.ts +75 -0
- package/resources/v20240701/deploymentAtSubscriptionScope.js +70 -0
- package/resources/v20240701/deploymentAtTenantScope.d.ts +75 -0
- package/resources/v20240701/deploymentAtTenantScope.js +70 -0
- package/resources/v20240701/getDeployment.d.ts +61 -0
- package/resources/v20240701/getDeployment.js +26 -0
- package/resources/v20240701/getDeploymentAtManagementGroupScope.d.ts +61 -0
- package/resources/v20240701/getDeploymentAtManagementGroupScope.js +26 -0
- package/resources/v20240701/getDeploymentAtScope.d.ts +61 -0
- package/resources/v20240701/getDeploymentAtScope.js +26 -0
- package/resources/v20240701/getDeploymentAtSubscriptionScope.d.ts +53 -0
- package/resources/v20240701/getDeploymentAtSubscriptionScope.js +25 -0
- package/resources/v20240701/getDeploymentAtTenantScope.d.ts +53 -0
- package/resources/v20240701/getDeploymentAtTenantScope.js +25 -0
- package/resources/v20240701/getResource.d.ts +109 -0
- package/resources/v20240701/getResource.js +29 -0
- package/resources/v20240701/getResourceGroup.d.ts +57 -0
- package/resources/v20240701/getResourceGroup.js +25 -0
- package/resources/v20240701/getTagAtScope.d.ts +43 -0
- package/resources/v20240701/getTagAtScope.js +25 -0
- package/resources/v20240701/index.d.ts +49 -0
- package/resources/v20240701/index.js +90 -0
- package/resources/v20240701/resource.d.ts +139 -0
- package/resources/v20240701/resource.js +95 -0
- package/resources/v20240701/resourceGroup.d.ts +78 -0
- package/resources/v20240701/resourceGroup.js +69 -0
- package/resources/v20240701/tagAtScope.d.ts +55 -0
- package/resources/v20240701/tagAtScope.js +69 -0
- package/storage/blob.d.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/cdn/index.d.ts +9 -1
- package/types/enums/cdn/index.js +8 -3
- package/types/enums/cdn/v20240601preview/index.d.ts +824 -0
- package/types/enums/cdn/v20240601preview/index.js +546 -0
- package/types/enums/confidentialledger/index.d.ts +2 -1
- package/types/enums/confidentialledger/index.js +4 -2
- package/types/enums/confidentialledger/v20240709preview/index.d.ts +46 -0
- package/types/enums/confidentialledger/v20240709preview/index.js +32 -0
- package/types/enums/resources/index.d.ts +2 -1
- package/types/enums/resources/index.js +4 -2
- package/types/enums/resources/v20240701/index.d.ts +42 -0
- package/types/enums/resources/v20240701/index.js +28 -0
- package/types/input.d.ts +3186 -756
- package/types/input.js +289 -1
- package/types/output.d.ts +3542 -477
- package/types/output.js +289 -1
package/cdn/getAFDOrigin.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing origin within an origin group.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getAFDOrigin(args: GetAFDOriginArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDOriginResult>;
|
|
10
10
|
export interface GetAFDOriginArgs {
|
|
@@ -99,7 +99,7 @@ export interface GetAFDOriginResult {
|
|
|
99
99
|
* Gets an existing origin within an origin group.
|
|
100
100
|
* Azure REST API version: 2023-05-01.
|
|
101
101
|
*
|
|
102
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
102
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
103
103
|
*/
|
|
104
104
|
export declare function getAFDOriginOutput(args: GetAFDOriginOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDOriginResult>;
|
|
105
105
|
export interface GetAFDOriginOutputArgs {
|
package/cdn/getAFDOrigin.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing origin within an origin group.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getAFDOrigin(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getAFDOrigin = getAFDOrigin;
|
|
|
25
25
|
* Gets an existing origin within an origin group.
|
|
26
26
|
* Azure REST API version: 2023-05-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
28
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
29
29
|
*/
|
|
30
30
|
function getAFDOriginOutput(args, opts) {
|
|
31
31
|
return pulumi.output(args).apply((a) => getAFDOrigin(a, opts));
|
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing origin group within a profile.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getAFDOriginGroup(args: GetAFDOriginGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDOriginGroupResult>;
|
|
10
10
|
export interface GetAFDOriginGroupArgs {
|
|
@@ -71,7 +71,7 @@ export interface GetAFDOriginGroupResult {
|
|
|
71
71
|
* Gets an existing origin group within a profile.
|
|
72
72
|
* Azure REST API version: 2023-05-01.
|
|
73
73
|
*
|
|
74
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
74
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
75
75
|
*/
|
|
76
76
|
export declare function getAFDOriginGroupOutput(args: GetAFDOriginGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDOriginGroupResult>;
|
|
77
77
|
export interface GetAFDOriginGroupOutputArgs {
|
package/cdn/getAFDOriginGroup.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing origin group within a profile.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getAFDOriginGroup(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getAFDOriginGroup = getAFDOriginGroup;
|
|
|
24
24
|
* Gets an existing origin group within a profile.
|
|
25
25
|
* Azure REST API version: 2023-05-01.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
27
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
28
28
|
*/
|
|
29
29
|
function getAFDOriginGroupOutput(args, opts) {
|
|
30
30
|
return pulumi.output(args).apply((a) => getAFDOriginGroup(a, opts));
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Gets an existing target group within a profile.
|
|
5
|
+
* Azure REST API version: 2024-06-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getAFDTargetGroup(args: GetAFDTargetGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetAFDTargetGroupResult>;
|
|
8
|
+
export interface GetAFDTargetGroupArgs {
|
|
9
|
+
/**
|
|
10
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
|
|
11
|
+
*/
|
|
12
|
+
profileName: string;
|
|
13
|
+
/**
|
|
14
|
+
* Name of the Resource group within the Azure subscription.
|
|
15
|
+
*/
|
|
16
|
+
resourceGroupName: string;
|
|
17
|
+
/**
|
|
18
|
+
* Name of the Target Group under the profile.
|
|
19
|
+
*/
|
|
20
|
+
targetGroupName: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* AFDTargetGroup comprises a list of Endpoints that is used for tunnelling protocols to allow certain traffic.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetAFDTargetGroupResult {
|
|
26
|
+
readonly deploymentStatus: string;
|
|
27
|
+
/**
|
|
28
|
+
* Resource ID.
|
|
29
|
+
*/
|
|
30
|
+
readonly id: string;
|
|
31
|
+
/**
|
|
32
|
+
* Resource name.
|
|
33
|
+
*/
|
|
34
|
+
readonly name: string;
|
|
35
|
+
/**
|
|
36
|
+
* Provisioning status
|
|
37
|
+
*/
|
|
38
|
+
readonly provisioningState: string;
|
|
39
|
+
/**
|
|
40
|
+
* Read only system data
|
|
41
|
+
*/
|
|
42
|
+
readonly systemData: outputs.cdn.SystemDataResponse;
|
|
43
|
+
/**
|
|
44
|
+
* TargetEndpoint list referenced by this target group.
|
|
45
|
+
*/
|
|
46
|
+
readonly targetEndpoints: outputs.cdn.TargetEndpointResponse[];
|
|
47
|
+
/**
|
|
48
|
+
* Resource type.
|
|
49
|
+
*/
|
|
50
|
+
readonly type: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Gets an existing target group within a profile.
|
|
54
|
+
* Azure REST API version: 2024-06-01-preview.
|
|
55
|
+
*/
|
|
56
|
+
export declare function getAFDTargetGroupOutput(args: GetAFDTargetGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAFDTargetGroupResult>;
|
|
57
|
+
export interface GetAFDTargetGroupOutputArgs {
|
|
58
|
+
/**
|
|
59
|
+
* Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
|
|
60
|
+
*/
|
|
61
|
+
profileName: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Name of the Resource group within the Azure subscription.
|
|
64
|
+
*/
|
|
65
|
+
resourceGroupName: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Name of the Target Group under the profile.
|
|
68
|
+
*/
|
|
69
|
+
targetGroupName: pulumi.Input<string>;
|
|
70
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getAFDTargetGroupOutput = exports.getAFDTargetGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Gets an existing target group within a profile.
|
|
10
|
+
* Azure REST API version: 2024-06-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
function getAFDTargetGroup(args, opts) {
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("azure-native:cdn:getAFDTargetGroup", {
|
|
15
|
+
"profileName": args.profileName,
|
|
16
|
+
"resourceGroupName": args.resourceGroupName,
|
|
17
|
+
"targetGroupName": args.targetGroupName,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getAFDTargetGroup = getAFDTargetGroup;
|
|
21
|
+
/**
|
|
22
|
+
* Gets an existing target group within a profile.
|
|
23
|
+
* Azure REST API version: 2024-06-01-preview.
|
|
24
|
+
*/
|
|
25
|
+
function getAFDTargetGroupOutput(args, opts) {
|
|
26
|
+
return pulumi.output(args).apply((a) => getAFDTargetGroup(a, opts));
|
|
27
|
+
}
|
|
28
|
+
exports.getAFDTargetGroupOutput = getAFDTargetGroupOutput;
|
|
29
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QUZEVGFyZ2V0R3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9jZG4vZ2V0QUZEVGFyZ2V0R3JvdXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILFNBQWdCLGlCQUFpQixDQUFDLElBQTJCLEVBQUUsSUFBMkI7SUFFdEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsb0NBQW9DLEVBQUU7UUFDL0QsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsaUJBQWlCLEVBQUUsSUFBSSxDQUFDLGVBQWU7S0FDMUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCw4Q0FRQztBQStDRDs7O0dBR0c7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQTJCO0lBQ2xHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzVFLENBQUM7QUFGRCwwREFFQyJ9
|
package/cdn/getCustomDomain.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing custom domain within an endpoint.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getCustomDomain(args: GetCustomDomainArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomDomainResult>;
|
|
10
10
|
export interface GetCustomDomainArgs {
|
|
@@ -78,7 +78,7 @@ export interface GetCustomDomainResult {
|
|
|
78
78
|
* Gets an existing custom domain within an endpoint.
|
|
79
79
|
* Azure REST API version: 2023-05-01.
|
|
80
80
|
*
|
|
81
|
-
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
81
|
+
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
82
82
|
*/
|
|
83
83
|
export declare function getCustomDomainOutput(args: GetCustomDomainOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomDomainResult>;
|
|
84
84
|
export interface GetCustomDomainOutputArgs {
|
package/cdn/getCustomDomain.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing custom domain within an endpoint.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getCustomDomain(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getCustomDomain = getCustomDomain;
|
|
|
25
25
|
* Gets an existing custom domain within an endpoint.
|
|
26
26
|
* Azure REST API version: 2023-05-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
28
|
+
* Other available API versions: 2016-10-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
29
29
|
*/
|
|
30
30
|
function getCustomDomainOutput(args, opts) {
|
|
31
31
|
return pulumi.output(args).apply((a) => getCustomDomain(a, opts));
|
package/cdn/getEndpoint.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getEndpoint(args: GetEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetEndpointResult>;
|
|
10
10
|
export interface GetEndpointArgs {
|
|
@@ -136,7 +136,7 @@ export interface GetEndpointResult {
|
|
|
136
136
|
* Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
137
137
|
* Azure REST API version: 2023-05-01.
|
|
138
138
|
*
|
|
139
|
-
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
139
|
+
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
140
140
|
*/
|
|
141
141
|
export declare function getEndpointOutput(args: GetEndpointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEndpointResult>;
|
|
142
142
|
export interface GetEndpointOutputArgs {
|
package/cdn/getEndpoint.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getEndpoint(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getEndpoint = getEndpoint;
|
|
|
24
24
|
* Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
|
|
25
25
|
* Azure REST API version: 2023-05-01.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
27
|
+
* Other available API versions: 2016-04-02, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
28
28
|
*/
|
|
29
29
|
function getEndpointOutput(args, opts) {
|
|
30
30
|
return pulumi.output(args).apply((a) => getEndpoint(a, opts));
|
package/cdn/getKeyGroup.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing KeyGroup within a profile.
|
|
5
5
|
* Azure REST API version: 2023-07-01-preview.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getKeyGroup(args: GetKeyGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetKeyGroupResult>;
|
|
10
10
|
export interface GetKeyGroupArgs {
|
|
@@ -55,7 +55,7 @@ export interface GetKeyGroupResult {
|
|
|
55
55
|
* Gets an existing KeyGroup within a profile.
|
|
56
56
|
* Azure REST API version: 2023-07-01-preview.
|
|
57
57
|
*
|
|
58
|
-
* Other available API versions: 2024-05-01-preview.
|
|
58
|
+
* Other available API versions: 2024-05-01-preview, 2024-06-01-preview.
|
|
59
59
|
*/
|
|
60
60
|
export declare function getKeyGroupOutput(args: GetKeyGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKeyGroupResult>;
|
|
61
61
|
export interface GetKeyGroupOutputArgs {
|
package/cdn/getKeyGroup.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing KeyGroup within a profile.
|
|
10
10
|
* Azure REST API version: 2023-07-01-preview.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getKeyGroup(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getKeyGroup = getKeyGroup;
|
|
|
24
24
|
* Gets an existing KeyGroup within a profile.
|
|
25
25
|
* Azure REST API version: 2023-07-01-preview.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2024-05-01-preview.
|
|
27
|
+
* Other available API versions: 2024-05-01-preview, 2024-06-01-preview.
|
|
28
28
|
*/
|
|
29
29
|
function getKeyGroupOutput(args, opts) {
|
|
30
30
|
return pulumi.output(args).apply((a) => getKeyGroup(a, opts));
|
package/cdn/getOrigin.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing origin within an endpoint.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getOrigin(args: GetOriginArgs, opts?: pulumi.InvokeOptions): Promise<GetOriginResult>;
|
|
10
10
|
export interface GetOriginArgs {
|
|
@@ -106,7 +106,7 @@ export interface GetOriginResult {
|
|
|
106
106
|
* Gets an existing origin within an endpoint.
|
|
107
107
|
* Azure REST API version: 2023-05-01.
|
|
108
108
|
*
|
|
109
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
109
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
110
110
|
*/
|
|
111
111
|
export declare function getOriginOutput(args: GetOriginOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOriginResult>;
|
|
112
112
|
export interface GetOriginOutputArgs {
|
package/cdn/getOrigin.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing origin within an endpoint.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getOrigin(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getOrigin = getOrigin;
|
|
|
25
25
|
* Gets an existing origin within an endpoint.
|
|
26
26
|
* Azure REST API version: 2023-05-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
28
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
29
29
|
*/
|
|
30
30
|
function getOriginOutput(args, opts) {
|
|
31
31
|
return pulumi.output(args).apply((a) => getOrigin(a, opts));
|
package/cdn/getOriginGroup.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing origin group within an endpoint.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getOriginGroup(args: GetOriginGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetOriginGroupResult>;
|
|
10
10
|
export interface GetOriginGroupArgs {
|
|
@@ -74,7 +74,7 @@ export interface GetOriginGroupResult {
|
|
|
74
74
|
* Gets an existing origin group within an endpoint.
|
|
75
75
|
* Azure REST API version: 2023-05-01.
|
|
76
76
|
*
|
|
77
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
77
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
78
78
|
*/
|
|
79
79
|
export declare function getOriginGroupOutput(args: GetOriginGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOriginGroupResult>;
|
|
80
80
|
export interface GetOriginGroupOutputArgs {
|
package/cdn/getOriginGroup.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing origin group within an endpoint.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getOriginGroup(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getOriginGroup = getOriginGroup;
|
|
|
25
25
|
* Gets an existing origin group within an endpoint.
|
|
26
26
|
* Azure REST API version: 2023-05-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
28
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
29
29
|
*/
|
|
30
30
|
function getOriginGroupOutput(args, opts) {
|
|
31
31
|
return pulumi.output(args).apply((a) => getOriginGroup(a, opts));
|
package/cdn/getPolicy.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Retrieve protection policy with specified name within a resource group.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getPolicy(args: GetPolicyArgs, opts?: pulumi.InvokeOptions): Promise<GetPolicyResult>;
|
|
10
10
|
export interface GetPolicyArgs {
|
|
@@ -91,7 +91,7 @@ export interface GetPolicyResult {
|
|
|
91
91
|
* Retrieve protection policy with specified name within a resource group.
|
|
92
92
|
* Azure REST API version: 2023-05-01.
|
|
93
93
|
*
|
|
94
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
94
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
95
95
|
*/
|
|
96
96
|
export declare function getPolicyOutput(args: GetPolicyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPolicyResult>;
|
|
97
97
|
export interface GetPolicyOutputArgs {
|
package/cdn/getPolicy.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Retrieve protection policy with specified name within a resource group.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getPolicy(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -23,7 +23,7 @@ exports.getPolicy = getPolicy;
|
|
|
23
23
|
* Retrieve protection policy with specified name within a resource group.
|
|
24
24
|
* Azure REST API version: 2023-05-01.
|
|
25
25
|
*
|
|
26
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
26
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
27
27
|
*/
|
|
28
28
|
function getPolicyOutput(args, opts) {
|
|
29
29
|
return pulumi.output(args).apply((a) => getPolicy(a, opts));
|
package/cdn/getProfile.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getProfile(args: GetProfileArgs, opts?: pulumi.InvokeOptions): Promise<GetProfileResult>;
|
|
10
10
|
export interface GetProfileArgs {
|
|
@@ -86,7 +86,7 @@ export interface GetProfileResult {
|
|
|
86
86
|
* Gets an Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.
|
|
87
87
|
* Azure REST API version: 2023-05-01.
|
|
88
88
|
*
|
|
89
|
-
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
89
|
+
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
90
90
|
*/
|
|
91
91
|
export declare function getProfileOutput(args: GetProfileOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProfileResult>;
|
|
92
92
|
export interface GetProfileOutputArgs {
|
package/cdn/getProfile.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getProfile(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -23,7 +23,7 @@ exports.getProfile = getProfile;
|
|
|
23
23
|
* Gets an Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.
|
|
24
24
|
* Azure REST API version: 2023-05-01.
|
|
25
25
|
*
|
|
26
|
-
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
26
|
+
* Other available API versions: 2016-04-02, 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
27
27
|
*/
|
|
28
28
|
function getProfileOutput(args, opts) {
|
|
29
29
|
return pulumi.output(args).apply((a) => getProfile(a, opts));
|
|
@@ -3,7 +3,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values.
|
|
4
4
|
* Azure REST API version: 2023-05-01.
|
|
5
5
|
*
|
|
6
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
6
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
7
7
|
*/
|
|
8
8
|
export declare function getProfileSupportedOptimizationTypes(args: GetProfileSupportedOptimizationTypesArgs, opts?: pulumi.InvokeOptions): Promise<GetProfileSupportedOptimizationTypesResult>;
|
|
9
9
|
export interface GetProfileSupportedOptimizationTypesArgs {
|
|
@@ -29,7 +29,7 @@ export interface GetProfileSupportedOptimizationTypesResult {
|
|
|
29
29
|
* Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values.
|
|
30
30
|
* Azure REST API version: 2023-05-01.
|
|
31
31
|
*
|
|
32
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
32
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
33
33
|
*/
|
|
34
34
|
export declare function getProfileSupportedOptimizationTypesOutput(args: GetProfileSupportedOptimizationTypesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProfileSupportedOptimizationTypesResult>;
|
|
35
35
|
export interface GetProfileSupportedOptimizationTypesOutputArgs {
|
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getProfileSupportedOptimizationTypes(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -23,7 +23,7 @@ exports.getProfileSupportedOptimizationTypes = getProfileSupportedOptimizationTy
|
|
|
23
23
|
* Gets the supported optimization types for the current profile. A user can create an endpoint with an optimization type from the listed values.
|
|
24
24
|
* Azure REST API version: 2023-05-01.
|
|
25
25
|
*
|
|
26
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
26
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
27
27
|
*/
|
|
28
28
|
function getProfileSupportedOptimizationTypesOutput(args, opts) {
|
|
29
29
|
return pulumi.output(args).apply((a) => getProfileSupportedOptimizationTypes(a, opts));
|
package/cdn/getRoute.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getRoute(args: GetRouteArgs, opts?: pulumi.InvokeOptions): Promise<GetRouteResult>;
|
|
10
10
|
export interface GetRouteArgs {
|
|
@@ -103,7 +103,7 @@ export interface GetRouteResult {
|
|
|
103
103
|
* Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
|
|
104
104
|
* Azure REST API version: 2023-05-01.
|
|
105
105
|
*
|
|
106
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
106
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
107
107
|
*/
|
|
108
108
|
export declare function getRouteOutput(args: GetRouteOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRouteResult>;
|
|
109
109
|
export interface GetRouteOutputArgs {
|
package/cdn/getRoute.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getRoute(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getRoute = getRoute;
|
|
|
25
25
|
* Gets an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.
|
|
26
26
|
* Azure REST API version: 2023-05-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
28
|
+
* Other available API versions: 2020-09-01, 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
29
29
|
*/
|
|
30
30
|
function getRouteOutput(args, opts) {
|
|
31
31
|
return pulumi.output(args).apply((a) => getRoute(a, opts));
|
package/cdn/getRule.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing delivery rule within a rule set.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getRule(args: GetRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleResult>;
|
|
10
10
|
export interface GetRuleArgs {
|
|
@@ -75,7 +75,7 @@ export interface GetRuleResult {
|
|
|
75
75
|
* Gets an existing delivery rule within a rule set.
|
|
76
76
|
* Azure REST API version: 2023-05-01.
|
|
77
77
|
*
|
|
78
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
78
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
79
79
|
*/
|
|
80
80
|
export declare function getRuleOutput(args: GetRuleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRuleResult>;
|
|
81
81
|
export interface GetRuleOutputArgs {
|
package/cdn/getRule.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing delivery rule within a rule set.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getRule(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -25,7 +25,7 @@ exports.getRule = getRule;
|
|
|
25
25
|
* Gets an existing delivery rule within a rule set.
|
|
26
26
|
* Azure REST API version: 2023-05-01.
|
|
27
27
|
*
|
|
28
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
28
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
29
29
|
*/
|
|
30
30
|
function getRuleOutput(args, opts) {
|
|
31
31
|
return pulumi.output(args).apply((a) => getRule(a, opts));
|
package/cdn/getRuleSet.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getRuleSet(args: GetRuleSetArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleSetResult>;
|
|
10
10
|
export interface GetRuleSetArgs {
|
|
@@ -55,7 +55,7 @@ export interface GetRuleSetResult {
|
|
|
55
55
|
* Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.
|
|
56
56
|
* Azure REST API version: 2023-05-01.
|
|
57
57
|
*
|
|
58
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
58
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
59
59
|
*/
|
|
60
60
|
export declare function getRuleSetOutput(args: GetRuleSetOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRuleSetResult>;
|
|
61
61
|
export interface GetRuleSetOutputArgs {
|
package/cdn/getRuleSet.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getRuleSet(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getRuleSet = getRuleSet;
|
|
|
24
24
|
* Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.
|
|
25
25
|
* Azure REST API version: 2023-05-01.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
27
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
28
28
|
*/
|
|
29
29
|
function getRuleSetOutput(args, opts) {
|
|
30
30
|
return pulumi.output(args).apply((a) => getRuleSet(a, opts));
|
package/cdn/getSecret.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
* Gets an existing Secret within a profile.
|
|
5
5
|
* Azure REST API version: 2023-05-01.
|
|
6
6
|
*
|
|
7
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
7
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
8
8
|
*/
|
|
9
9
|
export declare function getSecret(args: GetSecretArgs, opts?: pulumi.InvokeOptions): Promise<GetSecretResult>;
|
|
10
10
|
export interface GetSecretArgs {
|
|
@@ -59,7 +59,7 @@ export interface GetSecretResult {
|
|
|
59
59
|
* Gets an existing Secret within a profile.
|
|
60
60
|
* Azure REST API version: 2023-05-01.
|
|
61
61
|
*
|
|
62
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
62
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
63
63
|
*/
|
|
64
64
|
export declare function getSecretOutput(args: GetSecretOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecretResult>;
|
|
65
65
|
export interface GetSecretOutputArgs {
|
package/cdn/getSecret.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("../utilities");
|
|
|
9
9
|
* Gets an existing Secret within a profile.
|
|
10
10
|
* Azure REST API version: 2023-05-01.
|
|
11
11
|
*
|
|
12
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
12
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
13
13
|
*/
|
|
14
14
|
function getSecret(args, opts) {
|
|
15
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -24,7 +24,7 @@ exports.getSecret = getSecret;
|
|
|
24
24
|
* Gets an existing Secret within a profile.
|
|
25
25
|
* Azure REST API version: 2023-05-01.
|
|
26
26
|
*
|
|
27
|
-
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview.
|
|
27
|
+
* Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview.
|
|
28
28
|
*/
|
|
29
29
|
function getSecretOutput(args, opts) {
|
|
30
30
|
return pulumi.output(args).apply((a) => getSecret(a, opts));
|