@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
package/types/output.d.ts
CHANGED
|
@@ -7185,7 +7185,7 @@ export declare namespace appservice {
|
|
|
7185
7185
|
*/
|
|
7186
7186
|
javaVersion?: string;
|
|
7187
7187
|
/**
|
|
7188
|
-
* The version of Node to run. Possible values include `12`, `14`, and `
|
|
7188
|
+
* The version of Node to run. Possible values include `12`, `14`, `16` and `18`.
|
|
7189
7189
|
*/
|
|
7190
7190
|
nodeVersion?: string;
|
|
7191
7191
|
/**
|
|
@@ -7965,7 +7965,7 @@ export declare namespace appservice {
|
|
|
7965
7965
|
*/
|
|
7966
7966
|
google?: outputs.appservice.LinuxWebAppAuthSettingsGoogle;
|
|
7967
7967
|
/**
|
|
7968
|
-
* The OpenID Connect Issuer URI that represents the entity
|
|
7968
|
+
* The OpenID Connect Issuer URI that represents the entity that issues access tokens for this Linux Web App.
|
|
7969
7969
|
*/
|
|
7970
7970
|
issuer?: string;
|
|
7971
7971
|
/**
|
|
@@ -8125,7 +8125,7 @@ export declare namespace appservice {
|
|
|
8125
8125
|
*/
|
|
8126
8126
|
frequencyUnit: string;
|
|
8127
8127
|
/**
|
|
8128
|
-
* Should the service keep at least one backup, regardless of age of backup
|
|
8128
|
+
* Should the service keep at least one backup, regardless of the age of backup? Defaults to `false`.
|
|
8129
8129
|
*/
|
|
8130
8130
|
keepAtLeastOneBackup?: boolean;
|
|
8131
8131
|
lastExecutionTime: string;
|
|
@@ -8166,7 +8166,7 @@ export declare namespace appservice {
|
|
|
8166
8166
|
*/
|
|
8167
8167
|
tenantId: string;
|
|
8168
8168
|
/**
|
|
8169
|
-
* Specifies the type of Managed Service Identity that should be configured on this Linux Web App. Possible values are `SystemAssigned`, `UserAssigned`, `SystemAssigned, UserAssigned` (to enable both).
|
|
8169
|
+
* Specifies the type of Managed Service Identity that should be configured on this Linux Web App. Possible values are `SystemAssigned`, `UserAssigned`, and `SystemAssigned, UserAssigned` (to enable both).
|
|
8170
8170
|
*/
|
|
8171
8171
|
type: string;
|
|
8172
8172
|
}
|
|
@@ -8176,11 +8176,11 @@ export declare namespace appservice {
|
|
|
8176
8176
|
*/
|
|
8177
8177
|
applicationLogs?: outputs.appservice.LinuxWebAppLogsApplicationLogs;
|
|
8178
8178
|
/**
|
|
8179
|
-
* Should detailed error messages be enabled
|
|
8179
|
+
* Should detailed error messages be enabled?
|
|
8180
8180
|
*/
|
|
8181
8181
|
detailedErrorMessages?: boolean;
|
|
8182
8182
|
/**
|
|
8183
|
-
* Should failed request tracing be enabled
|
|
8183
|
+
* Should the failed request tracing be enabled?
|
|
8184
8184
|
*/
|
|
8185
8185
|
failedRequestTracing?: boolean;
|
|
8186
8186
|
/**
|
|
@@ -8234,7 +8234,7 @@ export declare namespace appservice {
|
|
|
8234
8234
|
}
|
|
8235
8235
|
interface LinuxWebAppLogsHttpLogsFileSystem {
|
|
8236
8236
|
/**
|
|
8237
|
-
* The retention period in days. A
|
|
8237
|
+
* The retention period in days. A value of `0` means no retention.
|
|
8238
8238
|
*/
|
|
8239
8239
|
retentionInDays: number;
|
|
8240
8240
|
/**
|
|
@@ -8247,7 +8247,13 @@ export declare namespace appservice {
|
|
|
8247
8247
|
* If this Linux Web App is Always On enabled. Defaults to `true`.
|
|
8248
8248
|
*/
|
|
8249
8249
|
alwaysOn?: boolean;
|
|
8250
|
+
/**
|
|
8251
|
+
* The URL to the API Definition for this Linux Web App.
|
|
8252
|
+
*/
|
|
8250
8253
|
apiDefinitionUrl?: string;
|
|
8254
|
+
/**
|
|
8255
|
+
* The API Management API ID this Linux Web App is associated with.
|
|
8256
|
+
*/
|
|
8251
8257
|
apiManagementApiId?: string;
|
|
8252
8258
|
/**
|
|
8253
8259
|
* The App command line to launch.
|
|
@@ -8258,7 +8264,7 @@ export declare namespace appservice {
|
|
|
8258
8264
|
*/
|
|
8259
8265
|
applicationStack: outputs.appservice.LinuxWebAppSiteConfigApplicationStack;
|
|
8260
8266
|
/**
|
|
8261
|
-
* Should Auto heal rules be enabled
|
|
8267
|
+
* Should Auto heal rules be enabled? Required with `autoHealSetting`.
|
|
8262
8268
|
*/
|
|
8263
8269
|
autoHealEnabled?: boolean;
|
|
8264
8270
|
/**
|
|
@@ -8283,7 +8289,7 @@ export declare namespace appservice {
|
|
|
8283
8289
|
defaultDocuments: string[];
|
|
8284
8290
|
detailedErrorLoggingEnabled: boolean;
|
|
8285
8291
|
/**
|
|
8286
|
-
* The State of FTP / FTPS service. Possible values include
|
|
8292
|
+
* The State of FTP / FTPS service. Possible values include `AllAllowed`, `FtpsOnly`, and `Disabled`.
|
|
8287
8293
|
*/
|
|
8288
8294
|
ftpsState?: string;
|
|
8289
8295
|
/**
|
|
@@ -8312,7 +8318,7 @@ export declare namespace appservice {
|
|
|
8312
8318
|
*/
|
|
8313
8319
|
localMysqlEnabled?: boolean;
|
|
8314
8320
|
/**
|
|
8315
|
-
* Managed pipeline mode. Possible values include
|
|
8321
|
+
* Managed pipeline mode. Possible values include `Integrated`, and `Classic`.
|
|
8316
8322
|
*/
|
|
8317
8323
|
managedPipelineMode?: string;
|
|
8318
8324
|
/**
|
|
@@ -8338,15 +8344,15 @@ export declare namespace appservice {
|
|
|
8338
8344
|
*/
|
|
8339
8345
|
scmUseMainIpRestriction?: boolean;
|
|
8340
8346
|
/**
|
|
8341
|
-
* Should the Linux Web App use a 32-bit worker
|
|
8347
|
+
* Should the Linux Web App use a 32-bit worker? Defaults to `true`.
|
|
8342
8348
|
*/
|
|
8343
8349
|
use32BitWorker?: boolean;
|
|
8344
8350
|
/**
|
|
8345
|
-
* Should all outbound traffic
|
|
8351
|
+
* Should all outbound traffic have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to `false`.
|
|
8346
8352
|
*/
|
|
8347
8353
|
vnetRouteAllEnabled?: boolean;
|
|
8348
8354
|
/**
|
|
8349
|
-
* Should Web Sockets be enabled
|
|
8355
|
+
* Should Web Sockets be enabled? Defaults to `false`.
|
|
8350
8356
|
*/
|
|
8351
8357
|
websocketsEnabled?: boolean;
|
|
8352
8358
|
/**
|
|
@@ -8636,7 +8642,7 @@ export declare namespace appservice {
|
|
|
8636
8642
|
*/
|
|
8637
8643
|
google?: outputs.appservice.LinuxWebAppSlotAuthSettingsGoogle;
|
|
8638
8644
|
/**
|
|
8639
|
-
* The OpenID Connect Issuer URI that represents the entity
|
|
8645
|
+
* The OpenID Connect Issuer URI that represents the entity that issues access tokens for this Linux Web App.
|
|
8640
8646
|
*/
|
|
8641
8647
|
issuer?: string;
|
|
8642
8648
|
/**
|
|
@@ -8778,7 +8784,7 @@ export declare namespace appservice {
|
|
|
8778
8784
|
*/
|
|
8779
8785
|
name: string;
|
|
8780
8786
|
/**
|
|
8781
|
-
*
|
|
8787
|
+
* An `schedule` block as defined below.
|
|
8782
8788
|
*/
|
|
8783
8789
|
schedule: outputs.appservice.LinuxWebAppSlotBackupSchedule;
|
|
8784
8790
|
/**
|
|
@@ -8796,7 +8802,7 @@ export declare namespace appservice {
|
|
|
8796
8802
|
*/
|
|
8797
8803
|
frequencyUnit: string;
|
|
8798
8804
|
/**
|
|
8799
|
-
* Should the service keep at least one backup, regardless of age of backup
|
|
8805
|
+
* Should the service keep at least one backup, regardless of the age of backup? Defaults to `false`.
|
|
8800
8806
|
*/
|
|
8801
8807
|
keepAtLeastOneBackup?: boolean;
|
|
8802
8808
|
lastExecutionTime: string;
|
|
@@ -8811,11 +8817,11 @@ export declare namespace appservice {
|
|
|
8811
8817
|
}
|
|
8812
8818
|
interface LinuxWebAppSlotConnectionString {
|
|
8813
8819
|
/**
|
|
8814
|
-
* The name which should be used for this Linux Web App. Changing this forces a new Linux Web App to be created.
|
|
8820
|
+
* The name which should be used for this Linux Web App Slot. Changing this forces a new Linux Web App Slot to be created.
|
|
8815
8821
|
*/
|
|
8816
8822
|
name: string;
|
|
8817
8823
|
/**
|
|
8818
|
-
* Type of database. Possible values include
|
|
8824
|
+
* Type of database. Possible values include `APIHub`, `Custom`, `DocDb`, `EventHub`, `MySQL`, `NotificationHub`, `PostgreSQL`, `RedisCache`, `ServiceBus`, `SQLAzure`, and `SQLServer`.
|
|
8819
8825
|
*/
|
|
8820
8826
|
type: string;
|
|
8821
8827
|
/**
|
|
@@ -8837,7 +8843,7 @@ export declare namespace appservice {
|
|
|
8837
8843
|
*/
|
|
8838
8844
|
tenantId: string;
|
|
8839
8845
|
/**
|
|
8840
|
-
* Specifies the type of Managed Service Identity that should be configured on this Linux Web App Slot. Possible values are `SystemAssigned`, `UserAssigned
|
|
8846
|
+
* Specifies the type of Managed Service Identity that should be configured on this Linux Web App Slot. Possible values are `SystemAssigned`, `UserAssigned` and `SystemAssigned, UserAssigned` (to enable both).
|
|
8841
8847
|
*/
|
|
8842
8848
|
type: string;
|
|
8843
8849
|
}
|
|
@@ -8847,11 +8853,11 @@ export declare namespace appservice {
|
|
|
8847
8853
|
*/
|
|
8848
8854
|
applicationLogs?: outputs.appservice.LinuxWebAppSlotLogsApplicationLogs;
|
|
8849
8855
|
/**
|
|
8850
|
-
* Should detailed error messages be enabled
|
|
8856
|
+
* Should detailed error messages be enabled?
|
|
8851
8857
|
*/
|
|
8852
8858
|
detailedErrorMessages?: boolean;
|
|
8853
8859
|
/**
|
|
8854
|
-
* Should failed request tracing be enabled
|
|
8860
|
+
* Should the failed request tracing be enabled?
|
|
8855
8861
|
*/
|
|
8856
8862
|
failedRequestTracing?: boolean;
|
|
8857
8863
|
/**
|
|
@@ -8865,7 +8871,7 @@ export declare namespace appservice {
|
|
|
8865
8871
|
*/
|
|
8866
8872
|
azureBlobStorage?: outputs.appservice.LinuxWebAppSlotLogsApplicationLogsAzureBlobStorage;
|
|
8867
8873
|
/**
|
|
8868
|
-
* Log level. Possible values include
|
|
8874
|
+
* Log level. Possible values include `Verbose`, `Information`, `Warning`, and `Error`.
|
|
8869
8875
|
*/
|
|
8870
8876
|
fileSystemLevel: string;
|
|
8871
8877
|
}
|
|
@@ -8879,7 +8885,7 @@ export declare namespace appservice {
|
|
|
8879
8885
|
*/
|
|
8880
8886
|
retentionInDays: number;
|
|
8881
8887
|
/**
|
|
8882
|
-
* SAS
|
|
8888
|
+
* SAS URL to an Azure blob container with read/write/list/delete permissions.
|
|
8883
8889
|
*/
|
|
8884
8890
|
sasUrl: string;
|
|
8885
8891
|
}
|
|
@@ -8899,7 +8905,7 @@ export declare namespace appservice {
|
|
|
8899
8905
|
*/
|
|
8900
8906
|
retentionInDays?: number;
|
|
8901
8907
|
/**
|
|
8902
|
-
* SAS
|
|
8908
|
+
* SAS URL to an Azure blob container with read/write/list/delete permissions.
|
|
8903
8909
|
*/
|
|
8904
8910
|
sasUrl: string;
|
|
8905
8911
|
}
|
|
@@ -8923,7 +8929,7 @@ export declare namespace appservice {
|
|
|
8923
8929
|
*/
|
|
8924
8930
|
apiDefinitionUrl?: string;
|
|
8925
8931
|
/**
|
|
8926
|
-
* The API Management API ID this Linux Web App Slot
|
|
8932
|
+
* The API Management API ID this Linux Web App Slot is associated with.
|
|
8927
8933
|
*/
|
|
8928
8934
|
apiManagementApiId?: string;
|
|
8929
8935
|
/**
|
|
@@ -8935,7 +8941,7 @@ export declare namespace appservice {
|
|
|
8935
8941
|
*/
|
|
8936
8942
|
applicationStack: outputs.appservice.LinuxWebAppSlotSiteConfigApplicationStack;
|
|
8937
8943
|
/**
|
|
8938
|
-
* Should Auto heal rules be enabled
|
|
8944
|
+
* Should Auto heal rules be enabled? Required with `autoHealSetting`.
|
|
8939
8945
|
*/
|
|
8940
8946
|
autoHealEnabled?: boolean;
|
|
8941
8947
|
/**
|
|
@@ -8964,7 +8970,7 @@ export declare namespace appservice {
|
|
|
8964
8970
|
defaultDocuments: string[];
|
|
8965
8971
|
detailedErrorLoggingEnabled: boolean;
|
|
8966
8972
|
/**
|
|
8967
|
-
* The State of FTP / FTPS service. Possible values include
|
|
8973
|
+
* The State of FTP / FTPS service. Possible values include `AllAllowed`, `FtpsOnly`, and `Disabled`.
|
|
8968
8974
|
*/
|
|
8969
8975
|
ftpsState?: string;
|
|
8970
8976
|
/**
|
|
@@ -9019,11 +9025,11 @@ export declare namespace appservice {
|
|
|
9019
9025
|
*/
|
|
9020
9026
|
scmUseMainIpRestriction?: boolean;
|
|
9021
9027
|
/**
|
|
9022
|
-
* Should the Linux Web App use a 32-bit worker
|
|
9028
|
+
* Should the Linux Web App use a 32-bit worker? Defaults to `true`.
|
|
9023
9029
|
*/
|
|
9024
9030
|
use32BitWorker?: boolean;
|
|
9025
9031
|
/**
|
|
9026
|
-
* Should all outbound traffic
|
|
9032
|
+
* Should all outbound traffic have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to `false`.
|
|
9027
9033
|
*/
|
|
9028
9034
|
vnetRouteAllEnabled?: boolean;
|
|
9029
9035
|
websocketsEnabled?: boolean;
|
|
@@ -9270,7 +9276,7 @@ export declare namespace appservice {
|
|
|
9270
9276
|
}
|
|
9271
9277
|
interface LinuxWebAppSlotSiteCredential {
|
|
9272
9278
|
/**
|
|
9273
|
-
* The name which should be used for this Linux Web App. Changing this forces a new Linux Web App to be created.
|
|
9279
|
+
* The name which should be used for this Linux Web App Slot. Changing this forces a new Linux Web App Slot to be created.
|
|
9274
9280
|
*/
|
|
9275
9281
|
name: string;
|
|
9276
9282
|
/**
|
|
@@ -10337,7 +10343,7 @@ export declare namespace appservice {
|
|
|
10337
10343
|
*/
|
|
10338
10344
|
javaVersion?: string;
|
|
10339
10345
|
/**
|
|
10340
|
-
* The version of Node to run. Possible values include `~12`, `~14`, and `~
|
|
10346
|
+
* The version of Node to run. Possible values include `~12`, `~14`, `~16` and `~18`.
|
|
10341
10347
|
*/
|
|
10342
10348
|
nodeVersion?: string;
|
|
10343
10349
|
/**
|
|
@@ -12685,6 +12691,20 @@ export declare namespace automation {
|
|
|
12685
12691
|
*/
|
|
12686
12692
|
occurrence: number;
|
|
12687
12693
|
}
|
|
12694
|
+
interface SourceControlSecurity {
|
|
12695
|
+
/**
|
|
12696
|
+
* The refresh token of specified rpeo.
|
|
12697
|
+
*/
|
|
12698
|
+
refreshToken?: string;
|
|
12699
|
+
/**
|
|
12700
|
+
* The access token of specified repo.
|
|
12701
|
+
*/
|
|
12702
|
+
token: string;
|
|
12703
|
+
/**
|
|
12704
|
+
* Specify the token type, possible values are `PersonalAccessToken` and `Oauth`.
|
|
12705
|
+
*/
|
|
12706
|
+
tokenType: string;
|
|
12707
|
+
}
|
|
12688
12708
|
}
|
|
12689
12709
|
export declare namespace avs {
|
|
12690
12710
|
interface GetPrivateCloudCircuit {
|
|
@@ -20261,11 +20281,25 @@ export declare namespace containerservice {
|
|
|
20261
20281
|
* The Admin Username for Windows VMs.
|
|
20262
20282
|
*/
|
|
20263
20283
|
adminUsername: string;
|
|
20284
|
+
/**
|
|
20285
|
+
* A `gmsa` block as defined below.
|
|
20286
|
+
*/
|
|
20287
|
+
gmsa?: outputs.containerservice.KubernetesClusterWindowsProfileGmsa;
|
|
20264
20288
|
/**
|
|
20265
20289
|
* Specifies the type of on-premise license which should be used for Node Pool Windows Virtual Machine. At this time the only possible value is `Windows_Server`.
|
|
20266
20290
|
*/
|
|
20267
20291
|
license?: string;
|
|
20268
20292
|
}
|
|
20293
|
+
interface KubernetesClusterWindowsProfileGmsa {
|
|
20294
|
+
/**
|
|
20295
|
+
* Specifies the DNS server for Windows gMSA. Set this to an empty string if you have configured the DNS server in the VNet which was used to create the managed cluster.
|
|
20296
|
+
*/
|
|
20297
|
+
dnsServer: string;
|
|
20298
|
+
/**
|
|
20299
|
+
* Specifies the root domain name for Windows gMSA. Set this to an empty string if you have configured the DNS server in the VNet which was used to create the managed cluster.
|
|
20300
|
+
*/
|
|
20301
|
+
rootDomain: string;
|
|
20302
|
+
}
|
|
20269
20303
|
interface RegistryEncryption {
|
|
20270
20304
|
/**
|
|
20271
20305
|
* Boolean value that indicates whether encryption is enabled.
|
|
@@ -20630,6 +20664,26 @@ export declare namespace containerservice {
|
|
|
20630
20664
|
*/
|
|
20631
20665
|
enabled?: boolean;
|
|
20632
20666
|
}
|
|
20667
|
+
interface TokenPasswordPassword1 {
|
|
20668
|
+
/**
|
|
20669
|
+
* The expiration date of the password in RFC3339 format.
|
|
20670
|
+
*/
|
|
20671
|
+
expiry?: string;
|
|
20672
|
+
/**
|
|
20673
|
+
* The value of the password (Sensitive).
|
|
20674
|
+
*/
|
|
20675
|
+
value: string;
|
|
20676
|
+
}
|
|
20677
|
+
interface TokenPasswordPassword2 {
|
|
20678
|
+
/**
|
|
20679
|
+
* The expiration date of the password in RFC3339 format.
|
|
20680
|
+
*/
|
|
20681
|
+
expiry?: string;
|
|
20682
|
+
/**
|
|
20683
|
+
* The value of the password (Sensitive).
|
|
20684
|
+
*/
|
|
20685
|
+
value: string;
|
|
20686
|
+
}
|
|
20633
20687
|
}
|
|
20634
20688
|
export declare namespace core {
|
|
20635
20689
|
interface CustomProviderAction {
|
|
@@ -21284,7 +21338,7 @@ export declare namespace cosmosdb {
|
|
|
21284
21338
|
*/
|
|
21285
21339
|
includedPaths: outputs.cosmosdb.SqlContainerIndexingPolicyIncludedPath[];
|
|
21286
21340
|
/**
|
|
21287
|
-
* Indicates the indexing mode. Possible values include: `
|
|
21341
|
+
* Indicates the indexing mode. Possible values include: `consistent` and `none`. Defaults to `consistent`.
|
|
21288
21342
|
*/
|
|
21289
21343
|
indexingMode?: string;
|
|
21290
21344
|
/**
|
|
@@ -23348,6 +23402,34 @@ export declare namespace datashare {
|
|
|
23348
23402
|
}
|
|
23349
23403
|
}
|
|
23350
23404
|
export declare namespace desktopvirtualization {
|
|
23405
|
+
interface HostPoolScheduledAgentUpdates {
|
|
23406
|
+
/**
|
|
23407
|
+
* Enables or disables scheduled updates of the AVD agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) on session hosts. If this is enabled then up to two `schedule` blocks must be defined. Default is `false`.
|
|
23408
|
+
*/
|
|
23409
|
+
enabled?: boolean;
|
|
23410
|
+
/**
|
|
23411
|
+
* A `schedule` block as defined below. A maximum of two blocks can be added.
|
|
23412
|
+
*/
|
|
23413
|
+
schedules?: outputs.desktopvirtualization.HostPoolScheduledAgentUpdatesSchedule[];
|
|
23414
|
+
/**
|
|
23415
|
+
* Specifies the time zone in which the agent update schedule will apply, [the possible values are defined here](https://jackstromberg.com/2017/01/list-of-time-zones-consumed-by-azure/). If `useSessionHostTimezone` is enabled then it will override this setting. Default is `UTC`
|
|
23416
|
+
*/
|
|
23417
|
+
timezone?: string;
|
|
23418
|
+
/**
|
|
23419
|
+
* Specifies whether scheduled agent updates should be applied based on the timezone of the affected session host. If configured then this setting overrides `timezone`. Default is `false`.
|
|
23420
|
+
*/
|
|
23421
|
+
useSessionHostTimezone?: boolean;
|
|
23422
|
+
}
|
|
23423
|
+
interface HostPoolScheduledAgentUpdatesSchedule {
|
|
23424
|
+
/**
|
|
23425
|
+
* The day of the week on which agent updates should be performed. Possible values are `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday`, and `Sunday`
|
|
23426
|
+
*/
|
|
23427
|
+
dayOfWeek: string;
|
|
23428
|
+
/**
|
|
23429
|
+
* The hour of day the update window should start. The update is a 2 hour period following the hour provided. The value should be provided as a number between 0 and 23, with 0 being midnight and 23 being 11pm. A leading zero should not be used.
|
|
23430
|
+
*/
|
|
23431
|
+
hourOfDay: number;
|
|
23432
|
+
}
|
|
23351
23433
|
interface ScalingPlanHostPool {
|
|
23352
23434
|
/**
|
|
23353
23435
|
* The ID of the HostPool to assign the Scaling Plan to.
|
|
@@ -26263,6 +26345,16 @@ export declare namespace hdinsight {
|
|
|
26263
26345
|
*/
|
|
26264
26346
|
keyVaultManagedIdentityId?: string;
|
|
26265
26347
|
}
|
|
26348
|
+
interface HBaseClusterExtension {
|
|
26349
|
+
/**
|
|
26350
|
+
* The workspace ID of the log analytics extension.
|
|
26351
|
+
*/
|
|
26352
|
+
logAnalyticsWorkspaceId: string;
|
|
26353
|
+
/**
|
|
26354
|
+
* The workspace key of the log analytics extension.
|
|
26355
|
+
*/
|
|
26356
|
+
primaryKey: string;
|
|
26357
|
+
}
|
|
26266
26358
|
interface HBaseClusterGateway {
|
|
26267
26359
|
/**
|
|
26268
26360
|
* The password used for the Ambari Portal.
|
|
@@ -26581,6 +26673,16 @@ export declare namespace hdinsight {
|
|
|
26581
26673
|
*/
|
|
26582
26674
|
keyVaultManagedIdentityId?: string;
|
|
26583
26675
|
}
|
|
26676
|
+
interface HadoopClusterExtension {
|
|
26677
|
+
/**
|
|
26678
|
+
* The workspace ID of the log analytics extension.
|
|
26679
|
+
*/
|
|
26680
|
+
logAnalyticsWorkspaceId: string;
|
|
26681
|
+
/**
|
|
26682
|
+
* The workspace key of the log analytics extension.
|
|
26683
|
+
*/
|
|
26684
|
+
primaryKey: string;
|
|
26685
|
+
}
|
|
26584
26686
|
interface HadoopClusterGateway {
|
|
26585
26687
|
/**
|
|
26586
26688
|
* The password used for the Ambari Portal.
|
|
@@ -26980,6 +27082,16 @@ export declare namespace hdinsight {
|
|
|
26980
27082
|
*/
|
|
26981
27083
|
keyVaultManagedIdentityId?: string;
|
|
26982
27084
|
}
|
|
27085
|
+
interface InteractiveQueryClusterExtension {
|
|
27086
|
+
/**
|
|
27087
|
+
* The workspace ID of the log analytics extension.
|
|
27088
|
+
*/
|
|
27089
|
+
logAnalyticsWorkspaceId: string;
|
|
27090
|
+
/**
|
|
27091
|
+
* The workspace key of the log analytics extension.
|
|
27092
|
+
*/
|
|
27093
|
+
primaryKey: string;
|
|
27094
|
+
}
|
|
26983
27095
|
interface InteractiveQueryClusterGateway {
|
|
26984
27096
|
/**
|
|
26985
27097
|
* The password used for the Ambari Portal.
|
|
@@ -27312,6 +27424,16 @@ export declare namespace hdinsight {
|
|
|
27312
27424
|
*/
|
|
27313
27425
|
keyVaultManagedIdentityId?: string;
|
|
27314
27426
|
}
|
|
27427
|
+
interface KafkaClusterExtension {
|
|
27428
|
+
/**
|
|
27429
|
+
* The workspace ID of the log analytics extension.
|
|
27430
|
+
*/
|
|
27431
|
+
logAnalyticsWorkspaceId: string;
|
|
27432
|
+
/**
|
|
27433
|
+
* The workspace key of the log analytics extension.
|
|
27434
|
+
*/
|
|
27435
|
+
primaryKey: string;
|
|
27436
|
+
}
|
|
27315
27437
|
interface KafkaClusterGateway {
|
|
27316
27438
|
/**
|
|
27317
27439
|
* The password used for the Ambari Portal.
|
|
@@ -27640,6 +27762,16 @@ export declare namespace hdinsight {
|
|
|
27640
27762
|
*/
|
|
27641
27763
|
keyVaultManagedIdentityId?: string;
|
|
27642
27764
|
}
|
|
27765
|
+
interface SparkClusterExtension {
|
|
27766
|
+
/**
|
|
27767
|
+
* The workspace ID of the log analytics extension.
|
|
27768
|
+
*/
|
|
27769
|
+
logAnalyticsWorkspaceId: string;
|
|
27770
|
+
/**
|
|
27771
|
+
* The workspace key of the log analytics extension.
|
|
27772
|
+
*/
|
|
27773
|
+
primaryKey: string;
|
|
27774
|
+
}
|
|
27643
27775
|
interface SparkClusterGateway {
|
|
27644
27776
|
/**
|
|
27645
27777
|
* The password used for the Ambari Portal.
|
|
@@ -31348,12 +31480,26 @@ export declare namespace monitoring {
|
|
|
31348
31480
|
interface ActionGroupEventHubReceiver {
|
|
31349
31481
|
/**
|
|
31350
31482
|
* The resource ID of the respective Event Hub.
|
|
31483
|
+
*
|
|
31484
|
+
* @deprecated This property is deprecated and will be removed in version 4.0 of the provider, please use 'event_hub_name' and 'event_hub_namespace' instead.
|
|
31351
31485
|
*/
|
|
31352
31486
|
eventHubId: string;
|
|
31487
|
+
/**
|
|
31488
|
+
* The name of the specific Event Hub queue.
|
|
31489
|
+
*/
|
|
31490
|
+
eventHubName: string;
|
|
31491
|
+
/**
|
|
31492
|
+
* The namespace name of the Event Hub.
|
|
31493
|
+
*/
|
|
31494
|
+
eventHubNamespace: string;
|
|
31353
31495
|
/**
|
|
31354
31496
|
* The name of the EventHub Receiver, must be unique within action group.
|
|
31355
31497
|
*/
|
|
31356
31498
|
name: string;
|
|
31499
|
+
/**
|
|
31500
|
+
* The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
|
|
31501
|
+
*/
|
|
31502
|
+
subscriptionId: string;
|
|
31357
31503
|
/**
|
|
31358
31504
|
* The Tenant ID for the subscription containing this Event Hub.
|
|
31359
31505
|
*/
|
|
@@ -32272,12 +32418,26 @@ export declare namespace monitoring {
|
|
|
32272
32418
|
interface GetActionGroupEventHubReceiver {
|
|
32273
32419
|
/**
|
|
32274
32420
|
* The resource ID of the respective Event Hub.
|
|
32421
|
+
*
|
|
32422
|
+
* @deprecated This property is deprecated and will be removed in version 4.0 of the provider, please use 'event_hub_name' and 'event_hub_namespace' instead.
|
|
32275
32423
|
*/
|
|
32276
32424
|
eventHubId: string;
|
|
32425
|
+
/**
|
|
32426
|
+
* The name of the specific Event Hub queue.
|
|
32427
|
+
*/
|
|
32428
|
+
eventHubName: string;
|
|
32429
|
+
/**
|
|
32430
|
+
* The namespace name of the Event Hub.
|
|
32431
|
+
*/
|
|
32432
|
+
eventHubNamespace: string;
|
|
32277
32433
|
/**
|
|
32278
32434
|
* Specifies the name of the Action Group.
|
|
32279
32435
|
*/
|
|
32280
32436
|
name: string;
|
|
32437
|
+
/**
|
|
32438
|
+
* The ID for the subscription containing this Event Hub. Default to the subscription ID of the Action Group.
|
|
32439
|
+
*/
|
|
32440
|
+
subscriptionId: string;
|
|
32281
32441
|
/**
|
|
32282
32442
|
* The Tenant ID for the subscription containing this Event Hub.
|
|
32283
32443
|
*/
|
|
@@ -37164,6 +37324,30 @@ export declare namespace operationalinsights {
|
|
|
37164
37324
|
publisher: string;
|
|
37165
37325
|
}
|
|
37166
37326
|
}
|
|
37327
|
+
export declare namespace orbital {
|
|
37328
|
+
interface SpacecraftLink {
|
|
37329
|
+
/**
|
|
37330
|
+
* Bandwidth in Mhz.
|
|
37331
|
+
*/
|
|
37332
|
+
bandwidthMhz: number;
|
|
37333
|
+
/**
|
|
37334
|
+
* Center frequency in Mhz.
|
|
37335
|
+
*/
|
|
37336
|
+
centerFrequencyMhz: number;
|
|
37337
|
+
/**
|
|
37338
|
+
* Direction if the communication. Possible values are `Uplink` and `Downlink`.
|
|
37339
|
+
*/
|
|
37340
|
+
direction: string;
|
|
37341
|
+
/**
|
|
37342
|
+
* Name of the link.
|
|
37343
|
+
*/
|
|
37344
|
+
name: string;
|
|
37345
|
+
/**
|
|
37346
|
+
* Polarization. Possible values are `RHCP`, `LHCP`, `linearVertical` and `linearHorizontal`.
|
|
37347
|
+
*/
|
|
37348
|
+
polarization: string;
|
|
37349
|
+
}
|
|
37350
|
+
}
|
|
37167
37351
|
export declare namespace policy {
|
|
37168
37352
|
interface GetPolicyAssignmentIdentity {
|
|
37169
37353
|
/**
|