@pulumi/azure 5.15.0 → 5.16.0-alpha.1660927848
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/appplatform/springCloudApp.d.ts +12 -0
- package/appplatform/springCloudApp.js +2 -0
- package/appplatform/springCloudApp.js.map +1 -1
- package/appplatform/springCloudGatewayRouteConfig.d.ts +12 -0
- package/appplatform/springCloudGatewayRouteConfig.js +2 -0
- package/appplatform/springCloudGatewayRouteConfig.js.map +1 -1
- package/appplatform/springCloudService.d.ts +12 -0
- package/appplatform/springCloudService.js +2 -0
- package/appplatform/springCloudService.js.map +1 -1
- package/appservice/getWindowsWebApp.d.ts +4 -0
- package/appservice/getWindowsWebApp.js.map +1 -1
- package/appservice/linuxFunctionApp.d.ts +3 -3
- package/appservice/staticSite.d.ts +9 -0
- package/appservice/staticSite.js.map +1 -1
- package/appservice/windowsFunctionApp.d.ts +3 -3
- package/automation/account.d.ts +26 -0
- package/automation/account.js +6 -0
- package/automation/account.js.map +1 -1
- package/automation/getAccount.d.ts +2 -0
- package/automation/getAccount.js.map +1 -1
- package/batch/account.d.ts +36 -0
- package/batch/account.js +6 -0
- package/batch/account.js.map +1 -1
- package/cdn/frontdoorFirewallPolicy.d.ts +307 -0
- package/cdn/frontdoorFirewallPolicy.js +204 -0
- package/cdn/frontdoorFirewallPolicy.js.map +1 -0
- package/cdn/frontdoorSecurityPolicy.d.ts +84 -0
- package/cdn/frontdoorSecurityPolicy.js +70 -0
- package/cdn/frontdoorSecurityPolicy.js.map +1 -0
- package/cdn/index.d.ts +2 -0
- package/cdn/index.js +10 -0
- package/cdn/index.js.map +1 -1
- package/compute/getSharedImage.d.ts +1 -0
- package/compute/getSharedImage.js.map +1 -1
- package/compute/getVirtualMachineScaleSet.d.ts +7 -0
- package/compute/getVirtualMachineScaleSet.js.map +1 -1
- package/compute/linuxVirtualMachine.d.ts +3 -3
- package/compute/linuxVirtualMachineScaleSet.d.ts +3 -3
- package/compute/sharedImage.d.ts +12 -0
- package/compute/sharedImage.js +2 -0
- package/compute/sharedImage.js.map +1 -1
- package/compute/sharedImageVersion.d.ts +24 -0
- package/compute/sharedImageVersion.js +4 -0
- package/compute/sharedImageVersion.js.map +1 -1
- package/compute/windowsVirtualMachine.d.ts +3 -3
- package/compute/windowsVirtualMachineScaleSet.d.ts +3 -3
- package/datafactory/dataFlow.d.ts +70 -4
- package/datafactory/dataFlow.js +70 -4
- package/datafactory/dataFlow.js.map +1 -1
- package/datafactory/flowletDataFlow.d.ts +305 -0
- package/datafactory/flowletDataFlow.js +221 -0
- package/datafactory/flowletDataFlow.js.map +1 -0
- package/datafactory/index.d.ts +1 -0
- package/datafactory/index.js +5 -0
- package/datafactory/index.js.map +1 -1
- package/datafactory/integrationRuntimeSsis.d.ts +12 -0
- package/datafactory/integrationRuntimeSsis.js +2 -0
- package/datafactory/integrationRuntimeSsis.js.map +1 -1
- package/dns/aaaaRecord.d.ts +12 -3
- package/dns/aaaaRecord.js.map +1 -1
- package/dns/arecord.d.ts +3 -3
- package/dns/cnameRecord.d.ts +12 -3
- package/dns/cnameRecord.js.map +1 -1
- package/dns/getAAAARecord.d.ts +85 -0
- package/dns/getAAAARecord.js +38 -0
- package/dns/getAAAARecord.js.map +1 -0
- package/dns/getARecord.d.ts +86 -0
- package/dns/getARecord.js +39 -0
- package/dns/getARecord.js.map +1 -0
- package/dns/getCAARecord.d.ts +82 -0
- package/dns/getCAARecord.js +38 -0
- package/dns/getCAARecord.js.map +1 -0
- package/dns/getCnameRecord.d.ts +85 -0
- package/dns/getCnameRecord.js +38 -0
- package/dns/getCnameRecord.js.map +1 -0
- package/dns/getMxRecord.d.ts +82 -0
- package/dns/getMxRecord.js +38 -0
- package/dns/getMxRecord.js.map +1 -0
- package/dns/getNsRecord.d.ts +81 -0
- package/dns/getNsRecord.js +38 -0
- package/dns/getNsRecord.js.map +1 -0
- package/dns/getPtrRecord.d.ts +81 -0
- package/dns/getPtrRecord.js +38 -0
- package/dns/getPtrRecord.js.map +1 -0
- package/dns/getSoaRecord.d.ts +94 -0
- package/dns/getSoaRecord.js +24 -0
- package/dns/getSoaRecord.js.map +1 -0
- package/dns/getSrvRecord.d.ts +82 -0
- package/dns/getSrvRecord.js +38 -0
- package/dns/getSrvRecord.js.map +1 -0
- package/dns/getTxtRecord.d.ts +82 -0
- package/dns/getTxtRecord.js +38 -0
- package/dns/getTxtRecord.js.map +1 -0
- package/dns/getZone.d.ts +1 -1
- package/dns/index.d.ts +10 -0
- package/dns/index.js +10 -0
- package/dns/index.js.map +1 -1
- package/dns/mxRecord.d.ts +6 -6
- package/dns/nsRecord.d.ts +6 -6
- package/dns/ptrRecord.d.ts +6 -6
- package/dns/srvRecord.d.ts +6 -6
- package/dns/txtRecord.d.ts +6 -6
- package/eventhub/index.d.ts +1 -0
- package/eventhub/index.js +5 -0
- package/eventhub/index.js.map +1 -1
- package/eventhub/namespaceSchemaGroup.d.ts +103 -0
- package/eventhub/namespaceSchemaGroup.js +92 -0
- package/eventhub/namespaceSchemaGroup.js.map +1 -0
- package/iotcentral/application.d.ts +1 -1
- package/iotcentral/application.js +1 -1
- package/keyvault/accessPolicy.d.ts +3 -3
- package/keyvault/getKeyVault.d.ts +4 -0
- package/keyvault/getKeyVault.js.map +1 -1
- package/keyvault/keyVault.d.ts +12 -0
- package/keyvault/keyVault.js +2 -0
- package/keyvault/keyVault.js.map +1 -1
- package/lb/backendAddressPoolAddress.d.ts +28 -4
- package/lb/backendAddressPoolAddress.js +14 -6
- package/lb/backendAddressPoolAddress.js.map +1 -1
- package/maintenance/assignmentDedicatedHost.d.ts +1 -1
- package/maintenance/assignmentDedicatedHost.js +1 -1
- package/maintenance/configuration.d.ts +6 -6
- package/maintenance/configuration.js +4 -1
- package/maintenance/configuration.js.map +1 -1
- package/maintenance/getPublicConfigurations.d.ts +2 -2
- package/management/getGroup.d.ts +13 -1
- package/management/getGroup.js.map +1 -1
- package/management/groupPolicyRemediation.d.ts +9 -0
- package/management/groupPolicyRemediation.js.map +1 -1
- package/managementgroups/getManagementGroup.d.ts +13 -1
- package/managementgroups/getManagementGroup.js.map +1 -1
- package/mssql/elasticPool.d.ts +12 -0
- package/mssql/elasticPool.js +2 -0
- package/mssql/elasticPool.js.map +1 -1
- package/mssql/server.d.ts +3 -3
- package/network/applicationGateway.d.ts +12 -0
- package/network/applicationGateway.js +2 -0
- package/network/applicationGateway.js.map +1 -1
- package/network/firewallPolicy.d.ts +12 -0
- package/network/firewallPolicy.js +2 -0
- package/network/firewallPolicy.js.map +1 -1
- package/operationalinsights/analyticsWorkspace.d.ts +12 -0
- package/operationalinsights/analyticsWorkspace.js +2 -0
- package/operationalinsights/analyticsWorkspace.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/privatedns/getAAAARecord.d.ts +81 -0
- package/privatedns/getAAAARecord.js +38 -0
- package/privatedns/getAAAARecord.js.map +1 -0
- package/privatedns/getARecord.d.ts +82 -0
- package/privatedns/getARecord.js +39 -0
- package/privatedns/getARecord.js.map +1 -0
- package/privatedns/getCnameRecord.d.ts +82 -0
- package/privatedns/getCnameRecord.js +38 -0
- package/privatedns/getCnameRecord.js.map +1 -0
- package/privatedns/getMxRecord.d.ts +82 -0
- package/privatedns/getMxRecord.js +38 -0
- package/privatedns/getMxRecord.js.map +1 -0
- package/privatedns/getPtrRecord.d.ts +81 -0
- package/privatedns/getPtrRecord.js +38 -0
- package/privatedns/getPtrRecord.js.map +1 -0
- package/privatedns/getSoaRecord.d.ts +94 -0
- package/privatedns/getSoaRecord.js +24 -0
- package/privatedns/getSoaRecord.js.map +1 -0
- package/privatedns/getSrvRecord.d.ts +82 -0
- package/privatedns/getSrvRecord.js +38 -0
- package/privatedns/getSrvRecord.js.map +1 -0
- package/privatedns/getTxtRecord.d.ts +82 -0
- package/privatedns/getTxtRecord.js +38 -0
- package/privatedns/getTxtRecord.js.map +1 -0
- package/privatedns/index.d.ts +8 -0
- package/privatedns/index.js +8 -0
- package/privatedns/index.js.map +1 -1
- package/storage/account.d.ts +12 -0
- package/storage/account.js +2 -0
- package/storage/account.js.map +1 -1
- package/types/input.d.ts +567 -10
- package/types/output.d.ts +713 -10
|
@@ -79,6 +79,10 @@ export declare class SpringCloudApp extends pulumi.CustomResource {
|
|
|
79
79
|
* An `persistentDisk` block as defined below.
|
|
80
80
|
*/
|
|
81
81
|
readonly persistentDisk: pulumi.Output<outputs.appplatform.SpringCloudAppPersistentDisk>;
|
|
82
|
+
/**
|
|
83
|
+
* Should the App in vnet injection instance exposes endpoint which could be accessed from Internet?
|
|
84
|
+
*/
|
|
85
|
+
readonly publicEndpointEnabled: pulumi.Output<boolean | undefined>;
|
|
82
86
|
/**
|
|
83
87
|
* Specifies the name of the resource group in which to create the Spring Cloud Application. Changing this forces a new resource to be created.
|
|
84
88
|
*/
|
|
@@ -140,6 +144,10 @@ export interface SpringCloudAppState {
|
|
|
140
144
|
* An `persistentDisk` block as defined below.
|
|
141
145
|
*/
|
|
142
146
|
persistentDisk?: pulumi.Input<inputs.appplatform.SpringCloudAppPersistentDisk>;
|
|
147
|
+
/**
|
|
148
|
+
* Should the App in vnet injection instance exposes endpoint which could be accessed from Internet?
|
|
149
|
+
*/
|
|
150
|
+
publicEndpointEnabled?: pulumi.Input<boolean>;
|
|
143
151
|
/**
|
|
144
152
|
* Specifies the name of the resource group in which to create the Spring Cloud Application. Changing this forces a new resource to be created.
|
|
145
153
|
*/
|
|
@@ -189,6 +197,10 @@ export interface SpringCloudAppArgs {
|
|
|
189
197
|
* An `persistentDisk` block as defined below.
|
|
190
198
|
*/
|
|
191
199
|
persistentDisk?: pulumi.Input<inputs.appplatform.SpringCloudAppPersistentDisk>;
|
|
200
|
+
/**
|
|
201
|
+
* Should the App in vnet injection instance exposes endpoint which could be accessed from Internet?
|
|
202
|
+
*/
|
|
203
|
+
publicEndpointEnabled?: pulumi.Input<boolean>;
|
|
192
204
|
/**
|
|
193
205
|
* Specifies the name of the resource group in which to create the Spring Cloud Application. Changing this forces a new resource to be created.
|
|
194
206
|
*/
|
|
@@ -50,6 +50,7 @@ class SpringCloudApp extends pulumi.CustomResource {
|
|
|
50
50
|
resourceInputs["isPublic"] = state ? state.isPublic : undefined;
|
|
51
51
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
52
52
|
resourceInputs["persistentDisk"] = state ? state.persistentDisk : undefined;
|
|
53
|
+
resourceInputs["publicEndpointEnabled"] = state ? state.publicEndpointEnabled : undefined;
|
|
53
54
|
resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
|
|
54
55
|
resourceInputs["serviceName"] = state ? state.serviceName : undefined;
|
|
55
56
|
resourceInputs["tlsEnabled"] = state ? state.tlsEnabled : undefined;
|
|
@@ -70,6 +71,7 @@ class SpringCloudApp extends pulumi.CustomResource {
|
|
|
70
71
|
resourceInputs["isPublic"] = args ? args.isPublic : undefined;
|
|
71
72
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
72
73
|
resourceInputs["persistentDisk"] = args ? args.persistentDisk : undefined;
|
|
74
|
+
resourceInputs["publicEndpointEnabled"] = args ? args.publicEndpointEnabled : undefined;
|
|
73
75
|
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
74
76
|
resourceInputs["serviceName"] = args ? args.serviceName : undefined;
|
|
75
77
|
resourceInputs["tlsEnabled"] = args ? args.tlsEnabled : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"springCloudApp.js","sourceRoot":"","sources":["../../appplatform/springCloudApp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"springCloudApp.js","sourceRoot":"","sources":["../../appplatform/springCloudApp.ts"],"names":[],"mappings":"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"}
|
|
@@ -73,6 +73,10 @@ export declare class SpringCloudGatewayRouteConfig extends pulumi.CustomResource
|
|
|
73
73
|
* The name which should be used for this Spring Cloud Gateway Route Config. Changing this forces a new Spring Cloud Gateway Route Config to be created.
|
|
74
74
|
*/
|
|
75
75
|
readonly name: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* One or more `openApi` blocks as defined below.
|
|
78
|
+
*/
|
|
79
|
+
readonly openApi: pulumi.Output<outputs.appplatform.SpringCloudGatewayRouteConfigOpenApi | undefined>;
|
|
76
80
|
/**
|
|
77
81
|
* One or more `route` blocks as defined below.
|
|
78
82
|
*/
|
|
@@ -102,6 +106,10 @@ export interface SpringCloudGatewayRouteConfigState {
|
|
|
102
106
|
* The name which should be used for this Spring Cloud Gateway Route Config. Changing this forces a new Spring Cloud Gateway Route Config to be created.
|
|
103
107
|
*/
|
|
104
108
|
name?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* One or more `openApi` blocks as defined below.
|
|
111
|
+
*/
|
|
112
|
+
openApi?: pulumi.Input<inputs.appplatform.SpringCloudGatewayRouteConfigOpenApi>;
|
|
105
113
|
/**
|
|
106
114
|
* One or more `route` blocks as defined below.
|
|
107
115
|
*/
|
|
@@ -123,6 +131,10 @@ export interface SpringCloudGatewayRouteConfigArgs {
|
|
|
123
131
|
* The name which should be used for this Spring Cloud Gateway Route Config. Changing this forces a new Spring Cloud Gateway Route Config to be created.
|
|
124
132
|
*/
|
|
125
133
|
name?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* One or more `openApi` blocks as defined below.
|
|
136
|
+
*/
|
|
137
|
+
openApi?: pulumi.Input<inputs.appplatform.SpringCloudGatewayRouteConfigOpenApi>;
|
|
126
138
|
/**
|
|
127
139
|
* One or more `route` blocks as defined below.
|
|
128
140
|
*/
|
|
@@ -65,6 +65,7 @@ class SpringCloudGatewayRouteConfig extends pulumi.CustomResource {
|
|
|
65
65
|
if (opts.id) {
|
|
66
66
|
const state = argsOrState;
|
|
67
67
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
68
|
+
resourceInputs["openApi"] = state ? state.openApi : undefined;
|
|
68
69
|
resourceInputs["routes"] = state ? state.routes : undefined;
|
|
69
70
|
resourceInputs["springCloudAppId"] = state ? state.springCloudAppId : undefined;
|
|
70
71
|
resourceInputs["springCloudGatewayId"] = state ? state.springCloudGatewayId : undefined;
|
|
@@ -75,6 +76,7 @@ class SpringCloudGatewayRouteConfig extends pulumi.CustomResource {
|
|
|
75
76
|
throw new Error("Missing required property 'springCloudGatewayId'");
|
|
76
77
|
}
|
|
77
78
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
79
|
+
resourceInputs["openApi"] = args ? args.openApi : undefined;
|
|
78
80
|
resourceInputs["routes"] = args ? args.routes : undefined;
|
|
79
81
|
resourceInputs["springCloudAppId"] = args ? args.springCloudAppId : undefined;
|
|
80
82
|
resourceInputs["springCloudGatewayId"] = args ? args.springCloudGatewayId : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"springCloudGatewayRouteConfig.js","sourceRoot":"","sources":["../../appplatform/springCloudGatewayRouteConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"springCloudGatewayRouteConfig.js","sourceRoot":"","sources":["../../appplatform/springCloudGatewayRouteConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -73,6 +73,10 @@ export declare class SpringCloudService extends pulumi.CustomResource {
|
|
|
73
73
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
74
74
|
*/
|
|
75
75
|
readonly location: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Should the log stream in vnet injection instance could be accessed from Internet?
|
|
78
|
+
*/
|
|
79
|
+
readonly logStreamPublicEndpointEnabled: pulumi.Output<boolean | undefined>;
|
|
76
80
|
/**
|
|
77
81
|
* Specifies the name of the Spring Cloud Service resource. Changing this forces a new resource to be created.
|
|
78
82
|
*/
|
|
@@ -144,6 +148,10 @@ export interface SpringCloudServiceState {
|
|
|
144
148
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
145
149
|
*/
|
|
146
150
|
location?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* Should the log stream in vnet injection instance could be accessed from Internet?
|
|
153
|
+
*/
|
|
154
|
+
logStreamPublicEndpointEnabled?: pulumi.Input<boolean>;
|
|
147
155
|
/**
|
|
148
156
|
* Specifies the name of the Spring Cloud Service resource. Changing this forces a new resource to be created.
|
|
149
157
|
*/
|
|
@@ -207,6 +215,10 @@ export interface SpringCloudServiceArgs {
|
|
|
207
215
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
208
216
|
*/
|
|
209
217
|
location?: pulumi.Input<string>;
|
|
218
|
+
/**
|
|
219
|
+
* Should the log stream in vnet injection instance could be accessed from Internet?
|
|
220
|
+
*/
|
|
221
|
+
logStreamPublicEndpointEnabled?: pulumi.Input<boolean>;
|
|
210
222
|
/**
|
|
211
223
|
* Specifies the name of the Spring Cloud Service resource. Changing this forces a new resource to be created.
|
|
212
224
|
*/
|
|
@@ -59,6 +59,7 @@ class SpringCloudService extends pulumi.CustomResource {
|
|
|
59
59
|
resourceInputs["buildAgentPoolSize"] = state ? state.buildAgentPoolSize : undefined;
|
|
60
60
|
resourceInputs["configServerGitSetting"] = state ? state.configServerGitSetting : undefined;
|
|
61
61
|
resourceInputs["location"] = state ? state.location : undefined;
|
|
62
|
+
resourceInputs["logStreamPublicEndpointEnabled"] = state ? state.logStreamPublicEndpointEnabled : undefined;
|
|
62
63
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
63
64
|
resourceInputs["network"] = state ? state.network : undefined;
|
|
64
65
|
resourceInputs["outboundPublicIpAddresses"] = state ? state.outboundPublicIpAddresses : undefined;
|
|
@@ -79,6 +80,7 @@ class SpringCloudService extends pulumi.CustomResource {
|
|
|
79
80
|
resourceInputs["buildAgentPoolSize"] = args ? args.buildAgentPoolSize : undefined;
|
|
80
81
|
resourceInputs["configServerGitSetting"] = args ? args.configServerGitSetting : undefined;
|
|
81
82
|
resourceInputs["location"] = args ? args.location : undefined;
|
|
83
|
+
resourceInputs["logStreamPublicEndpointEnabled"] = args ? args.logStreamPublicEndpointEnabled : undefined;
|
|
82
84
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
83
85
|
resourceInputs["network"] = args ? args.network : undefined;
|
|
84
86
|
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"springCloudService.js","sourceRoot":"","sources":["../../appplatform/springCloudService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"springCloudService.js","sourceRoot":"","sources":["../../appplatform/springCloudService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IAiGzD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,gCAAgC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5G,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,2BAA2B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,6BAA6B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,CAAC,SAAS,CAAC;YACtG,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,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,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,gCAAgC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,8BAA8B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,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,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,6BAA6B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClE,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IA3ID;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;;AA1BL,gDA6IC;AA/HG,gBAAgB;AACO,+BAAY,GAAG,yDAAyD,CAAC"}
|
|
@@ -147,6 +147,10 @@ export interface GetWindowsWebAppResult {
|
|
|
147
147
|
readonly tags: {
|
|
148
148
|
[key: string]: string;
|
|
149
149
|
};
|
|
150
|
+
/**
|
|
151
|
+
* The subnet id which the Windows Web App is vNet Integrated with.
|
|
152
|
+
*/
|
|
153
|
+
readonly virtualNetworkSubnetId: string;
|
|
150
154
|
}
|
|
151
155
|
export declare function getWindowsWebAppOutput(args: GetWindowsWebAppOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWindowsWebAppResult>;
|
|
152
156
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWindowsWebApp.js","sourceRoot":"","sources":["../../appservice/getWindowsWebApp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC;
|
|
1
|
+
{"version":3,"file":"getWindowsWebApp.js","sourceRoot":"","sources":["../../appservice/getWindowsWebApp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC;AAuID,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
|
|
@@ -131,7 +131,7 @@ export declare class LinuxFunctionApp extends pulumi.CustomResource {
|
|
|
131
131
|
*/
|
|
132
132
|
readonly location: pulumi.Output<string>;
|
|
133
133
|
/**
|
|
134
|
-
* The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created.
|
|
134
|
+
* The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about [Function App naming rule](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftweb) and [Host ID Collisions](https://github.com/Azure/azure-functions-host/wiki/Host-IDs#host-id-collisions)
|
|
135
135
|
*/
|
|
136
136
|
readonly name: pulumi.Output<string>;
|
|
137
137
|
/**
|
|
@@ -284,7 +284,7 @@ export interface LinuxFunctionAppState {
|
|
|
284
284
|
*/
|
|
285
285
|
location?: pulumi.Input<string>;
|
|
286
286
|
/**
|
|
287
|
-
* The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created.
|
|
287
|
+
* The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about [Function App naming rule](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftweb) and [Host ID Collisions](https://github.com/Azure/azure-functions-host/wiki/Host-IDs#host-id-collisions)
|
|
288
288
|
*/
|
|
289
289
|
name?: pulumi.Input<string>;
|
|
290
290
|
/**
|
|
@@ -417,7 +417,7 @@ export interface LinuxFunctionAppArgs {
|
|
|
417
417
|
*/
|
|
418
418
|
location?: pulumi.Input<string>;
|
|
419
419
|
/**
|
|
420
|
-
* The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created.
|
|
420
|
+
* The name which should be used for this Linux Function App. Changing this forces a new Linux Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about [Function App naming rule](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftweb) and [Host ID Collisions](https://github.com/Azure/azure-functions-host/wiki/Host-IDs#host-id-collisions)
|
|
421
421
|
*/
|
|
422
422
|
name?: pulumi.Input<string>;
|
|
423
423
|
/**
|
|
@@ -49,6 +49,9 @@ export declare class StaticSite extends pulumi.CustomResource {
|
|
|
49
49
|
* The default host name of the Static Web App.
|
|
50
50
|
*/
|
|
51
51
|
readonly defaultHostName: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* An `identity` block as defined below.
|
|
54
|
+
*/
|
|
52
55
|
readonly identity: pulumi.Output<outputs.appservice.StaticSiteIdentity | undefined>;
|
|
53
56
|
/**
|
|
54
57
|
* The Azure Region where the Static Web App should exist. Changing this forces a new Static Web App to be created.
|
|
@@ -97,6 +100,9 @@ export interface StaticSiteState {
|
|
|
97
100
|
* The default host name of the Static Web App.
|
|
98
101
|
*/
|
|
99
102
|
defaultHostName?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* An `identity` block as defined below.
|
|
105
|
+
*/
|
|
100
106
|
identity?: pulumi.Input<inputs.appservice.StaticSiteIdentity>;
|
|
101
107
|
/**
|
|
102
108
|
* The Azure Region where the Static Web App should exist. Changing this forces a new Static Web App to be created.
|
|
@@ -129,6 +135,9 @@ export interface StaticSiteState {
|
|
|
129
135
|
* The set of arguments for constructing a StaticSite resource.
|
|
130
136
|
*/
|
|
131
137
|
export interface StaticSiteArgs {
|
|
138
|
+
/**
|
|
139
|
+
* An `identity` block as defined below.
|
|
140
|
+
*/
|
|
132
141
|
identity?: pulumi.Input<inputs.appservice.StaticSiteIdentity>;
|
|
133
142
|
/**
|
|
134
143
|
* The Azure Region where the Static Web App should exist. Changing this forces a new Static Web App to be created.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"staticSite.js","sourceRoot":"","sources":["../../appservice/staticSite.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"staticSite.js","sourceRoot":"","sources":["../../appservice/staticSite.ts"],"names":[],"mappings":"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"}
|
|
@@ -131,7 +131,7 @@ export declare class WindowsFunctionApp extends pulumi.CustomResource {
|
|
|
131
131
|
*/
|
|
132
132
|
readonly location: pulumi.Output<string>;
|
|
133
133
|
/**
|
|
134
|
-
* The name which should be used for this Windows Function App. Changing this forces a new Windows Function App to be created.
|
|
134
|
+
* The name which should be used for this Windows Function App. Changing this forces a new Windows Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about [Function App naming rule](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftweb) and [Host ID Collisions](https://github.com/Azure/azure-functions-host/wiki/Host-IDs#host-id-collisions)
|
|
135
135
|
*/
|
|
136
136
|
readonly name: pulumi.Output<string>;
|
|
137
137
|
/**
|
|
@@ -284,7 +284,7 @@ export interface WindowsFunctionAppState {
|
|
|
284
284
|
*/
|
|
285
285
|
location?: pulumi.Input<string>;
|
|
286
286
|
/**
|
|
287
|
-
* The name which should be used for this Windows Function App. Changing this forces a new Windows Function App to be created.
|
|
287
|
+
* The name which should be used for this Windows Function App. Changing this forces a new Windows Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about [Function App naming rule](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftweb) and [Host ID Collisions](https://github.com/Azure/azure-functions-host/wiki/Host-IDs#host-id-collisions)
|
|
288
288
|
*/
|
|
289
289
|
name?: pulumi.Input<string>;
|
|
290
290
|
/**
|
|
@@ -417,7 +417,7 @@ export interface WindowsFunctionAppArgs {
|
|
|
417
417
|
*/
|
|
418
418
|
location?: pulumi.Input<string>;
|
|
419
419
|
/**
|
|
420
|
-
* The name which should be used for this Windows Function App. Changing this forces a new Windows Function App to be created.
|
|
420
|
+
* The name which should be used for this Windows Function App. Changing this forces a new Windows Function App to be created. Limit the function name to 32 characters to avoid naming collisions. For more information about [Function App naming rule](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftweb) and [Host ID Collisions](https://github.com/Azure/azure-functions-host/wiki/Host-IDs#host-id-collisions)
|
|
421
421
|
*/
|
|
422
422
|
name?: pulumi.Input<string>;
|
|
423
423
|
/**
|
package/automation/account.d.ts
CHANGED
|
@@ -56,10 +56,18 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
56
56
|
* The DSC Server Endpoint associated with this Automation Account.
|
|
57
57
|
*/
|
|
58
58
|
readonly dscServerEndpoint: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* An `encryption` block as defined below.
|
|
61
|
+
*/
|
|
62
|
+
readonly encryptions: pulumi.Output<outputs.automation.AccountEncryption[]>;
|
|
59
63
|
/**
|
|
60
64
|
* An `identity` block as defined below.
|
|
61
65
|
*/
|
|
62
66
|
readonly identity: pulumi.Output<outputs.automation.AccountIdentity | undefined>;
|
|
67
|
+
/**
|
|
68
|
+
* Whether requests using non-AAD authentication are blocked.
|
|
69
|
+
*/
|
|
70
|
+
readonly localAuthenticationEnabled: pulumi.Output<boolean | undefined>;
|
|
63
71
|
/**
|
|
64
72
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
65
73
|
*/
|
|
@@ -68,6 +76,7 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
68
76
|
* Specifies the name of the Automation Account. Changing this forces a new resource to be created.
|
|
69
77
|
*/
|
|
70
78
|
readonly name: pulumi.Output<string>;
|
|
79
|
+
readonly privateEndpointConnections: pulumi.Output<outputs.automation.AccountPrivateEndpointConnection[]>;
|
|
71
80
|
/**
|
|
72
81
|
* Whether public network access is allowed for the container registry. Defaults to `true`.
|
|
73
82
|
*/
|
|
@@ -111,10 +120,18 @@ export interface AccountState {
|
|
|
111
120
|
* The DSC Server Endpoint associated with this Automation Account.
|
|
112
121
|
*/
|
|
113
122
|
dscServerEndpoint?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* An `encryption` block as defined below.
|
|
125
|
+
*/
|
|
126
|
+
encryptions?: pulumi.Input<pulumi.Input<inputs.automation.AccountEncryption>[]>;
|
|
114
127
|
/**
|
|
115
128
|
* An `identity` block as defined below.
|
|
116
129
|
*/
|
|
117
130
|
identity?: pulumi.Input<inputs.automation.AccountIdentity>;
|
|
131
|
+
/**
|
|
132
|
+
* Whether requests using non-AAD authentication are blocked.
|
|
133
|
+
*/
|
|
134
|
+
localAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
118
135
|
/**
|
|
119
136
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
120
137
|
*/
|
|
@@ -123,6 +140,7 @@ export interface AccountState {
|
|
|
123
140
|
* Specifies the name of the Automation Account. Changing this forces a new resource to be created.
|
|
124
141
|
*/
|
|
125
142
|
name?: pulumi.Input<string>;
|
|
143
|
+
privateEndpointConnections?: pulumi.Input<pulumi.Input<inputs.automation.AccountPrivateEndpointConnection>[]>;
|
|
126
144
|
/**
|
|
127
145
|
* Whether public network access is allowed for the container registry. Defaults to `true`.
|
|
128
146
|
*/
|
|
@@ -146,10 +164,18 @@ export interface AccountState {
|
|
|
146
164
|
* The set of arguments for constructing a Account resource.
|
|
147
165
|
*/
|
|
148
166
|
export interface AccountArgs {
|
|
167
|
+
/**
|
|
168
|
+
* An `encryption` block as defined below.
|
|
169
|
+
*/
|
|
170
|
+
encryptions?: pulumi.Input<pulumi.Input<inputs.automation.AccountEncryption>[]>;
|
|
149
171
|
/**
|
|
150
172
|
* An `identity` block as defined below.
|
|
151
173
|
*/
|
|
152
174
|
identity?: pulumi.Input<inputs.automation.AccountIdentity>;
|
|
175
|
+
/**
|
|
176
|
+
* Whether requests using non-AAD authentication are blocked.
|
|
177
|
+
*/
|
|
178
|
+
localAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
153
179
|
/**
|
|
154
180
|
* Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
|
|
155
181
|
*/
|
package/automation/account.js
CHANGED
|
@@ -42,9 +42,12 @@ class Account extends pulumi.CustomResource {
|
|
|
42
42
|
resourceInputs["dscPrimaryAccessKey"] = state ? state.dscPrimaryAccessKey : undefined;
|
|
43
43
|
resourceInputs["dscSecondaryAccessKey"] = state ? state.dscSecondaryAccessKey : undefined;
|
|
44
44
|
resourceInputs["dscServerEndpoint"] = state ? state.dscServerEndpoint : undefined;
|
|
45
|
+
resourceInputs["encryptions"] = state ? state.encryptions : undefined;
|
|
45
46
|
resourceInputs["identity"] = state ? state.identity : undefined;
|
|
47
|
+
resourceInputs["localAuthenticationEnabled"] = state ? state.localAuthenticationEnabled : undefined;
|
|
46
48
|
resourceInputs["location"] = state ? state.location : undefined;
|
|
47
49
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
50
|
+
resourceInputs["privateEndpointConnections"] = state ? state.privateEndpointConnections : undefined;
|
|
48
51
|
resourceInputs["publicNetworkAccessEnabled"] = state ? state.publicNetworkAccessEnabled : undefined;
|
|
49
52
|
resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
|
|
50
53
|
resourceInputs["skuName"] = state ? state.skuName : undefined;
|
|
@@ -58,7 +61,9 @@ class Account extends pulumi.CustomResource {
|
|
|
58
61
|
if ((!args || args.skuName === undefined) && !opts.urn) {
|
|
59
62
|
throw new Error("Missing required property 'skuName'");
|
|
60
63
|
}
|
|
64
|
+
resourceInputs["encryptions"] = args ? args.encryptions : undefined;
|
|
61
65
|
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
66
|
+
resourceInputs["localAuthenticationEnabled"] = args ? args.localAuthenticationEnabled : undefined;
|
|
62
67
|
resourceInputs["location"] = args ? args.location : undefined;
|
|
63
68
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
64
69
|
resourceInputs["publicNetworkAccessEnabled"] = args ? args.publicNetworkAccessEnabled : undefined;
|
|
@@ -68,6 +73,7 @@ class Account extends pulumi.CustomResource {
|
|
|
68
73
|
resourceInputs["dscPrimaryAccessKey"] = undefined /*out*/;
|
|
69
74
|
resourceInputs["dscSecondaryAccessKey"] = undefined /*out*/;
|
|
70
75
|
resourceInputs["dscServerEndpoint"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["privateEndpointConnections"] = undefined /*out*/;
|
|
71
77
|
}
|
|
72
78
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
79
|
super(Account.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../automation/account.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../automation/account.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
2
3
|
/**
|
|
3
4
|
* Use this data source to access information about an existing Automation Account.
|
|
4
5
|
*
|
|
@@ -46,6 +47,7 @@ export interface GetAccountResult {
|
|
|
46
47
|
* The Primary Access Key for the Automation Account.
|
|
47
48
|
*/
|
|
48
49
|
readonly primaryKey: string;
|
|
50
|
+
readonly privateEndpointConnections: outputs.automation.GetAccountPrivateEndpointConnection[];
|
|
49
51
|
readonly resourceGroupName: string;
|
|
50
52
|
/**
|
|
51
53
|
* The Secondary Access Key for the Automation Account.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../../automation/getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../../automation/getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AAyCD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
|
package/batch/account.d.ts
CHANGED
|
@@ -55,6 +55,10 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
55
55
|
* The account endpoint used to interact with the Batch service.
|
|
56
56
|
*/
|
|
57
57
|
readonly accountEndpoint: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Specifies the allowed authentication mode for the Batch account. Possible values include `AAD`, `SharedKey` or `TaskAuthenticationToken`.
|
|
60
|
+
*/
|
|
61
|
+
readonly allowedAuthenticationModes: pulumi.Output<string[]>;
|
|
58
62
|
/**
|
|
59
63
|
* Specifies if customer managed key encryption should be used to encrypt batch account data.
|
|
60
64
|
*/
|
|
@@ -95,10 +99,18 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
95
99
|
* The Batch account secondary access key.
|
|
96
100
|
*/
|
|
97
101
|
readonly secondaryAccessKey: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Specifies the storage account authentication mode. Possible values include `StorageKeys`, `BatchAccountManagedIdentity`.
|
|
104
|
+
*/
|
|
105
|
+
readonly storageAccountAuthenticationMode: pulumi.Output<string | undefined>;
|
|
98
106
|
/**
|
|
99
107
|
* Specifies the storage account to use for the Batch account. If not specified, Azure Batch will manage the storage.
|
|
100
108
|
*/
|
|
101
109
|
readonly storageAccountId: pulumi.Output<string | undefined>;
|
|
110
|
+
/**
|
|
111
|
+
* Specifies the user assigned identity for the storage account.
|
|
112
|
+
*/
|
|
113
|
+
readonly storageAccountNodeIdentity: pulumi.Output<string | undefined>;
|
|
102
114
|
/**
|
|
103
115
|
* A mapping of tags to assign to the resource.
|
|
104
116
|
*/
|
|
@@ -122,6 +134,10 @@ export interface AccountState {
|
|
|
122
134
|
* The account endpoint used to interact with the Batch service.
|
|
123
135
|
*/
|
|
124
136
|
accountEndpoint?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* Specifies the allowed authentication mode for the Batch account. Possible values include `AAD`, `SharedKey` or `TaskAuthenticationToken`.
|
|
139
|
+
*/
|
|
140
|
+
allowedAuthenticationModes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
141
|
/**
|
|
126
142
|
* Specifies if customer managed key encryption should be used to encrypt batch account data.
|
|
127
143
|
*/
|
|
@@ -162,10 +178,18 @@ export interface AccountState {
|
|
|
162
178
|
* The Batch account secondary access key.
|
|
163
179
|
*/
|
|
164
180
|
secondaryAccessKey?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Specifies the storage account authentication mode. Possible values include `StorageKeys`, `BatchAccountManagedIdentity`.
|
|
183
|
+
*/
|
|
184
|
+
storageAccountAuthenticationMode?: pulumi.Input<string>;
|
|
165
185
|
/**
|
|
166
186
|
* Specifies the storage account to use for the Batch account. If not specified, Azure Batch will manage the storage.
|
|
167
187
|
*/
|
|
168
188
|
storageAccountId?: pulumi.Input<string>;
|
|
189
|
+
/**
|
|
190
|
+
* Specifies the user assigned identity for the storage account.
|
|
191
|
+
*/
|
|
192
|
+
storageAccountNodeIdentity?: pulumi.Input<string>;
|
|
169
193
|
/**
|
|
170
194
|
* A mapping of tags to assign to the resource.
|
|
171
195
|
*/
|
|
@@ -177,6 +201,10 @@ export interface AccountState {
|
|
|
177
201
|
* The set of arguments for constructing a Account resource.
|
|
178
202
|
*/
|
|
179
203
|
export interface AccountArgs {
|
|
204
|
+
/**
|
|
205
|
+
* Specifies the allowed authentication mode for the Batch account. Possible values include `AAD`, `SharedKey` or `TaskAuthenticationToken`.
|
|
206
|
+
*/
|
|
207
|
+
allowedAuthenticationModes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
180
208
|
/**
|
|
181
209
|
* Specifies if customer managed key encryption should be used to encrypt batch account data.
|
|
182
210
|
*/
|
|
@@ -209,10 +237,18 @@ export interface AccountArgs {
|
|
|
209
237
|
* The name of the resource group in which to create the Batch account. Changing this forces a new resource to be created.
|
|
210
238
|
*/
|
|
211
239
|
resourceGroupName: pulumi.Input<string>;
|
|
240
|
+
/**
|
|
241
|
+
* Specifies the storage account authentication mode. Possible values include `StorageKeys`, `BatchAccountManagedIdentity`.
|
|
242
|
+
*/
|
|
243
|
+
storageAccountAuthenticationMode?: pulumi.Input<string>;
|
|
212
244
|
/**
|
|
213
245
|
* Specifies the storage account to use for the Batch account. If not specified, Azure Batch will manage the storage.
|
|
214
246
|
*/
|
|
215
247
|
storageAccountId?: pulumi.Input<string>;
|
|
248
|
+
/**
|
|
249
|
+
* Specifies the user assigned identity for the storage account.
|
|
250
|
+
*/
|
|
251
|
+
storageAccountNodeIdentity?: pulumi.Input<string>;
|
|
216
252
|
/**
|
|
217
253
|
* A mapping of tags to assign to the resource.
|
|
218
254
|
*/
|
package/batch/account.js
CHANGED
|
@@ -47,6 +47,7 @@ class Account extends pulumi.CustomResource {
|
|
|
47
47
|
if (opts.id) {
|
|
48
48
|
const state = argsOrState;
|
|
49
49
|
resourceInputs["accountEndpoint"] = state ? state.accountEndpoint : undefined;
|
|
50
|
+
resourceInputs["allowedAuthenticationModes"] = state ? state.allowedAuthenticationModes : undefined;
|
|
50
51
|
resourceInputs["encryption"] = state ? state.encryption : undefined;
|
|
51
52
|
resourceInputs["identity"] = state ? state.identity : undefined;
|
|
52
53
|
resourceInputs["keyVaultReference"] = state ? state.keyVaultReference : undefined;
|
|
@@ -57,7 +58,9 @@ class Account extends pulumi.CustomResource {
|
|
|
57
58
|
resourceInputs["publicNetworkAccessEnabled"] = state ? state.publicNetworkAccessEnabled : undefined;
|
|
58
59
|
resourceInputs["resourceGroupName"] = state ? state.resourceGroupName : undefined;
|
|
59
60
|
resourceInputs["secondaryAccessKey"] = state ? state.secondaryAccessKey : undefined;
|
|
61
|
+
resourceInputs["storageAccountAuthenticationMode"] = state ? state.storageAccountAuthenticationMode : undefined;
|
|
60
62
|
resourceInputs["storageAccountId"] = state ? state.storageAccountId : undefined;
|
|
63
|
+
resourceInputs["storageAccountNodeIdentity"] = state ? state.storageAccountNodeIdentity : undefined;
|
|
61
64
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
62
65
|
}
|
|
63
66
|
else {
|
|
@@ -65,6 +68,7 @@ class Account extends pulumi.CustomResource {
|
|
|
65
68
|
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
66
69
|
throw new Error("Missing required property 'resourceGroupName'");
|
|
67
70
|
}
|
|
71
|
+
resourceInputs["allowedAuthenticationModes"] = args ? args.allowedAuthenticationModes : undefined;
|
|
68
72
|
resourceInputs["encryption"] = args ? args.encryption : undefined;
|
|
69
73
|
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
70
74
|
resourceInputs["keyVaultReference"] = args ? args.keyVaultReference : undefined;
|
|
@@ -73,7 +77,9 @@ class Account extends pulumi.CustomResource {
|
|
|
73
77
|
resourceInputs["poolAllocationMode"] = args ? args.poolAllocationMode : undefined;
|
|
74
78
|
resourceInputs["publicNetworkAccessEnabled"] = args ? args.publicNetworkAccessEnabled : undefined;
|
|
75
79
|
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
80
|
+
resourceInputs["storageAccountAuthenticationMode"] = args ? args.storageAccountAuthenticationMode : undefined;
|
|
76
81
|
resourceInputs["storageAccountId"] = args ? args.storageAccountId : undefined;
|
|
82
|
+
resourceInputs["storageAccountNodeIdentity"] = args ? args.storageAccountNodeIdentity : undefined;
|
|
77
83
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
78
84
|
resourceInputs["accountEndpoint"] = undefined /*out*/;
|
|
79
85
|
resourceInputs["primaryAccessKey"] = undefined /*out*/;
|
package/batch/account.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../batch/account.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../batch/account.ts"],"names":[],"mappings":"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"}
|