@pulumi/azure 5.71.0-alpha.1712404106 → 5.71.0-alpha.1712668274
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/appinsights/smartDetectionRule.d.ts +1 -1
- package/appinsights/smartDetectionRule.js +1 -1
- package/appservice/index.d.ts +3 -0
- package/appservice/index.js +6 -1
- package/appservice/index.js.map +1 -1
- package/appservice/staticWebAppFunctionAppRegistration.d.ts +131 -0
- package/appservice/staticWebAppFunctionAppRegistration.js +116 -0
- package/appservice/staticWebAppFunctionAppRegistration.js.map +1 -0
- package/bot/channelsRegistration.d.ts +2 -0
- package/bot/channelsRegistration.js +2 -0
- package/bot/channelsRegistration.js.map +1 -1
- package/bot/serviceAzureBot.d.ts +18 -0
- package/bot/serviceAzureBot.js +2 -0
- package/bot/serviceAzureBot.js.map +1 -1
- package/chaosstudio/target.d.ts +0 -33
- package/chaosstudio/target.js +0 -33
- package/chaosstudio/target.js.map +1 -1
- package/compute/getSharedImageVersion.d.ts +13 -1
- package/compute/getSharedImageVersion.js +1 -0
- package/compute/getSharedImageVersion.js.map +1 -1
- package/containerservice/clusterTrustedAccessRoleBinding.d.ts +0 -73
- package/containerservice/clusterTrustedAccessRoleBinding.js +0 -73
- package/containerservice/clusterTrustedAccessRoleBinding.js.map +1 -1
- package/containerservice/fleetMember.d.ts +0 -38
- package/containerservice/fleetMember.js +0 -38
- package/containerservice/fleetMember.js.map +1 -1
- package/databricks/workspace.d.ts +12 -6
- package/databricks/workspace.js +4 -0
- package/databricks/workspace.js.map +1 -1
- package/databricks/workspaceRootDbfsCustomerManagedKey.d.ts +5 -2
- package/databricks/workspaceRootDbfsCustomerManagedKey.js +4 -2
- package/databricks/workspaceRootDbfsCustomerManagedKey.js.map +1 -1
- package/devtest/schedule.d.ts +1 -0
- package/devtest/schedule.js +1 -0
- package/devtest/schedule.js.map +1 -1
- package/monitoring/scheduledQueryRulesAlertV2.d.ts +26 -0
- package/monitoring/scheduledQueryRulesAlertV2.js +16 -0
- package/monitoring/scheduledQueryRulesAlertV2.js.map +1 -1
- package/mssql/database.d.ts +22 -4
- package/mssql/database.js +2 -0
- package/mssql/database.js.map +1 -1
- package/mssql/elasticPool.d.ts +13 -7
- package/mssql/elasticPool.js.map +1 -1
- package/mssql/serverExtendedAuditingPolicy.d.ts +24 -0
- package/mssql/serverExtendedAuditingPolicy.js +4 -0
- package/mssql/serverExtendedAuditingPolicy.js.map +1 -1
- package/netapp/account.d.ts +2 -0
- package/netapp/account.js +2 -0
- package/netapp/account.js.map +1 -1
- package/netapp/volume.d.ts +27 -0
- package/netapp/volume.js +4 -0
- package/netapp/volume.js.map +1 -1
- package/nginx/deployment.d.ts +3 -3
- package/nginx/getDeployment.d.ts +1 -1
- package/package.json +1 -1
- package/redis/cacheAccessPolicy.d.ts +116 -0
- package/redis/cacheAccessPolicy.js +103 -0
- package/redis/cacheAccessPolicy.js.map +1 -0
- package/redis/cacheAccessPolicyAssignment.d.ts +143 -0
- package/redis/cacheAccessPolicyAssignment.js +116 -0
- package/redis/cacheAccessPolicyAssignment.js.map +1 -0
- package/redis/index.d.ts +6 -0
- package/redis/index.js +11 -1
- package/redis/index.js.map +1 -1
- package/stack/hciCluster.d.ts +5 -5
- package/stack/hciCluster.js +0 -3
- package/stack/hciCluster.js.map +1 -1
- package/systemcenter/getVirtualMachineManagerInventoryItems.d.ts +79 -0
- package/systemcenter/getVirtualMachineManagerInventoryItems.js +54 -0
- package/systemcenter/getVirtualMachineManagerInventoryItems.js.map +1 -0
- package/systemcenter/index.d.ts +3 -0
- package/systemcenter/index.js +4 -1
- package/systemcenter/index.js.map +1 -1
- package/types/input.d.ts +90 -7
- package/types/output.d.ts +112 -7
- package/workloadssap/discoveryVirtualInstance.d.ts +204 -0
- package/workloadssap/discoveryVirtualInstance.js +119 -0
- package/workloadssap/discoveryVirtualInstance.js.map +1 -0
- package/workloadssap/index.d.ts +3 -0
- package/workloadssap/index.js +6 -1
- package/workloadssap/index.js.map +1 -1
package/netapp/volume.js
CHANGED
|
@@ -27,6 +27,7 @@ class Volume extends pulumi.CustomResource {
|
|
|
27
27
|
resourceInputs["dataProtectionSnapshotPolicy"] = state ? state.dataProtectionSnapshotPolicy : undefined;
|
|
28
28
|
resourceInputs["encryptionKeySource"] = state ? state.encryptionKeySource : undefined;
|
|
29
29
|
resourceInputs["exportPolicyRules"] = state ? state.exportPolicyRules : undefined;
|
|
30
|
+
resourceInputs["kerberosEnabled"] = state ? state.kerberosEnabled : undefined;
|
|
30
31
|
resourceInputs["keyVaultPrivateEndpointId"] = state ? state.keyVaultPrivateEndpointId : undefined;
|
|
31
32
|
resourceInputs["location"] = state ? state.location : undefined;
|
|
32
33
|
resourceInputs["mountIpAddresses"] = state ? state.mountIpAddresses : undefined;
|
|
@@ -38,6 +39,7 @@ class Volume extends pulumi.CustomResource {
|
|
|
38
39
|
resourceInputs["securityStyle"] = state ? state.securityStyle : undefined;
|
|
39
40
|
resourceInputs["serviceLevel"] = state ? state.serviceLevel : undefined;
|
|
40
41
|
resourceInputs["smbAccessBasedEnumerationEnabled"] = state ? state.smbAccessBasedEnumerationEnabled : undefined;
|
|
42
|
+
resourceInputs["smbContinuousAvailabilityEnabled"] = state ? state.smbContinuousAvailabilityEnabled : undefined;
|
|
41
43
|
resourceInputs["smbNonBrowsableEnabled"] = state ? state.smbNonBrowsableEnabled : undefined;
|
|
42
44
|
resourceInputs["snapshotDirectoryVisible"] = state ? state.snapshotDirectoryVisible : undefined;
|
|
43
45
|
resourceInputs["storageQuotaInGb"] = state ? state.storageQuotaInGb : undefined;
|
|
@@ -77,6 +79,7 @@ class Volume extends pulumi.CustomResource {
|
|
|
77
79
|
resourceInputs["dataProtectionSnapshotPolicy"] = args ? args.dataProtectionSnapshotPolicy : undefined;
|
|
78
80
|
resourceInputs["encryptionKeySource"] = args ? args.encryptionKeySource : undefined;
|
|
79
81
|
resourceInputs["exportPolicyRules"] = args ? args.exportPolicyRules : undefined;
|
|
82
|
+
resourceInputs["kerberosEnabled"] = args ? args.kerberosEnabled : undefined;
|
|
80
83
|
resourceInputs["keyVaultPrivateEndpointId"] = args ? args.keyVaultPrivateEndpointId : undefined;
|
|
81
84
|
resourceInputs["location"] = args ? args.location : undefined;
|
|
82
85
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
@@ -87,6 +90,7 @@ class Volume extends pulumi.CustomResource {
|
|
|
87
90
|
resourceInputs["securityStyle"] = args ? args.securityStyle : undefined;
|
|
88
91
|
resourceInputs["serviceLevel"] = args ? args.serviceLevel : undefined;
|
|
89
92
|
resourceInputs["smbAccessBasedEnumerationEnabled"] = args ? args.smbAccessBasedEnumerationEnabled : undefined;
|
|
93
|
+
resourceInputs["smbContinuousAvailabilityEnabled"] = args ? args.smbContinuousAvailabilityEnabled : undefined;
|
|
90
94
|
resourceInputs["smbNonBrowsableEnabled"] = args ? args.smbNonBrowsableEnabled : undefined;
|
|
91
95
|
resourceInputs["snapshotDirectoryVisible"] = args ? args.snapshotDirectoryVisible : undefined;
|
|
92
96
|
resourceInputs["storageQuotaInGb"] = args ? args.storageQuotaInGb : undefined;
|
package/netapp/volume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../../netapp/volume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../../netapp/volume.ts"],"names":[],"mappings":"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"}
|
package/nginx/deployment.d.ts
CHANGED
|
@@ -204,7 +204,7 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
204
204
|
*/
|
|
205
205
|
readonly resourceGroupName: pulumi.Output<string>;
|
|
206
206
|
/**
|
|
207
|
-
*
|
|
207
|
+
* Specifies the Nginx Deployment SKU. Possible values include `standard_Monthly`. Changing this forces a new resource to be created.
|
|
208
208
|
*/
|
|
209
209
|
readonly sku: pulumi.Output<string>;
|
|
210
210
|
/**
|
|
@@ -297,7 +297,7 @@ export interface DeploymentState {
|
|
|
297
297
|
*/
|
|
298
298
|
resourceGroupName?: pulumi.Input<string>;
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* Specifies the Nginx Deployment SKU. Possible values include `standard_Monthly`. Changing this forces a new resource to be created.
|
|
301
301
|
*/
|
|
302
302
|
sku?: pulumi.Input<string>;
|
|
303
303
|
/**
|
|
@@ -374,7 +374,7 @@ export interface DeploymentArgs {
|
|
|
374
374
|
*/
|
|
375
375
|
resourceGroupName: pulumi.Input<string>;
|
|
376
376
|
/**
|
|
377
|
-
*
|
|
377
|
+
* Specifies the Nginx Deployment SKU. Possible values include `standard_Monthly`. Changing this forces a new resource to be created.
|
|
378
378
|
*/
|
|
379
379
|
sku: pulumi.Input<string>;
|
|
380
380
|
/**
|
package/nginx/getDeployment.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ export interface GetDeploymentResult {
|
|
|
102
102
|
readonly nginxVersion: string;
|
|
103
103
|
readonly resourceGroupName: string;
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* The Nginx Deployment SKU. Possible values include `standard_Monthly`.
|
|
106
106
|
*/
|
|
107
107
|
readonly sku: string;
|
|
108
108
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "v5.71.0-alpha.
|
|
3
|
+
"version": "v5.71.0-alpha.1712668274+e0c55f32",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages a Redis Cache Access Policy
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* <!--Start PulumiCodeChooser -->
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as azure from "@pulumi/azure";
|
|
11
|
+
*
|
|
12
|
+
* const example = new azure.core.ResourceGroup("example", {
|
|
13
|
+
* name: "example-resources",
|
|
14
|
+
* location: "East US",
|
|
15
|
+
* });
|
|
16
|
+
* const exampleCache = new azure.redis.Cache("example", {
|
|
17
|
+
* name: "example",
|
|
18
|
+
* location: example.location,
|
|
19
|
+
* resourceGroupName: example.name,
|
|
20
|
+
* capacity: 1,
|
|
21
|
+
* family: "P",
|
|
22
|
+
* skuName: "Premium",
|
|
23
|
+
* enableNonSslPort: false,
|
|
24
|
+
* redisConfiguration: {
|
|
25
|
+
* maxmemoryReserved: 2,
|
|
26
|
+
* maxmemoryDelta: 2,
|
|
27
|
+
* maxmemoryPolicy: "allkeys-lru",
|
|
28
|
+
* },
|
|
29
|
+
* });
|
|
30
|
+
* const exampleCacheAccessPolicy = new azure.redis.CacheAccessPolicy("example", {
|
|
31
|
+
* name: "example",
|
|
32
|
+
* redisCacheId: exampleCache.id,
|
|
33
|
+
* permissions: "+@read +@connection +cluster|info",
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
36
|
+
* <!--End PulumiCodeChooser -->
|
|
37
|
+
*
|
|
38
|
+
* ## Import
|
|
39
|
+
*
|
|
40
|
+
* Redis Cache Access Policy can be imported using the `resource id`, e.g.
|
|
41
|
+
*
|
|
42
|
+
* ```sh
|
|
43
|
+
* $ pulumi import azure:redis/cacheAccessPolicy:CacheAccessPolicy example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Cache/redis/cache1/accessPolicies/policy1
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
export declare class CacheAccessPolicy extends pulumi.CustomResource {
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing CacheAccessPolicy resource's state with the given name, ID, and optional extra
|
|
49
|
+
* properties used to qualify the lookup.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resulting resource.
|
|
52
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
53
|
+
* @param state Any extra arguments used during the lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CacheAccessPolicyState, opts?: pulumi.CustomResourceOptions): CacheAccessPolicy;
|
|
57
|
+
/**
|
|
58
|
+
* Returns true if the given object is an instance of CacheAccessPolicy. This is designed to work even
|
|
59
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
60
|
+
*/
|
|
61
|
+
static isInstance(obj: any): obj is CacheAccessPolicy;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the Redis Cache Access Policy. Changing this forces a new Redis Cache Access Policy to be created.
|
|
64
|
+
*/
|
|
65
|
+
readonly name: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Permissions that are going to be assigned to this Redis Cache Access Policy. Changing this forces a new Redis Cache Access Policy to be created.
|
|
68
|
+
*/
|
|
69
|
+
readonly permissions: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy to be created.
|
|
72
|
+
*/
|
|
73
|
+
readonly redisCacheId: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Create a CacheAccessPolicy resource with the given unique name, arguments, and options.
|
|
76
|
+
*
|
|
77
|
+
* @param name The _unique_ name of the resource.
|
|
78
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
79
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
80
|
+
*/
|
|
81
|
+
constructor(name: string, args: CacheAccessPolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Input properties used for looking up and filtering CacheAccessPolicy resources.
|
|
85
|
+
*/
|
|
86
|
+
export interface CacheAccessPolicyState {
|
|
87
|
+
/**
|
|
88
|
+
* The name of the Redis Cache Access Policy. Changing this forces a new Redis Cache Access Policy to be created.
|
|
89
|
+
*/
|
|
90
|
+
name?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* Permissions that are going to be assigned to this Redis Cache Access Policy. Changing this forces a new Redis Cache Access Policy to be created.
|
|
93
|
+
*/
|
|
94
|
+
permissions?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy to be created.
|
|
97
|
+
*/
|
|
98
|
+
redisCacheId?: pulumi.Input<string>;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* The set of arguments for constructing a CacheAccessPolicy resource.
|
|
102
|
+
*/
|
|
103
|
+
export interface CacheAccessPolicyArgs {
|
|
104
|
+
/**
|
|
105
|
+
* The name of the Redis Cache Access Policy. Changing this forces a new Redis Cache Access Policy to be created.
|
|
106
|
+
*/
|
|
107
|
+
name?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Permissions that are going to be assigned to this Redis Cache Access Policy. Changing this forces a new Redis Cache Access Policy to be created.
|
|
110
|
+
*/
|
|
111
|
+
permissions: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy to be created.
|
|
114
|
+
*/
|
|
115
|
+
redisCacheId: pulumi.Input<string>;
|
|
116
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.CacheAccessPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages a Redis Cache Access Policy
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as azure from "@pulumi/azure";
|
|
17
|
+
*
|
|
18
|
+
* const example = new azure.core.ResourceGroup("example", {
|
|
19
|
+
* name: "example-resources",
|
|
20
|
+
* location: "East US",
|
|
21
|
+
* });
|
|
22
|
+
* const exampleCache = new azure.redis.Cache("example", {
|
|
23
|
+
* name: "example",
|
|
24
|
+
* location: example.location,
|
|
25
|
+
* resourceGroupName: example.name,
|
|
26
|
+
* capacity: 1,
|
|
27
|
+
* family: "P",
|
|
28
|
+
* skuName: "Premium",
|
|
29
|
+
* enableNonSslPort: false,
|
|
30
|
+
* redisConfiguration: {
|
|
31
|
+
* maxmemoryReserved: 2,
|
|
32
|
+
* maxmemoryDelta: 2,
|
|
33
|
+
* maxmemoryPolicy: "allkeys-lru",
|
|
34
|
+
* },
|
|
35
|
+
* });
|
|
36
|
+
* const exampleCacheAccessPolicy = new azure.redis.CacheAccessPolicy("example", {
|
|
37
|
+
* name: "example",
|
|
38
|
+
* redisCacheId: exampleCache.id,
|
|
39
|
+
* permissions: "+@read +@connection +cluster|info",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
* <!--End PulumiCodeChooser -->
|
|
43
|
+
*
|
|
44
|
+
* ## Import
|
|
45
|
+
*
|
|
46
|
+
* Redis Cache Access Policy can be imported using the `resource id`, e.g.
|
|
47
|
+
*
|
|
48
|
+
* ```sh
|
|
49
|
+
* $ pulumi import azure:redis/cacheAccessPolicy:CacheAccessPolicy example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Cache/redis/cache1/accessPolicies/policy1
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
class CacheAccessPolicy extends pulumi.CustomResource {
|
|
53
|
+
constructor(name, argsOrState, opts) {
|
|
54
|
+
let resourceInputs = {};
|
|
55
|
+
opts = opts || {};
|
|
56
|
+
if (opts.id) {
|
|
57
|
+
const state = argsOrState;
|
|
58
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
59
|
+
resourceInputs["permissions"] = state ? state.permissions : undefined;
|
|
60
|
+
resourceInputs["redisCacheId"] = state ? state.redisCacheId : undefined;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
const args = argsOrState;
|
|
64
|
+
if ((!args || args.permissions === undefined) && !opts.urn) {
|
|
65
|
+
throw new Error("Missing required property 'permissions'");
|
|
66
|
+
}
|
|
67
|
+
if ((!args || args.redisCacheId === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'redisCacheId'");
|
|
69
|
+
}
|
|
70
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
71
|
+
resourceInputs["permissions"] = args ? args.permissions : undefined;
|
|
72
|
+
resourceInputs["redisCacheId"] = args ? args.redisCacheId : undefined;
|
|
73
|
+
}
|
|
74
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
75
|
+
super(CacheAccessPolicy.__pulumiType, name, resourceInputs, opts);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Get an existing CacheAccessPolicy resource's state with the given name, ID, and optional extra
|
|
79
|
+
* properties used to qualify the lookup.
|
|
80
|
+
*
|
|
81
|
+
* @param name The _unique_ name of the resulting resource.
|
|
82
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
83
|
+
* @param state Any extra arguments used during the lookup.
|
|
84
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
85
|
+
*/
|
|
86
|
+
static get(name, id, state, opts) {
|
|
87
|
+
return new CacheAccessPolicy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Returns true if the given object is an instance of CacheAccessPolicy. This is designed to work even
|
|
91
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
92
|
+
*/
|
|
93
|
+
static isInstance(obj) {
|
|
94
|
+
if (obj === undefined || obj === null) {
|
|
95
|
+
return false;
|
|
96
|
+
}
|
|
97
|
+
return obj['__pulumiType'] === CacheAccessPolicy.__pulumiType;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
exports.CacheAccessPolicy = CacheAccessPolicy;
|
|
101
|
+
/** @internal */
|
|
102
|
+
CacheAccessPolicy.__pulumiType = 'azure:redis/cacheAccessPolicy:CacheAccessPolicy';
|
|
103
|
+
//# sourceMappingURL=cacheAccessPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cacheAccessPolicy.js","sourceRoot":"","sources":["../../redis/cacheAccessPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IAiDxD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;IAtED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;;AA1BL,8CAwEC;AA1DG,gBAAgB;AACO,8BAAY,GAAG,iDAAiD,CAAC"}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages a Redis Cache Access Policy Assignment
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* <!--Start PulumiCodeChooser -->
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as azure from "@pulumi/azure";
|
|
11
|
+
*
|
|
12
|
+
* const test = azure.core.getClientConfig({});
|
|
13
|
+
* const example = new azure.core.ResourceGroup("example", {
|
|
14
|
+
* name: "example-resources",
|
|
15
|
+
* location: "East US",
|
|
16
|
+
* });
|
|
17
|
+
* const exampleCache = new azure.redis.Cache("example", {
|
|
18
|
+
* name: "example",
|
|
19
|
+
* location: example.location,
|
|
20
|
+
* resourceGroupName: example.name,
|
|
21
|
+
* capacity: 1,
|
|
22
|
+
* family: "P",
|
|
23
|
+
* skuName: "Premium",
|
|
24
|
+
* enableNonSslPort: false,
|
|
25
|
+
* redisConfiguration: {
|
|
26
|
+
* maxmemoryReserved: 2,
|
|
27
|
+
* maxmemoryDelta: 2,
|
|
28
|
+
* maxmemoryPolicy: "allkeys-lru",
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* const exampleCacheAccessPolicyAssignment = new azure.redis.CacheAccessPolicyAssignment("example", {
|
|
32
|
+
* name: "example",
|
|
33
|
+
* redisCacheId: exampleCache.id,
|
|
34
|
+
* accessPolicyName: "Data Contributor",
|
|
35
|
+
* objectId: test.then(test => test.objectId),
|
|
36
|
+
* objectIdAlias: "ServicePrincipal",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
* <!--End PulumiCodeChooser -->
|
|
40
|
+
*
|
|
41
|
+
* ## Import
|
|
42
|
+
*
|
|
43
|
+
* Redis Cache Policy Assignment can be imported using the `resource id`, e.g.
|
|
44
|
+
*
|
|
45
|
+
* ```sh
|
|
46
|
+
* $ pulumi import azure:redis/cacheAccessPolicyAssignment:CacheAccessPolicyAssignment example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Cache/redis/cache1/accessPolicyAssignments/assignment1
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare class CacheAccessPolicyAssignment extends pulumi.CustomResource {
|
|
50
|
+
/**
|
|
51
|
+
* Get an existing CacheAccessPolicyAssignment resource's state with the given name, ID, and optional extra
|
|
52
|
+
* properties used to qualify the lookup.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resulting resource.
|
|
55
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
56
|
+
* @param state Any extra arguments used during the lookup.
|
|
57
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
58
|
+
*/
|
|
59
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CacheAccessPolicyAssignmentState, opts?: pulumi.CustomResourceOptions): CacheAccessPolicyAssignment;
|
|
60
|
+
/**
|
|
61
|
+
* Returns true if the given object is an instance of CacheAccessPolicyAssignment. This is designed to work even
|
|
62
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
63
|
+
*/
|
|
64
|
+
static isInstance(obj: any): obj is CacheAccessPolicyAssignment;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
67
|
+
*/
|
|
68
|
+
readonly accessPolicyName: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
71
|
+
*/
|
|
72
|
+
readonly name: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
75
|
+
*/
|
|
76
|
+
readonly objectId: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The alias of the principal ID. Possible values are `ServicePrincipal` and `UserMSI`. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
79
|
+
*/
|
|
80
|
+
readonly objectIdAlias: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
83
|
+
*/
|
|
84
|
+
readonly redisCacheId: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* Create a CacheAccessPolicyAssignment resource with the given unique name, arguments, and options.
|
|
87
|
+
*
|
|
88
|
+
* @param name The _unique_ name of the resource.
|
|
89
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
90
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
91
|
+
*/
|
|
92
|
+
constructor(name: string, args: CacheAccessPolicyAssignmentArgs, opts?: pulumi.CustomResourceOptions);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Input properties used for looking up and filtering CacheAccessPolicyAssignment resources.
|
|
96
|
+
*/
|
|
97
|
+
export interface CacheAccessPolicyAssignmentState {
|
|
98
|
+
/**
|
|
99
|
+
* The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
100
|
+
*/
|
|
101
|
+
accessPolicyName?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
104
|
+
*/
|
|
105
|
+
name?: pulumi.Input<string>;
|
|
106
|
+
/**
|
|
107
|
+
* The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
108
|
+
*/
|
|
109
|
+
objectId?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* The alias of the principal ID. Possible values are `ServicePrincipal` and `UserMSI`. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
112
|
+
*/
|
|
113
|
+
objectIdAlias?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
116
|
+
*/
|
|
117
|
+
redisCacheId?: pulumi.Input<string>;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* The set of arguments for constructing a CacheAccessPolicyAssignment resource.
|
|
121
|
+
*/
|
|
122
|
+
export interface CacheAccessPolicyAssignmentArgs {
|
|
123
|
+
/**
|
|
124
|
+
* The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
125
|
+
*/
|
|
126
|
+
accessPolicyName: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
129
|
+
*/
|
|
130
|
+
name?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
133
|
+
*/
|
|
134
|
+
objectId: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The alias of the principal ID. Possible values are `ServicePrincipal` and `UserMSI`. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
137
|
+
*/
|
|
138
|
+
objectIdAlias: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
|
|
141
|
+
*/
|
|
142
|
+
redisCacheId: pulumi.Input<string>;
|
|
143
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.CacheAccessPolicyAssignment = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages a Redis Cache Access Policy Assignment
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* <!--Start PulumiCodeChooser -->
|
|
14
|
+
* ```typescript
|
|
15
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
+
* import * as azure from "@pulumi/azure";
|
|
17
|
+
*
|
|
18
|
+
* const test = azure.core.getClientConfig({});
|
|
19
|
+
* const example = new azure.core.ResourceGroup("example", {
|
|
20
|
+
* name: "example-resources",
|
|
21
|
+
* location: "East US",
|
|
22
|
+
* });
|
|
23
|
+
* const exampleCache = new azure.redis.Cache("example", {
|
|
24
|
+
* name: "example",
|
|
25
|
+
* location: example.location,
|
|
26
|
+
* resourceGroupName: example.name,
|
|
27
|
+
* capacity: 1,
|
|
28
|
+
* family: "P",
|
|
29
|
+
* skuName: "Premium",
|
|
30
|
+
* enableNonSslPort: false,
|
|
31
|
+
* redisConfiguration: {
|
|
32
|
+
* maxmemoryReserved: 2,
|
|
33
|
+
* maxmemoryDelta: 2,
|
|
34
|
+
* maxmemoryPolicy: "allkeys-lru",
|
|
35
|
+
* },
|
|
36
|
+
* });
|
|
37
|
+
* const exampleCacheAccessPolicyAssignment = new azure.redis.CacheAccessPolicyAssignment("example", {
|
|
38
|
+
* name: "example",
|
|
39
|
+
* redisCacheId: exampleCache.id,
|
|
40
|
+
* accessPolicyName: "Data Contributor",
|
|
41
|
+
* objectId: test.then(test => test.objectId),
|
|
42
|
+
* objectIdAlias: "ServicePrincipal",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
* <!--End PulumiCodeChooser -->
|
|
46
|
+
*
|
|
47
|
+
* ## Import
|
|
48
|
+
*
|
|
49
|
+
* Redis Cache Policy Assignment can be imported using the `resource id`, e.g.
|
|
50
|
+
*
|
|
51
|
+
* ```sh
|
|
52
|
+
* $ pulumi import azure:redis/cacheAccessPolicyAssignment:CacheAccessPolicyAssignment example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Cache/redis/cache1/accessPolicyAssignments/assignment1
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
class CacheAccessPolicyAssignment extends pulumi.CustomResource {
|
|
56
|
+
constructor(name, argsOrState, opts) {
|
|
57
|
+
let resourceInputs = {};
|
|
58
|
+
opts = opts || {};
|
|
59
|
+
if (opts.id) {
|
|
60
|
+
const state = argsOrState;
|
|
61
|
+
resourceInputs["accessPolicyName"] = state ? state.accessPolicyName : undefined;
|
|
62
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
63
|
+
resourceInputs["objectId"] = state ? state.objectId : undefined;
|
|
64
|
+
resourceInputs["objectIdAlias"] = state ? state.objectIdAlias : undefined;
|
|
65
|
+
resourceInputs["redisCacheId"] = state ? state.redisCacheId : undefined;
|
|
66
|
+
}
|
|
67
|
+
else {
|
|
68
|
+
const args = argsOrState;
|
|
69
|
+
if ((!args || args.accessPolicyName === undefined) && !opts.urn) {
|
|
70
|
+
throw new Error("Missing required property 'accessPolicyName'");
|
|
71
|
+
}
|
|
72
|
+
if ((!args || args.objectId === undefined) && !opts.urn) {
|
|
73
|
+
throw new Error("Missing required property 'objectId'");
|
|
74
|
+
}
|
|
75
|
+
if ((!args || args.objectIdAlias === undefined) && !opts.urn) {
|
|
76
|
+
throw new Error("Missing required property 'objectIdAlias'");
|
|
77
|
+
}
|
|
78
|
+
if ((!args || args.redisCacheId === undefined) && !opts.urn) {
|
|
79
|
+
throw new Error("Missing required property 'redisCacheId'");
|
|
80
|
+
}
|
|
81
|
+
resourceInputs["accessPolicyName"] = args ? args.accessPolicyName : undefined;
|
|
82
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
83
|
+
resourceInputs["objectId"] = args ? args.objectId : undefined;
|
|
84
|
+
resourceInputs["objectIdAlias"] = args ? args.objectIdAlias : undefined;
|
|
85
|
+
resourceInputs["redisCacheId"] = args ? args.redisCacheId : undefined;
|
|
86
|
+
}
|
|
87
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
88
|
+
super(CacheAccessPolicyAssignment.__pulumiType, name, resourceInputs, opts);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Get an existing CacheAccessPolicyAssignment resource's state with the given name, ID, and optional extra
|
|
92
|
+
* properties used to qualify the lookup.
|
|
93
|
+
*
|
|
94
|
+
* @param name The _unique_ name of the resulting resource.
|
|
95
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
96
|
+
* @param state Any extra arguments used during the lookup.
|
|
97
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
98
|
+
*/
|
|
99
|
+
static get(name, id, state, opts) {
|
|
100
|
+
return new CacheAccessPolicyAssignment(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Returns true if the given object is an instance of CacheAccessPolicyAssignment. This is designed to work even
|
|
104
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
105
|
+
*/
|
|
106
|
+
static isInstance(obj) {
|
|
107
|
+
if (obj === undefined || obj === null) {
|
|
108
|
+
return false;
|
|
109
|
+
}
|
|
110
|
+
return obj['__pulumiType'] === CacheAccessPolicyAssignment.__pulumiType;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.CacheAccessPolicyAssignment = CacheAccessPolicyAssignment;
|
|
114
|
+
/** @internal */
|
|
115
|
+
CacheAccessPolicyAssignment.__pulumiType = 'azure:redis/cacheAccessPolicyAssignment:CacheAccessPolicyAssignment';
|
|
116
|
+
//# sourceMappingURL=cacheAccessPolicyAssignment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cacheAccessPolicyAssignment.js","sourceRoot":"","sources":["../../redis/cacheAccessPolicyAssignment.ts"],"names":[],"mappings":"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"}
|
package/redis/index.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
export { CacheArgs, CacheState } from "./cache";
|
|
2
2
|
export declare type Cache = import("./cache").Cache;
|
|
3
3
|
export declare const Cache: typeof import("./cache").Cache;
|
|
4
|
+
export { CacheAccessPolicyArgs, CacheAccessPolicyState } from "./cacheAccessPolicy";
|
|
5
|
+
export declare type CacheAccessPolicy = import("./cacheAccessPolicy").CacheAccessPolicy;
|
|
6
|
+
export declare const CacheAccessPolicy: typeof import("./cacheAccessPolicy").CacheAccessPolicy;
|
|
7
|
+
export { CacheAccessPolicyAssignmentArgs, CacheAccessPolicyAssignmentState } from "./cacheAccessPolicyAssignment";
|
|
8
|
+
export declare type CacheAccessPolicyAssignment = import("./cacheAccessPolicyAssignment").CacheAccessPolicyAssignment;
|
|
9
|
+
export declare const CacheAccessPolicyAssignment: typeof import("./cacheAccessPolicyAssignment").CacheAccessPolicyAssignment;
|
|
4
10
|
export { EnterpriseClusterArgs, EnterpriseClusterState } from "./enterpriseCluster";
|
|
5
11
|
export declare type EnterpriseCluster = import("./enterpriseCluster").EnterpriseCluster;
|
|
6
12
|
export declare const EnterpriseCluster: typeof import("./enterpriseCluster").EnterpriseCluster;
|