Skip to content

Commit 8cd8a2c

Browse files
Merge pull request #269687 from KimForss/main
Add the new parameters to the documentation
2 parents 144d345 + 7b96f4d commit 8cd8a2c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/sap/automation/configure-control-plane.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ This table shows the parameters that define the resource naming.
4848
> | -------------------------------- | ---------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------- |
4949
> | `environment` | Identifier for the control plane (max 5 characters). | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
5050
> | `location` | Azure region in which to deploy. | Required | Use lowercase. |
51+
> | `codename` | Additional component for naming the resources. | Optional | |
5152
> | `name_override_file` | Name override file. | Optional | See [Custom naming](naming-module.md). |
5253
> | `place_delete_lock_on_resources` | Place a delete lock on the key resources. | Optional | |
5354
@@ -58,8 +59,8 @@ This table shows the parameters that define the resource group.
5859
> [!div class="mx-tdCol2BreakAll "]
5960
> | Variable | Description | Type |
6061
> | ----------------------- | -------------------------------------------------------- | ---------- |
61-
> | `resource_group_name` | Name of the resource group to be created | Optional |
62-
> | `resource_group_arm_id` | Azure resource identifier for an existing resource group | Optional |
62+
> | `resourcegroup_name` | Name of the resource group to be created | Optional |
63+
> | `resourcegroup_arm_id` | Azure resource identifier for an existing resource group | Optional |
6364
> | `resourcegroup_tags` | Tags to be associated with the resource group | Optional |
6465
6566
### Network parameters
@@ -171,6 +172,8 @@ This section defines the parameters used for defining the Azure Key Vault inform
171172
> | `deployer_password_secret_name` | The key vault secret name for the deployer password. | Optional |
172173
> | `additional_users_to_add_to_keyvault_policies` | A list of user object IDs to add to the deployment key vault access policies. | Optional |
173174
> | `set_secret_expiry` | Set expiry of 12 months for key vault secrets. | Optional |
175+
> | `soft_delete_retention_days` | The number of days that items should be retained in the soft delete period. | Optional |
176+
> | `deployer_assign_subscription_permissions` | Controls subscription permission assignment. | Optional |
174177
175178
### DNS support
176179

@@ -270,8 +273,8 @@ This table shows the parameters that define the resource group.
270273
> [!div class="mx-tdCol2BreakAll "]
271274
> | Variable | Description | Type |
272275
> | ----------------------- | -------------------------------------------------------- | ---------- |
273-
> | `resource_group_name` | Name of the resource group to be created | Optional |
274-
> | `resource_group_arm_id` | Azure resource identifier for an existing resource group | Optional |
276+
> | `resourcegroup_name` | Name of the resource group to be created | Optional |
277+
> | `resourcegroup_arm_id` | Azure resource identifier for an existing resource group | Optional |
275278
> | `resourcegroup_tags` | Tags to be associated with the resource group | Optional |
276279
277280
### SAP installation media storage account

0 commit comments

Comments
 (0)