@pulumi/azure 5.19.0-alpha.1663282974 → 5.19.0-alpha.1663347214
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/apimanagement/api.d.ts +22 -4
- package/apimanagement/api.js +2 -0
- package/apimanagement/api.js.map +1 -1
- package/apimanagement/apiTagDescription.d.ts +95 -0
- package/apimanagement/apiTagDescription.js +69 -0
- package/apimanagement/apiTagDescription.js.map +1 -0
- package/apimanagement/globalSchema.d.ts +149 -0
- package/apimanagement/globalSchema.js +109 -0
- package/apimanagement/globalSchema.js.map +1 -0
- package/apimanagement/index.d.ts +2 -0
- package/apimanagement/index.js +10 -0
- package/apimanagement/index.js.map +1 -1
- package/appservice/linuxWebApp.d.ts +5 -5
- package/appservice/linuxWebAppSlot.d.ts +13 -13
- package/automation/index.d.ts +2 -0
- package/automation/index.js +10 -0
- package/automation/index.js.map +1 -1
- package/automation/sourceControl.d.ts +168 -0
- package/automation/sourceControl.js +93 -0
- package/automation/sourceControl.js.map +1 -0
- package/automation/watcher.d.ts +209 -0
- package/automation/watcher.js +114 -0
- package/automation/watcher.js.map +1 -0
- package/backup/policyVMWorkload.d.ts +45 -0
- package/backup/policyVMWorkload.js +45 -0
- package/backup/policyVMWorkload.js.map +1 -1
- package/containerservice/index.d.ts +1 -0
- package/containerservice/index.js +5 -0
- package/containerservice/index.js.map +1 -1
- package/containerservice/kubernetesCluster.d.ts +12 -0
- package/containerservice/kubernetesCluster.js +2 -0
- package/containerservice/kubernetesCluster.js.map +1 -1
- package/containerservice/tokenPassword.d.ts +84 -0
- package/containerservice/tokenPassword.js +70 -0
- package/containerservice/tokenPassword.js.map +1 -0
- package/cosmosdb/cassandraTable.d.ts +3 -3
- package/desktopvirtualization/hostPool.d.ts +20 -0
- package/desktopvirtualization/hostPool.js +9 -0
- package/desktopvirtualization/hostPool.js.map +1 -1
- package/eventhub/namespaceAuthorizationRule.d.ts +1 -1
- package/eventhub/namespaceAuthorizationRule.js +1 -1
- package/hdinsight/hadoopCluster.d.ts +12 -0
- package/hdinsight/hadoopCluster.js +2 -0
- package/hdinsight/hadoopCluster.js.map +1 -1
- package/hdinsight/hbaseCluster.d.ts +12 -0
- package/hdinsight/hbaseCluster.js +2 -0
- package/hdinsight/hbaseCluster.js.map +1 -1
- package/hdinsight/interactiveQueryCluster.d.ts +12 -0
- package/hdinsight/interactiveQueryCluster.js +2 -0
- package/hdinsight/interactiveQueryCluster.js.map +1 -1
- package/hdinsight/kafkaCluster.d.ts +12 -0
- package/hdinsight/kafkaCluster.js +2 -0
- package/hdinsight/kafkaCluster.js.map +1 -1
- package/hdinsight/sparkCluster.d.ts +12 -0
- package/hdinsight/sparkCluster.js +2 -0
- package/hdinsight/sparkCluster.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/monitoring/actionGroup.d.ts +4 -2
- package/monitoring/actionGroup.js +4 -2
- package/monitoring/actionGroup.js.map +1 -1
- package/monitoring/autoscaleSetting.d.ts +42 -30
- package/monitoring/autoscaleSetting.js +42 -30
- package/monitoring/autoscaleSetting.js.map +1 -1
- package/monitoring/dataCollectionRuleAssociation.d.ts +107 -0
- package/monitoring/dataCollectionRuleAssociation.js +71 -0
- package/monitoring/dataCollectionRuleAssociation.js.map +1 -0
- package/monitoring/getActionGroup.d.ts +2 -10
- package/monitoring/getActionGroup.js +0 -1
- package/monitoring/getActionGroup.js.map +1 -1
- package/monitoring/index.d.ts +1 -0
- package/monitoring/index.js +5 -0
- package/monitoring/index.js.map +1 -1
- package/mssql/database.d.ts +13 -1
- package/mssql/database.js +2 -0
- package/mssql/database.js.map +1 -1
- package/orbital/index.d.ts +1 -0
- package/orbital/index.js +37 -0
- package/orbital/index.js.map +1 -0
- package/orbital/spacecraft.d.ts +170 -0
- package/orbital/spacecraft.js +118 -0
- package/orbital/spacecraft.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/sentinel/alertRuleScheduled.d.ts +3 -3
- package/servicebus/namespaceAuthorizationRule.d.ts +1 -1
- package/servicebus/namespaceAuthorizationRule.js +1 -1
- package/types/input.d.ts +203 -69
- package/types/output.d.ts +216 -32
|
@@ -0,0 +1,118 @@
|
|
|
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.Spacecraft = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages a Spacecraft.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as azure from "@pulumi/azure";
|
|
16
|
+
*
|
|
17
|
+
* const exampleResourceGroup = new azure.core.ResourceGroup("exampleResourceGroup", {location: "West Europe"});
|
|
18
|
+
* const exampleSpacecraft = new azure.orbital.Spacecraft("exampleSpacecraft", {
|
|
19
|
+
* resourceGroupName: azurerm_resource_group.test.name,
|
|
20
|
+
* location: "westeurope",
|
|
21
|
+
* noradId: "12345",
|
|
22
|
+
* links: [{
|
|
23
|
+
* bandwidthMhz: 100,
|
|
24
|
+
* centerFrequencyMhz: 101,
|
|
25
|
+
* direction: "Uplink",
|
|
26
|
+
* polarization: "LHCP",
|
|
27
|
+
* name: "examplename",
|
|
28
|
+
* }],
|
|
29
|
+
* twoLineElements: [
|
|
30
|
+
* "1 23455U 94089A 97320.90946019 .00000140 00000-0 10191-3 0 2621",
|
|
31
|
+
* "2 23455 99.0090 272.6745 0008546 223.1686 136.8816 14.11711747148495",
|
|
32
|
+
* ],
|
|
33
|
+
* titleLine: "AQUA",
|
|
34
|
+
* tags: {
|
|
35
|
+
* "aks-managed-cluster-name": "9a57225d-a405-4d40-aa46-f13d2342abef",
|
|
36
|
+
* },
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* ## Import
|
|
41
|
+
*
|
|
42
|
+
* Spacecraft can be imported using the `resource id`, e.g.
|
|
43
|
+
*
|
|
44
|
+
* ```sh
|
|
45
|
+
* $ pulumi import azure:orbital/spacecraft:Spacecraft example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Orbital/spacecrafts/spacecraft1
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
class Spacecraft extends pulumi.CustomResource {
|
|
49
|
+
constructor(name, argsOrState, opts) {
|
|
50
|
+
let resourceInputs = {};
|
|
51
|
+
opts = opts || {};
|
|
52
|
+
if (opts.id) {
|
|
53
|
+
const state = argsOrState;
|
|
54
|
+
resourceInputs["links"] = state ? state.links : undefined;
|
|
55
|
+
resourceInputs["location"] = state ? state.location : undefined;
|
|
56
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
57
|
+
resourceInputs["noradId"] = state ? state.noradId : undefined;
|
|
58
|
+
resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
|
|
59
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
60
|
+
resourceInputs["titleLine"] = state ? state.titleLine : undefined;
|
|
61
|
+
resourceInputs["twoLineElements"] = state ? state.twoLineElements : undefined;
|
|
62
|
+
}
|
|
63
|
+
else {
|
|
64
|
+
const args = argsOrState;
|
|
65
|
+
if ((!args || args.links === undefined) && !opts.urn) {
|
|
66
|
+
throw new Error("Missing required property 'links'");
|
|
67
|
+
}
|
|
68
|
+
if ((!args || args.noradId === undefined) && !opts.urn) {
|
|
69
|
+
throw new Error("Missing required property 'noradId'");
|
|
70
|
+
}
|
|
71
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
73
|
+
}
|
|
74
|
+
if ((!args || args.titleLine === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'titleLine'");
|
|
76
|
+
}
|
|
77
|
+
if ((!args || args.twoLineElements === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'twoLineElements'");
|
|
79
|
+
}
|
|
80
|
+
resourceInputs["links"] = args ? args.links : undefined;
|
|
81
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
82
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
83
|
+
resourceInputs["noradId"] = args ? args.noradId : undefined;
|
|
84
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
85
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
86
|
+
resourceInputs["titleLine"] = args ? args.titleLine : undefined;
|
|
87
|
+
resourceInputs["twoLineElements"] = args ? args.twoLineElements : undefined;
|
|
88
|
+
}
|
|
89
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
|
+
super(Spacecraft.__pulumiType, name, resourceInputs, opts);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Get an existing Spacecraft resource's state with the given name, ID, and optional extra
|
|
94
|
+
* properties used to qualify the lookup.
|
|
95
|
+
*
|
|
96
|
+
* @param name The _unique_ name of the resulting resource.
|
|
97
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
98
|
+
* @param state Any extra arguments used during the lookup.
|
|
99
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
100
|
+
*/
|
|
101
|
+
static get(name, id, state, opts) {
|
|
102
|
+
return new Spacecraft(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Returns true if the given object is an instance of Spacecraft. This is designed to work even
|
|
106
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
107
|
+
*/
|
|
108
|
+
static isInstance(obj) {
|
|
109
|
+
if (obj === undefined || obj === null) {
|
|
110
|
+
return false;
|
|
111
|
+
}
|
|
112
|
+
return obj['__pulumiType'] === Spacecraft.__pulumiType;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
exports.Spacecraft = Spacecraft;
|
|
116
|
+
/** @internal */
|
|
117
|
+
Spacecraft.__pulumiType = 'azure:orbital/spacecraft:Spacecraft';
|
|
118
|
+
//# sourceMappingURL=spacecraft.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spacecraft.js","sourceRoot":"","sources":["../../orbital/spacecraft.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IAkEjD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,iBAAiB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9D,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;IA1GD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;;AA1BL,gCA4GC;AA9FG,gBAAgB;AACO,uBAAY,GAAG,qCAAqC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "v5.19.0-alpha.
|
|
3
|
+
"version": "v5.19.0-alpha.1663347214+e4a9a3e3",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource azure v5.19.0-alpha.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource azure v5.19.0-alpha.1663347214+e4a9a3e3"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@azure/eventgrid": "^4.6.0",
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "v5.19.0-alpha.
|
|
3
|
+
"version": "v5.19.0-alpha.1663347214+e4a9a3e3",
|
|
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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource azure v5.19.0-alpha.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource azure v5.19.0-alpha.1663347214+e4a9a3e3"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@azure/eventgrid": "^4.6.0",
|
|
@@ -137,7 +137,7 @@ export declare class AlertRuleScheduled extends pulumi.CustomResource {
|
|
|
137
137
|
*/
|
|
138
138
|
readonly suppressionEnabled: pulumi.Output<boolean | undefined>;
|
|
139
139
|
/**
|
|
140
|
-
* A list of categories of attacks by which to classify the rule. Possible values are `Collection`, `CommandAndControl`, `CredentialAccess`, `DefenseEvasion`, `Discovery`, `Execution`, `Exfiltration`, `Impact`, `InitialAccess`, `LateralMovement`, `Persistence` and `
|
|
140
|
+
* A list of categories of attacks by which to classify the rule. Possible values are `Collection`, `CommandAndControl`, `CredentialAccess`, `DefenseEvasion`, `Discovery`, `Execution`, `Exfiltration`, `Impact`, `InitialAccess`, `LateralMovement`, `Persistence`, `PrivilegeEscalation`, `ImpairProcessControl`, `InhibitResponseFunction`, `Reconnaissance` and `ResourceDevelopment`.
|
|
141
141
|
*/
|
|
142
142
|
readonly tactics: pulumi.Output<string[] | undefined>;
|
|
143
143
|
/**
|
|
@@ -236,7 +236,7 @@ export interface AlertRuleScheduledState {
|
|
|
236
236
|
*/
|
|
237
237
|
suppressionEnabled?: pulumi.Input<boolean>;
|
|
238
238
|
/**
|
|
239
|
-
* A list of categories of attacks by which to classify the rule. Possible values are `Collection`, `CommandAndControl`, `CredentialAccess`, `DefenseEvasion`, `Discovery`, `Execution`, `Exfiltration`, `Impact`, `InitialAccess`, `LateralMovement`, `Persistence` and `
|
|
239
|
+
* A list of categories of attacks by which to classify the rule. Possible values are `Collection`, `CommandAndControl`, `CredentialAccess`, `DefenseEvasion`, `Discovery`, `Execution`, `Exfiltration`, `Impact`, `InitialAccess`, `LateralMovement`, `Persistence`, `PrivilegeEscalation`, `ImpairProcessControl`, `InhibitResponseFunction`, `Reconnaissance` and `ResourceDevelopment`.
|
|
240
240
|
*/
|
|
241
241
|
tactics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
242
242
|
/**
|
|
@@ -327,7 +327,7 @@ export interface AlertRuleScheduledArgs {
|
|
|
327
327
|
*/
|
|
328
328
|
suppressionEnabled?: pulumi.Input<boolean>;
|
|
329
329
|
/**
|
|
330
|
-
* A list of categories of attacks by which to classify the rule. Possible values are `Collection`, `CommandAndControl`, `CredentialAccess`, `DefenseEvasion`, `Discovery`, `Execution`, `Exfiltration`, `Impact`, `InitialAccess`, `LateralMovement`, `Persistence` and `
|
|
330
|
+
* A list of categories of attacks by which to classify the rule. Possible values are `Collection`, `CommandAndControl`, `CredentialAccess`, `DefenseEvasion`, `Discovery`, `Execution`, `Exfiltration`, `Impact`, `InitialAccess`, `LateralMovement`, `Persistence`, `PrivilegeEscalation`, `ImpairProcessControl`, `InhibitResponseFunction`, `Reconnaissance` and `ResourceDevelopment`.
|
|
331
331
|
*/
|
|
332
332
|
tactics?: pulumi.Input<pulumi.Input<string>[]>;
|
|
333
333
|
/**
|
|
@@ -30,7 +30,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
30
|
* ServiceBus Namespace authorization rules can be imported using the `resource id`, e.g.
|
|
31
31
|
*
|
|
32
32
|
* ```sh
|
|
33
|
-
* $ pulumi import azure:servicebus/namespaceAuthorizationRule:NamespaceAuthorizationRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.ServiceBus/namespaces/namespace1/
|
|
33
|
+
* $ pulumi import azure:servicebus/namespaceAuthorizationRule:NamespaceAuthorizationRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.ServiceBus/namespaces/namespace1/authorizationRules/rule1
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
export declare class NamespaceAuthorizationRule extends pulumi.CustomResource {
|
|
@@ -36,7 +36,7 @@ const utilities = require("../utilities");
|
|
|
36
36
|
* ServiceBus Namespace authorization rules can be imported using the `resource id`, e.g.
|
|
37
37
|
*
|
|
38
38
|
* ```sh
|
|
39
|
-
* $ pulumi import azure:servicebus/namespaceAuthorizationRule:NamespaceAuthorizationRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.ServiceBus/namespaces/namespace1/
|
|
39
|
+
* $ pulumi import azure:servicebus/namespaceAuthorizationRule:NamespaceAuthorizationRule rule1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.ServiceBus/namespaces/namespace1/authorizationRules/rule1
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
|
42
42
|
class NamespaceAuthorizationRule extends pulumi.CustomResource {
|