Skip to content

Commit

Permalink
fixed parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderojala committed Nov 26, 2024
1 parent 6e01675 commit eba8651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion avm/res/recovery-services/vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2744,7 +2744,7 @@ The restore settings of the vault.
- Required: No
- Type: object

**Optional parameters**
**Required parameters**

| Parameter | Type | Description |
| :-- | :-- | :-- |
Expand Down
2 changes: 1 addition & 1 deletion avm/res/recovery-services/vault/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ type redundancySettingsType = {
}

type restoreSettingsType = {
@description('Optional. The restore settings of the vault.')
@description('Required. The restore settings of the vault.')
crossSubscriptionRestoreSettings: {
@description('Optional. The restore settings of the vault.')
crossSubscriptionRestoreState: string?
Expand Down
4 changes: 2 additions & 2 deletions avm/res/recovery-services/vault/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.31.92.45157",
"templateHash": "1712426944669593956"
"templateHash": "359024779812375294"
},
"name": "Recovery Services Vaults",
"description": "This module deploys a Recovery Services Vault.",
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"metadata": {
"description": "Optional. The restore settings of the vault."
"description": "Required. The restore settings of the vault."
}
}
}
Expand Down

0 comments on commit eba8651

Please sign in to comment.