@pulumi/azure 5.80.0-alpha.1717777691 → 5.80.0-alpha.1718014781
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/namedValue.d.ts +3 -3
- package/arc/getResourceBridgeAppliance.d.ts +99 -0
- package/arc/getResourceBridgeAppliance.js +52 -0
- package/arc/getResourceBridgeAppliance.js.map +1 -0
- package/arc/index.d.ts +3 -0
- package/arc/index.js +4 -1
- package/arc/index.js.map +1 -1
- package/automation/powershell72Module.d.ts +18 -0
- package/automation/powershell72Module.js +2 -0
- package/automation/powershell72Module.js.map +1 -1
- package/compute/bastionHost.d.ts +17 -5
- package/compute/bastionHost.js +2 -3
- package/compute/bastionHost.js.map +1 -1
- package/compute/implicitDataDiskFromSource.d.ts +233 -0
- package/compute/implicitDataDiskFromSource.js +179 -0
- package/compute/implicitDataDiskFromSource.js.map +1 -0
- package/compute/index.d.ts +3 -0
- package/compute/index.js +6 -1
- package/compute/index.js.map +1 -1
- package/compute/linuxVirtualMachine.d.ts +6 -0
- package/compute/linuxVirtualMachine.js.map +1 -1
- package/compute/windowsVirtualMachine.d.ts +6 -0
- package/compute/windowsVirtualMachine.js.map +1 -1
- package/containerapp/environment.d.ts +18 -0
- package/containerapp/environment.js +2 -0
- package/containerapp/environment.js.map +1 -1
- package/containerapp/job.d.ts +32 -8
- package/containerapp/job.js +5 -1
- package/containerapp/job.js.map +1 -1
- package/containerservice/getRegistryCacheRule.d.ts +58 -0
- package/containerservice/getRegistryCacheRule.js +26 -0
- package/containerservice/getRegistryCacheRule.js.map +1 -0
- package/containerservice/index.d.ts +6 -0
- package/containerservice/index.js +9 -1
- package/containerservice/index.js.map +1 -1
- package/containerservice/kubernetesCluster.d.ts +12 -6
- package/containerservice/kubernetesCluster.js +2 -0
- package/containerservice/kubernetesCluster.js.map +1 -1
- package/containerservice/registryCacheRule.d.ts +135 -0
- package/containerservice/registryCacheRule.js +105 -0
- package/containerservice/registryCacheRule.js.map +1 -0
- package/dataprotection/backupPolicyBlobStorage.d.ts +87 -1
- package/dataprotection/backupPolicyBlobStorage.js +10 -3
- package/dataprotection/backupPolicyBlobStorage.js.map +1 -1
- package/dataprotection/backupPolicyPostgresqlFlexibleServer.d.ts +121 -0
- package/dataprotection/backupPolicyPostgresqlFlexibleServer.js +79 -0
- package/dataprotection/backupPolicyPostgresqlFlexibleServer.js.map +1 -0
- package/dataprotection/index.d.ts +3 -0
- package/dataprotection/index.js +6 -1
- package/dataprotection/index.js.map +1 -1
- package/elasticsan/getVolumeGroup.d.ts +101 -0
- package/elasticsan/getVolumeGroup.js +60 -0
- package/elasticsan/getVolumeGroup.js.map +1 -0
- package/elasticsan/index.d.ts +3 -0
- package/elasticsan/index.js +4 -1
- package/elasticsan/index.js.map +1 -1
- package/logicapps/triggerCustom.d.ts +8 -0
- package/logicapps/triggerCustom.js +2 -0
- package/logicapps/triggerCustom.js.map +1 -1
- package/logicapps/triggerHttpRequest.d.ts +2 -2
- package/machinelearning/workspace.d.ts +12 -0
- package/machinelearning/workspace.js +2 -0
- package/machinelearning/workspace.js.map +1 -1
- package/network/getSubnet.d.ts +4 -0
- package/network/getSubnet.js.map +1 -1
- package/network/subnet.d.ts +12 -0
- package/network/subnet.js +2 -0
- package/network/subnet.js.map +1 -1
- package/network/virtualNetworkGatewayConnection.d.ts +1 -1
- package/newrelic/monitor.d.ts +36 -0
- package/newrelic/monitor.js +26 -0
- package/newrelic/monitor.js.map +1 -1
- package/nginx/configuration.d.ts +150 -0
- package/nginx/configuration.js +105 -0
- package/nginx/configuration.js.map +1 -1
- package/nginx/deployment.d.ts +6 -60
- package/nginx/deployment.js +0 -45
- package/nginx/deployment.js.map +1 -1
- package/nginx/getConfiguration.d.ts +45 -0
- package/nginx/getConfiguration.js +30 -0
- package/nginx/getConfiguration.js.map +1 -1
- package/nginx/getDeployment.d.ts +1 -1
- package/notificationhub/authorizationRule.d.ts +16 -0
- package/notificationhub/authorizationRule.js +6 -0
- package/notificationhub/authorizationRule.js.map +1 -1
- package/package.json +2 -2
- package/securitycenter/automation.d.ts +6 -0
- package/securitycenter/automation.js.map +1 -1
- package/storage/getQueue.d.ts +92 -0
- package/storage/getQueue.js +51 -0
- package/storage/getQueue.js.map +1 -0
- package/storage/getTable.d.ts +79 -0
- package/storage/getTable.js +50 -0
- package/storage/getTable.js.map +1 -0
- package/storage/index.d.ts +6 -0
- package/storage/index.js +8 -2
- package/storage/index.js.map +1 -1
- package/storage/syncServerEndpoint.d.ts +13 -3
- package/storage/syncServerEndpoint.js +10 -0
- package/storage/syncServerEndpoint.js.map +1 -1
- package/types/input.d.ts +199 -38
- package/types/output.d.ts +303 -38
package/types/output.d.ts
CHANGED
|
@@ -18857,8 +18857,28 @@ export declare namespace appservice {
|
|
|
18857
18857
|
}
|
|
18858
18858
|
}
|
|
18859
18859
|
export declare namespace arc {
|
|
18860
|
+
interface GetResourceBridgeApplianceIdentity {
|
|
18861
|
+
/**
|
|
18862
|
+
* The Principal ID associated with this Managed Service Identity.
|
|
18863
|
+
*/
|
|
18864
|
+
principalId: string;
|
|
18865
|
+
/**
|
|
18866
|
+
* The Tenant ID associated with this Managed Service Identity.
|
|
18867
|
+
*/
|
|
18868
|
+
tenantId: string;
|
|
18869
|
+
/**
|
|
18870
|
+
* The type of this Managed Service Identity.
|
|
18871
|
+
*/
|
|
18872
|
+
type: string;
|
|
18873
|
+
}
|
|
18860
18874
|
interface ResourceBridgeApplianceIdentity {
|
|
18875
|
+
/**
|
|
18876
|
+
* The Principal ID associated with this Managed Service Identity.
|
|
18877
|
+
*/
|
|
18861
18878
|
principalId: string;
|
|
18879
|
+
/**
|
|
18880
|
+
* The Tenant ID associated with this Managed Service Identity.
|
|
18881
|
+
*/
|
|
18862
18882
|
tenantId: string;
|
|
18863
18883
|
/**
|
|
18864
18884
|
* Specifies the type of Managed Service Identity that should be configured on this Arc Resource Bridge Appliance. The only possible value is `SystemAssigned`. Changing this forces a new resource to be created.
|
|
@@ -24127,7 +24147,7 @@ export declare namespace compute {
|
|
|
24127
24147
|
}
|
|
24128
24148
|
interface LinuxVirtualMachineAdditionalCapabilities {
|
|
24129
24149
|
/**
|
|
24130
|
-
* Whether to enable the hibernation capability or not.
|
|
24150
|
+
* Whether to enable the hibernation capability or not.
|
|
24131
24151
|
*/
|
|
24132
24152
|
hibernationEnabled?: boolean;
|
|
24133
24153
|
/**
|
|
@@ -26367,7 +26387,7 @@ export declare namespace compute {
|
|
|
26367
26387
|
}
|
|
26368
26388
|
interface WindowsVirtualMachineAdditionalCapabilities {
|
|
26369
26389
|
/**
|
|
26370
|
-
* Whether to enable the hibernation capability or not.
|
|
26390
|
+
* Whether to enable the hibernation capability or not.
|
|
26371
26391
|
*/
|
|
26372
26392
|
hibernationEnabled?: boolean;
|
|
26373
26393
|
/**
|
|
@@ -27222,6 +27242,7 @@ export declare namespace config {
|
|
|
27222
27242
|
}
|
|
27223
27243
|
interface FeaturesVirtualMachine {
|
|
27224
27244
|
deleteOsDiskOnDeletion?: boolean;
|
|
27245
|
+
detachImplicitDataDiskOnDeletion?: boolean;
|
|
27225
27246
|
gracefulShutdown?: boolean;
|
|
27226
27247
|
skipShutdownAndForceDelete?: boolean;
|
|
27227
27248
|
}
|
|
@@ -29185,11 +29206,11 @@ export declare namespace containerapp {
|
|
|
29185
29206
|
*/
|
|
29186
29207
|
keyVaultSecretId?: string;
|
|
29187
29208
|
/**
|
|
29188
|
-
*
|
|
29209
|
+
* Specifies the name of the Container App Job resource. Changing this forces a new resource to be created.
|
|
29189
29210
|
*/
|
|
29190
29211
|
name: string;
|
|
29191
29212
|
/**
|
|
29192
|
-
*
|
|
29213
|
+
* The value for this secret.
|
|
29193
29214
|
*/
|
|
29194
29215
|
value?: string;
|
|
29195
29216
|
}
|
|
@@ -29786,10 +29807,18 @@ export declare namespace containerservice {
|
|
|
29786
29807
|
timeoutInSeconds?: number;
|
|
29787
29808
|
}
|
|
29788
29809
|
interface GetClusterNodePoolUpgradeSetting {
|
|
29810
|
+
/**
|
|
29811
|
+
* The amount of time in minutes to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails.
|
|
29812
|
+
*/
|
|
29813
|
+
drainTimeoutInMinutes: number;
|
|
29789
29814
|
/**
|
|
29790
29815
|
* The maximum number or percentage of nodes which will be added to the Node Pool size during an upgrade.
|
|
29791
29816
|
*/
|
|
29792
29817
|
maxSurge: string;
|
|
29818
|
+
/**
|
|
29819
|
+
* The amount of time in minutes to wait after draining a node and before reimaging it and moving on to next node.
|
|
29820
|
+
*/
|
|
29821
|
+
nodeSoakDurationInMinutes: number;
|
|
29793
29822
|
}
|
|
29794
29823
|
interface GetGroupIdentity {
|
|
29795
29824
|
/**
|
|
@@ -29892,10 +29921,18 @@ export declare namespace containerservice {
|
|
|
29892
29921
|
zones: string[];
|
|
29893
29922
|
}
|
|
29894
29923
|
interface GetKubernetesClusterAgentPoolProfileUpgradeSetting {
|
|
29924
|
+
/**
|
|
29925
|
+
* The amount of time in minutes to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails.
|
|
29926
|
+
*/
|
|
29927
|
+
drainTimeoutInMinutes: number;
|
|
29895
29928
|
/**
|
|
29896
29929
|
* The maximum number or percentage of nodes that will be added to the Node Pool size during an upgrade.
|
|
29897
29930
|
*/
|
|
29898
29931
|
maxSurge: string;
|
|
29932
|
+
/**
|
|
29933
|
+
* The amount of time in minutes to wait after draining a node and before reimaging it and moving on to next node.
|
|
29934
|
+
*/
|
|
29935
|
+
nodeSoakDurationInMinutes: number;
|
|
29899
29936
|
}
|
|
29900
29937
|
interface GetKubernetesClusterAzureActiveDirectoryRoleBasedAccessControl {
|
|
29901
29938
|
/**
|
|
@@ -31212,12 +31249,20 @@ export declare namespace containerservice {
|
|
|
31212
31249
|
protocol?: string;
|
|
31213
31250
|
}
|
|
31214
31251
|
interface KubernetesClusterDefaultNodePoolUpgradeSettings {
|
|
31252
|
+
/**
|
|
31253
|
+
* The amount of time in minutes to wait on eviction of pods and graceful termination per node. This eviction wait time honors pod disruption budgets for upgrades. If this time is exceeded, the upgrade fails. Unsetting this after configuring it will force a new resource to be created.
|
|
31254
|
+
*/
|
|
31255
|
+
drainTimeoutInMinutes?: number;
|
|
31215
31256
|
/**
|
|
31216
31257
|
* The maximum number or percentage of nodes which will be added to the Node Pool size during an upgrade.
|
|
31217
31258
|
*
|
|
31218
31259
|
* > **Note:** If a percentage is provided, the number of surge nodes is calculated from the `nodeCount` value on the current cluster. Node surge can allow a cluster to have more nodes than `maxCount` during an upgrade. Ensure that your cluster has enough [IP space](https://docs.microsoft.com/azure/aks/upgrade-cluster#customize-node-surge-upgrade) during an upgrade.
|
|
31219
31260
|
*/
|
|
31220
31261
|
maxSurge: string;
|
|
31262
|
+
/**
|
|
31263
|
+
* The amount of time in minutes to wait after draining a node and before reimaging and moving on to next node. Defaults to `0`.
|
|
31264
|
+
*/
|
|
31265
|
+
nodeSoakDurationInMinutes?: number;
|
|
31221
31266
|
}
|
|
31222
31267
|
interface KubernetesClusterExtensionAksAssignedIdentity {
|
|
31223
31268
|
/**
|
|
@@ -31968,10 +32013,18 @@ export declare namespace containerservice {
|
|
|
31968
32013
|
protocol?: string;
|
|
31969
32014
|
}
|
|
31970
32015
|
interface KubernetesClusterNodePoolUpgradeSettings {
|
|
32016
|
+
/**
|
|
32017
|
+
* The amount of time in minutes to wait on eviction of pods and graceful termination per node. This eviction wait time honors waiting on pod disruption budgets. If this time is exceeded, the upgrade fails. Unsetting this after configuring it will force a new resource to be created.
|
|
32018
|
+
*/
|
|
32019
|
+
drainTimeoutInMinutes?: number;
|
|
31971
32020
|
/**
|
|
31972
32021
|
* The maximum number or percentage of nodes which will be added to the Node Pool size during an upgrade.
|
|
31973
32022
|
*/
|
|
31974
32023
|
maxSurge: string;
|
|
32024
|
+
/**
|
|
32025
|
+
* The amount of time in minutes to wait after draining a node and before reimaging and moving on to next node. Defaults to `0`.
|
|
32026
|
+
*/
|
|
32027
|
+
nodeSoakDurationInMinutes?: number;
|
|
31975
32028
|
}
|
|
31976
32029
|
interface KubernetesClusterNodePoolWindowsProfile {
|
|
31977
32030
|
/**
|
|
@@ -32013,8 +32066,6 @@ export declare namespace containerservice {
|
|
|
32013
32066
|
/**
|
|
32014
32067
|
* Is Istio External Ingress Gateway enabled?
|
|
32015
32068
|
*
|
|
32016
|
-
* > **Note:** This requires that the Preview Feature `Microsoft.ContainerService/AzureServiceMeshPreview` is enabled and the Resource Provider is re-registered, see [the documentation](https://learn.microsoft.com/en-us/azure/aks/istio-deploy-addon#register-the-azureservicemeshpreview-feature-flag) for more information.
|
|
32017
|
-
*
|
|
32018
32069
|
* > **NOTE:** Currently only one Internal Ingress Gateway and one External Ingress Gateway are allowed per cluster
|
|
32019
32070
|
*/
|
|
32020
32071
|
externalIngressGatewayEnabled?: boolean;
|
|
@@ -32063,9 +32114,13 @@ export declare namespace containerservice {
|
|
|
32063
32114
|
}
|
|
32064
32115
|
interface KubernetesClusterWebAppRouting {
|
|
32065
32116
|
/**
|
|
32066
|
-
*
|
|
32117
|
+
* @deprecated `dnsZoneId` has been deprecated in favor of `dnsZoneIds` and will be removed in v4.0 of the AzureRM Provider.
|
|
32118
|
+
*/
|
|
32119
|
+
dnsZoneId?: string;
|
|
32120
|
+
/**
|
|
32121
|
+
* Specifies the list of the DNS Zone IDs in which DNS entries are created for applications deployed to the cluster when Web App Routing is enabled. If not using Bring-Your-Own DNS zones this property should be set to an empty list.
|
|
32067
32122
|
*/
|
|
32068
|
-
|
|
32123
|
+
dnsZoneIds?: string[];
|
|
32069
32124
|
/**
|
|
32070
32125
|
* A `webAppRoutingIdentity` block is exported. The exported attributes are defined below.
|
|
32071
32126
|
*/
|
|
@@ -35948,6 +36003,60 @@ export declare namespace dataprotection {
|
|
|
35948
36003
|
*/
|
|
35949
36004
|
volumeSnapshotEnabled?: boolean;
|
|
35950
36005
|
}
|
|
36006
|
+
interface BackupPolicyBlobStorageRetentionRule {
|
|
36007
|
+
/**
|
|
36008
|
+
* A `criteria` block as defined below. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36009
|
+
*/
|
|
36010
|
+
criteria: outputs.dataprotection.BackupPolicyBlobStorageRetentionRuleCriteria;
|
|
36011
|
+
/**
|
|
36012
|
+
* A `lifeCycle` block as defined below. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36013
|
+
*/
|
|
36014
|
+
lifeCycle: outputs.dataprotection.BackupPolicyBlobStorageRetentionRuleLifeCycle;
|
|
36015
|
+
/**
|
|
36016
|
+
* The name which should be used for this retention rule. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36017
|
+
*/
|
|
36018
|
+
name: string;
|
|
36019
|
+
/**
|
|
36020
|
+
* Specifies the priority of the rule. The priority number must be unique for each rule. The lower the priority number, the higher the priority of the rule. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36021
|
+
*/
|
|
36022
|
+
priority: number;
|
|
36023
|
+
}
|
|
36024
|
+
interface BackupPolicyBlobStorageRetentionRuleCriteria {
|
|
36025
|
+
/**
|
|
36026
|
+
* Possible values are `AllBackup`, `FirstOfDay`, `FirstOfWeek`, `FirstOfMonth` and `FirstOfYear`. These values mean the first successful backup of the day/week/month/year. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36027
|
+
*/
|
|
36028
|
+
absoluteCriteria?: string;
|
|
36029
|
+
/**
|
|
36030
|
+
* Must be between `0` and `28`. `0` for last day within the month. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36031
|
+
*/
|
|
36032
|
+
daysOfMonths?: number[];
|
|
36033
|
+
/**
|
|
36034
|
+
* Possible values are `Monday`, `Tuesday`, `Thursday`, `Friday`, `Saturday` and `Sunday`. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36035
|
+
*/
|
|
36036
|
+
daysOfWeeks?: string[];
|
|
36037
|
+
/**
|
|
36038
|
+
* Possible values are `January`, `February`, `March`, `April`, `May`, `June`, `July`, `August`, `September`, `October`, `November` and `December`. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36039
|
+
*/
|
|
36040
|
+
monthsOfYears?: string[];
|
|
36041
|
+
/**
|
|
36042
|
+
* Specifies a list of backup times for backup in the `RFC3339` format. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36043
|
+
*/
|
|
36044
|
+
scheduledBackupTimes?: string[];
|
|
36045
|
+
/**
|
|
36046
|
+
* Possible values are `First`, `Second`, `Third`, `Fourth` and `Last`. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36047
|
+
*/
|
|
36048
|
+
weeksOfMonths?: string[];
|
|
36049
|
+
}
|
|
36050
|
+
interface BackupPolicyBlobStorageRetentionRuleLifeCycle {
|
|
36051
|
+
/**
|
|
36052
|
+
* The type of data store. The only possible value is `VaultStore`. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36053
|
+
*/
|
|
36054
|
+
dataStoreType: string;
|
|
36055
|
+
/**
|
|
36056
|
+
* The retention duration up to which the backups are to be retained in the data stores. It should follow `ISO 8601` duration format. Changing this forces a new Backup Policy Blob Storage to be created.
|
|
36057
|
+
*/
|
|
36058
|
+
duration: string;
|
|
36059
|
+
}
|
|
35951
36060
|
interface BackupPolicyDiskRetentionRule {
|
|
35952
36061
|
/**
|
|
35953
36062
|
* A `criteria` block as defined below. Changing this forces a new Backup Policy Disk to be created.
|
|
@@ -36038,6 +36147,72 @@ export declare namespace dataprotection {
|
|
|
36038
36147
|
*/
|
|
36039
36148
|
duration: string;
|
|
36040
36149
|
}
|
|
36150
|
+
interface BackupPolicyPostgresqlFlexibleServerDefaultRetentionRule {
|
|
36151
|
+
/**
|
|
36152
|
+
* A `lifeCycle` block as defined below. Changing this forces a new resource to be created.
|
|
36153
|
+
*/
|
|
36154
|
+
lifeCycles: outputs.dataprotection.BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleLifeCycle[];
|
|
36155
|
+
}
|
|
36156
|
+
interface BackupPolicyPostgresqlFlexibleServerDefaultRetentionRuleLifeCycle {
|
|
36157
|
+
/**
|
|
36158
|
+
* The type of data store. The only possible value is `VaultStore`. Changing this forces a new resource to be created.
|
|
36159
|
+
*/
|
|
36160
|
+
dataStoreType: string;
|
|
36161
|
+
/**
|
|
36162
|
+
* The retention duration up to which the backups are to be retained in the data stores. It should follow `ISO 8601` duration format. Changing this forces a new resource to be created.
|
|
36163
|
+
*/
|
|
36164
|
+
duration: string;
|
|
36165
|
+
}
|
|
36166
|
+
interface BackupPolicyPostgresqlFlexibleServerRetentionRule {
|
|
36167
|
+
/**
|
|
36168
|
+
* A `criteria` block as defined below. Changing this forces a new resource to be created.
|
|
36169
|
+
*/
|
|
36170
|
+
criteria: outputs.dataprotection.BackupPolicyPostgresqlFlexibleServerRetentionRuleCriteria;
|
|
36171
|
+
/**
|
|
36172
|
+
* A `lifeCycle` block as defined below. Changing this forces a new resource to be created.
|
|
36173
|
+
*/
|
|
36174
|
+
lifeCycles: outputs.dataprotection.BackupPolicyPostgresqlFlexibleServerRetentionRuleLifeCycle[];
|
|
36175
|
+
/**
|
|
36176
|
+
* Specifies the name of the retention rule. Changing this forces a new resource to be created.
|
|
36177
|
+
*/
|
|
36178
|
+
name: string;
|
|
36179
|
+
/**
|
|
36180
|
+
* Specifies the priority of the rule. The priority number must be unique for each rule. The lower the priority number, the higher the priority of the rule. Changing this forces a new resource to be created.
|
|
36181
|
+
*/
|
|
36182
|
+
priority: number;
|
|
36183
|
+
}
|
|
36184
|
+
interface BackupPolicyPostgresqlFlexibleServerRetentionRuleCriteria {
|
|
36185
|
+
/**
|
|
36186
|
+
* Possible values are `AllBackup`, `FirstOfDay`, `FirstOfWeek`, `FirstOfMonth` and `FirstOfYear`. These values mean the first successful backup of the day/week/month/year. Changing this forces a new resource to be created.
|
|
36187
|
+
*/
|
|
36188
|
+
absoluteCriteria?: string;
|
|
36189
|
+
/**
|
|
36190
|
+
* Possible values are `Monday`, `Tuesday`, `Thursday`, `Friday`, `Saturday` and `Sunday`. Changing this forces a new resource to be created.
|
|
36191
|
+
*/
|
|
36192
|
+
daysOfWeeks?: string[];
|
|
36193
|
+
/**
|
|
36194
|
+
* Possible values are `January`, `February`, `March`, `April`, `May`, `June`, `July`, `August`, `September`, `October`, `November` and `December`. Changing this forces a new resource to be created.
|
|
36195
|
+
*/
|
|
36196
|
+
monthsOfYears?: string[];
|
|
36197
|
+
/**
|
|
36198
|
+
* Specifies a list of backup times for backup in the `RFC3339` format. Changing this forces a new resource to be created.
|
|
36199
|
+
*/
|
|
36200
|
+
scheduledBackupTimes?: string[];
|
|
36201
|
+
/**
|
|
36202
|
+
* Possible values are `First`, `Second`, `Third`, `Fourth` and `Last`. Changing this forces a new resource to be created.
|
|
36203
|
+
*/
|
|
36204
|
+
weeksOfMonths?: string[];
|
|
36205
|
+
}
|
|
36206
|
+
interface BackupPolicyPostgresqlFlexibleServerRetentionRuleLifeCycle {
|
|
36207
|
+
/**
|
|
36208
|
+
* The type of data store. The only possible value is `VaultStore`. Changing this forces a new resource to be created.
|
|
36209
|
+
*/
|
|
36210
|
+
dataStoreType: string;
|
|
36211
|
+
/**
|
|
36212
|
+
* The retention duration up to which the backups are to be retained in the data stores. It should follow `ISO 8601` duration format. Changing this forces a new resource to be created.
|
|
36213
|
+
*/
|
|
36214
|
+
duration: string;
|
|
36215
|
+
}
|
|
36041
36216
|
interface BackupPolicyPostgresqlRetentionRule {
|
|
36042
36217
|
/**
|
|
36043
36218
|
* A `criteria` block as defined below. Changing this forces a new Backup Policy PostgreSQL to be created.
|
|
@@ -36961,6 +37136,56 @@ export declare namespace elasticsan {
|
|
|
36961
37136
|
*/
|
|
36962
37137
|
tier: string;
|
|
36963
37138
|
}
|
|
37139
|
+
interface GetVolumeGroupEncryption {
|
|
37140
|
+
/**
|
|
37141
|
+
* The timestamp of the expiration time for the current version of the Customer Managed Key.
|
|
37142
|
+
*/
|
|
37143
|
+
currentVersionedKeyExpirationTimestamp: string;
|
|
37144
|
+
/**
|
|
37145
|
+
* The ID of the current versioned Key Vault Key in use.
|
|
37146
|
+
*/
|
|
37147
|
+
currentVersionedKeyId: string;
|
|
37148
|
+
/**
|
|
37149
|
+
* The Key Vault Key URI for Customer Managed Key encryption, which can be either a full URI or a versionless URI.
|
|
37150
|
+
*/
|
|
37151
|
+
keyVaultKeyId: string;
|
|
37152
|
+
/**
|
|
37153
|
+
* The timestamp of the last rotation of the Key Vault Key.
|
|
37154
|
+
*/
|
|
37155
|
+
lastKeyRotationTimestamp: string;
|
|
37156
|
+
/**
|
|
37157
|
+
* The ID of the User Assigned Identity used by this Elastic SAN Volume Group.
|
|
37158
|
+
*/
|
|
37159
|
+
userAssignedIdentityId: string;
|
|
37160
|
+
}
|
|
37161
|
+
interface GetVolumeGroupIdentity {
|
|
37162
|
+
/**
|
|
37163
|
+
* A list of the User Assigned Identity IDs assigned to this Elastic SAN Volume Group.
|
|
37164
|
+
*/
|
|
37165
|
+
identityIds: string[];
|
|
37166
|
+
/**
|
|
37167
|
+
* The Principal ID associated with the Managed Service Identity assigned to this Elastic SAN Volume Group.
|
|
37168
|
+
*/
|
|
37169
|
+
principalId: string;
|
|
37170
|
+
/**
|
|
37171
|
+
* The Tenant ID associated with this Managed Service Identity assigned to this Elastic SAN Volume Group.
|
|
37172
|
+
*/
|
|
37173
|
+
tenantId: string;
|
|
37174
|
+
/**
|
|
37175
|
+
* The type of Managed Identity assigned to this Elastic SAN Volume Group.
|
|
37176
|
+
*/
|
|
37177
|
+
type: string;
|
|
37178
|
+
}
|
|
37179
|
+
interface GetVolumeGroupNetworkRule {
|
|
37180
|
+
/**
|
|
37181
|
+
* The action to take when an access attempt to this Elastic SAN Volume Group from this Subnet is made.
|
|
37182
|
+
*/
|
|
37183
|
+
action: string;
|
|
37184
|
+
/**
|
|
37185
|
+
* The ID of the Subnet from which access to this Elastic SAN Volume Group is allowed.
|
|
37186
|
+
*/
|
|
37187
|
+
subnetId: string;
|
|
37188
|
+
}
|
|
36964
37189
|
interface VolumeCreateSource {
|
|
36965
37190
|
/**
|
|
36966
37191
|
* Specifies the ID of the source to create the Elastic SAN Volume from. Changing this forces a new resource to be created.
|
|
@@ -44857,6 +45082,18 @@ export declare namespace machinelearning {
|
|
|
44857
45082
|
*/
|
|
44858
45083
|
isolationMode: string;
|
|
44859
45084
|
}
|
|
45085
|
+
interface WorkspaceServerlessCompute {
|
|
45086
|
+
/**
|
|
45087
|
+
* Should serverless compute nodes deployed in a custom Virtual Network have public IP addresses enabled for a workspace with private endpoint? Defaults to `false`.
|
|
45088
|
+
*
|
|
45089
|
+
* > **Note:** `publicIpEnabled` cannot be updated from `true` to `false` when `subnetId` is not set. `publicIpEnabled` must be set to `true` if `subnetId` is not set and when `publicNetworkAccessEnabled` is `false`.
|
|
45090
|
+
*/
|
|
45091
|
+
publicIpEnabled?: boolean;
|
|
45092
|
+
/**
|
|
45093
|
+
* The ID of an existing Virtual Network Subnet in which the serverless compute nodes should be deployed to.
|
|
45094
|
+
*/
|
|
45095
|
+
subnetId?: string;
|
|
45096
|
+
}
|
|
44860
45097
|
}
|
|
44861
45098
|
export declare namespace maintenance {
|
|
44862
45099
|
interface AssignmentDynamicScopeFilter {
|
|
@@ -49405,7 +49642,7 @@ export declare namespace monitoring {
|
|
|
49405
49642
|
*/
|
|
49406
49643
|
columns: outputs.monitoring.DataCollectionRuleStreamDeclarationColumn[];
|
|
49407
49644
|
/**
|
|
49408
|
-
* The name of the custom stream. This name should be unique across all `streamDeclaration` blocks
|
|
49645
|
+
* The name of the custom stream. This name should be unique across all `streamDeclaration` blocks and must begin with a prefix of `Custom-`.
|
|
49409
49646
|
*/
|
|
49410
49647
|
streamName: string;
|
|
49411
49648
|
}
|
|
@@ -50754,7 +50991,7 @@ export declare namespace mssql {
|
|
|
50754
50991
|
*/
|
|
50755
50992
|
family?: string;
|
|
50756
50993
|
/**
|
|
50757
|
-
* Specifies the SKU Name for this Elasticpool. The name of the SKU, will be either `vCore` based or `DTU` based. Possible `DTU` based values are `BasicPool`, `StandardPool`, `PremiumPool` while possible `vCore` based values are `GP_Gen4`, `GP_Gen5`, `GP_Fsv2`, `GP_DC`, `BC_Gen4`, `BC_Gen5`, `BC_DC`, or `HS_Gen5`.
|
|
50994
|
+
* Specifies the SKU Name for this Elasticpool. The name of the SKU, will be either `vCore` based or `DTU` based. Possible `DTU` based values are `BasicPool`, `StandardPool`, `PremiumPool` while possible `vCore` based values are `GP_Gen4`, `GP_Gen5`, `GP_Fsv2`, `GP_DC`, `BC_Gen4`, `BC_Gen5`, `BC_DC`, `HS_PRMS`, or `HS_Gen5`.
|
|
50758
50995
|
*/
|
|
50759
50996
|
name: string;
|
|
50760
50997
|
/**
|
|
@@ -53085,7 +53322,9 @@ export declare namespace network {
|
|
|
53085
53322
|
/**
|
|
53086
53323
|
* Specifies a list of User Assigned Managed Identity IDs to be assigned to this Express Route Port.
|
|
53087
53324
|
*/
|
|
53088
|
-
identityIds
|
|
53325
|
+
identityIds?: string[];
|
|
53326
|
+
principalId: string;
|
|
53327
|
+
tenantId: string;
|
|
53089
53328
|
/**
|
|
53090
53329
|
* Specifies the type of Managed Service Identity that should be configured on this Express Route Port. Only possible value is `UserAssigned`.
|
|
53091
53330
|
*/
|
|
@@ -55769,9 +56008,9 @@ export declare namespace network {
|
|
|
55769
56008
|
}
|
|
55770
56009
|
interface RouteMapRuleAction {
|
|
55771
56010
|
/**
|
|
55772
|
-
* A `parameter` block as defined below.
|
|
56011
|
+
* A `parameter` block as defined below. Required if `type` is anything other than `Drop`.
|
|
55773
56012
|
*/
|
|
55774
|
-
parameters
|
|
56013
|
+
parameters?: outputs.network.RouteMapRuleActionParameter[];
|
|
55775
56014
|
/**
|
|
55776
56015
|
* The type of the action to be taken. Possible values are `Add`, `Drop`, `Remove`, `Replace` and `Unknown`.
|
|
55777
56016
|
*/
|
|
@@ -56864,6 +57103,20 @@ export declare namespace networkfunction {
|
|
|
56864
57103
|
}
|
|
56865
57104
|
}
|
|
56866
57105
|
export declare namespace newrelic {
|
|
57106
|
+
interface MonitorIdentity {
|
|
57107
|
+
/**
|
|
57108
|
+
* The Principal ID for the Service Principal associated with the Identity of this Azure Native New Relic Monitor.
|
|
57109
|
+
*/
|
|
57110
|
+
principalId: string;
|
|
57111
|
+
/**
|
|
57112
|
+
* The Tenant ID for the Service Principal associated with the Identity of this Azure Native New Relic Monitor.
|
|
57113
|
+
*/
|
|
57114
|
+
tenantId: string;
|
|
57115
|
+
/**
|
|
57116
|
+
* Specifies the identity type of the Azure Native New Relic Monitor. The only possible value is `SystemAssigned`. Changing this forces a new Azure Native New Relic Monitor to be created.
|
|
57117
|
+
*/
|
|
57118
|
+
type: string;
|
|
57119
|
+
}
|
|
56867
57120
|
interface MonitorPlan {
|
|
56868
57121
|
/**
|
|
56869
57122
|
* Specifies the billing cycles. Possible values are `MONTHLY`, `WEEKLY` and `YEARLY`. Defaults to `MONTHLY`. Changing this forces a new Azure Native New Relic Monitor to be created.
|
|
@@ -56931,11 +57184,23 @@ export declare namespace newrelic {
|
|
|
56931
57184
|
}
|
|
56932
57185
|
export declare namespace nginx {
|
|
56933
57186
|
interface ConfigurationConfigFile {
|
|
57187
|
+
/**
|
|
57188
|
+
* Specifies the base-64 encoded contents of this config file.
|
|
57189
|
+
*/
|
|
56934
57190
|
content: string;
|
|
57191
|
+
/**
|
|
57192
|
+
* Specifies the path of this config file.
|
|
57193
|
+
*/
|
|
56935
57194
|
virtualPath: string;
|
|
56936
57195
|
}
|
|
56937
57196
|
interface ConfigurationProtectedFile {
|
|
57197
|
+
/**
|
|
57198
|
+
* Specifies the base-64 encoded contents of this config file (Sensitive).
|
|
57199
|
+
*/
|
|
56938
57200
|
content: string;
|
|
57201
|
+
/**
|
|
57202
|
+
* Specifies the path of this config file.
|
|
57203
|
+
*/
|
|
56939
57204
|
virtualPath: string;
|
|
56940
57205
|
}
|
|
56941
57206
|
interface DeploymentAutoScaleProfile {
|
|
@@ -56950,41 +57215,17 @@ export declare namespace nginx {
|
|
|
56950
57215
|
name: string;
|
|
56951
57216
|
}
|
|
56952
57217
|
interface DeploymentConfiguration {
|
|
56953
|
-
/**
|
|
56954
|
-
* One or more `configFile` blocks as defined below.
|
|
56955
|
-
*/
|
|
56956
57218
|
configFiles?: outputs.nginx.DeploymentConfigurationConfigFile[];
|
|
56957
|
-
/**
|
|
56958
|
-
* Specify the package data for this configuration.
|
|
56959
|
-
*/
|
|
56960
57219
|
packageData?: string;
|
|
56961
|
-
/**
|
|
56962
|
-
* One or more `protectedFile` blocks with sensitive information as defined below. If specified `configFile` must also be specified.
|
|
56963
|
-
*/
|
|
56964
57220
|
protectedFiles?: outputs.nginx.DeploymentConfigurationProtectedFile[];
|
|
56965
|
-
/**
|
|
56966
|
-
* Specify the root file path of this Nginx Configuration.
|
|
56967
|
-
*/
|
|
56968
57221
|
rootFile: string;
|
|
56969
57222
|
}
|
|
56970
57223
|
interface DeploymentConfigurationConfigFile {
|
|
56971
|
-
/**
|
|
56972
|
-
* Specifies the base-64 encoded contents of this config file.
|
|
56973
|
-
*/
|
|
56974
57224
|
content: string;
|
|
56975
|
-
/**
|
|
56976
|
-
* Specify the path of this config file.
|
|
56977
|
-
*/
|
|
56978
57225
|
virtualPath: string;
|
|
56979
57226
|
}
|
|
56980
57227
|
interface DeploymentConfigurationProtectedFile {
|
|
56981
|
-
/**
|
|
56982
|
-
* Specifies the base-64 encoded contents of this config file (Sensitive).
|
|
56983
|
-
*/
|
|
56984
57228
|
content: string;
|
|
56985
|
-
/**
|
|
56986
|
-
* Specify the path of this config file.
|
|
56987
|
-
*/
|
|
56988
57229
|
virtualPath: string;
|
|
56989
57230
|
}
|
|
56990
57231
|
interface DeploymentFrontendPrivate {
|
|
@@ -57017,7 +57258,7 @@ export declare namespace nginx {
|
|
|
57017
57258
|
principalId: string;
|
|
57018
57259
|
tenantId: string;
|
|
57019
57260
|
/**
|
|
57020
|
-
* Specifies the identity type of the NGINX Deployment. Possible values are `
|
|
57261
|
+
* Specifies the identity type of the NGINX Deployment. Possible values are `SystemAssigned`, `UserAssigned` or `SystemAssigned, UserAssigned`.
|
|
57021
57262
|
*/
|
|
57022
57263
|
type: string;
|
|
57023
57264
|
}
|
|
@@ -57038,11 +57279,23 @@ export declare namespace nginx {
|
|
|
57038
57279
|
subnetId: string;
|
|
57039
57280
|
}
|
|
57040
57281
|
interface GetConfigurationConfigFile {
|
|
57282
|
+
/**
|
|
57283
|
+
* The base-64 encoded contents of this configuration file.
|
|
57284
|
+
*/
|
|
57041
57285
|
content: string;
|
|
57286
|
+
/**
|
|
57287
|
+
* The path of this configuration file.
|
|
57288
|
+
*/
|
|
57042
57289
|
virtualPath: string;
|
|
57043
57290
|
}
|
|
57044
57291
|
interface GetConfigurationProtectedFile {
|
|
57292
|
+
/**
|
|
57293
|
+
* The base-64 encoded contents of this configuration file.
|
|
57294
|
+
*/
|
|
57045
57295
|
content: string;
|
|
57296
|
+
/**
|
|
57297
|
+
* The path of this configuration file.
|
|
57298
|
+
*/
|
|
57046
57299
|
virtualPath: string;
|
|
57047
57300
|
}
|
|
57048
57301
|
interface GetDeploymentAutoScaleProfile {
|
|
@@ -62055,6 +62308,18 @@ export declare namespace storage {
|
|
|
62055
62308
|
*/
|
|
62056
62309
|
start: string;
|
|
62057
62310
|
}
|
|
62311
|
+
interface GetTableAcl {
|
|
62312
|
+
accessPolicies: outputs.storage.GetTableAclAccessPolicy[];
|
|
62313
|
+
/**
|
|
62314
|
+
* The ID of the Storage Table.
|
|
62315
|
+
*/
|
|
62316
|
+
id: string;
|
|
62317
|
+
}
|
|
62318
|
+
interface GetTableAclAccessPolicy {
|
|
62319
|
+
expiry: string;
|
|
62320
|
+
permissions: string;
|
|
62321
|
+
start: string;
|
|
62322
|
+
}
|
|
62058
62323
|
interface GetTableEntitiesItem {
|
|
62059
62324
|
/**
|
|
62060
62325
|
* Partition Key of the Entity.
|