You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3904,7 +3874,7 @@ The diagnostic settings of the service.
3904
3874
|[`logCategoriesAndGroups`](#parameter-diagnosticsettingslogcategoriesandgroups)| array | The name of logs that will be streamed. "allLogs" includes all possible logs for the resource. Set to `[]` to disable log collection. |
3905
3875
|[`marketplacePartnerResourceId`](#parameter-diagnosticsettingsmarketplacepartnerresourceid)| string | The full ARM resource ID of the Marketplace resource to which you would like to send Diagnostic Logs. |
3906
3876
|[`metricCategories`](#parameter-diagnosticsettingsmetriccategories)| array | The name of metrics that will be streamed. "allMetrics" includes all possible metrics for the resource. Set to `[]` to disable metric collection. |
3907
-
|[`name`](#parameter-diagnosticsettingsname)| string | The name of diagnostic setting. |
3877
+
|[`name`](#parameter-diagnosticsettingsname)| string | The name of the diagnostic setting. |
3908
3878
|[`storageAccountResourceId`](#parameter-diagnosticsettingsstorageaccountresourceid)| string | Resource ID of the diagnostic storage account. For security reasons, it is recommended to set diagnostic settings to send data to either storage account, log analytics workspace or event hub. |
3909
3879
|[`workspaceResourceId`](#parameter-diagnosticsettingsworkspaceresourceid)| string | Resource ID of the diagnostic log analytics workspace. For security reasons, it is recommended to set diagnostic settings to send data to either storage account, log analytics workspace or event hub. |
3910
3880
@@ -4014,7 +3984,7 @@ Enable or disable the category explicitly. Default is `true`.
4014
3984
4015
3985
### Parameter: `diagnosticSettings.name`
4016
3986
4017
-
The name of diagnostic setting.
3987
+
The name of the diagnostic setting.
4018
3988
4019
3989
- Required: No
4020
3990
- Type: string
@@ -4269,14 +4239,14 @@ The configuration protected settings of the extension.
4269
4239
4270
4240
| Parameter | Type | Description |
4271
4241
| :-- | :-- | :-- |
4272
-
|[`sshPrivateKey`](#parameter-fluxextensionconfigurationprotectedsettingssshprivatekey)|string| The SSH private key to use for Git authentication. |
4242
+
|[`sshPrivateKey`](#parameter-fluxextensionconfigurationprotectedsettingssshprivatekey)|securestring| The SSH private key to use for Git authentication. |
The SSH private key to use for Git authentication.
4277
4247
4278
4248
- Required: No
4279
-
- Type: string
4249
+
- Type: securestring
4280
4250
4281
4251
### Parameter: `fluxExtension.configurations`
4282
4252
@@ -4601,7 +4571,7 @@ The managed identity definition for this resource. Only one type of identity is
4601
4571
| Parameter | Type | Description |
4602
4572
| :-- | :-- | :-- |
4603
4573
|[`systemAssigned`](#parameter-managedidentitiessystemassigned)| bool | Enables system assigned managed identity on the resource. |
4604
-
|[`userAssignedResourcesIds`](#parameter-managedidentitiesuserassignedresourcesids)| array | The resource ID(s) to assign to the resource. |
4574
+
|[`userAssignedResourceIds`](#parameter-managedidentitiesuserassignedresourceids)| array | The resource ID(s) to assign to the resource. Required if a user assigned identity is used for encryption. |
4605
4575
4606
4576
### Parameter: `managedIdentities.systemAssigned`
4607
4577
@@ -4611,9 +4581,9 @@ Enables system assigned managed identity on the resource.
0 commit comments