Skip to content

Commit a26adc7

Browse files
committed
fix schema
1 parent cbe6af0 commit a26adc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-developer-cli/azd-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ services:
5050
## Property descriptions
5151

5252
| Element Name | Required | Description |
53-
| ------------ | -------- | ----------- |
54-
| `name` | Y | _(string)_ Name of the application. Must follow [project naming validation rules](project-name-validation.md) to prevent service packaging failures. |
53+
| ------------ | -------- | ----------- |
54+
| `name` | Y | _(string)_ Name of the application. |
5555
| `resourceGroup` | N | _(string)_ Name of the Azure resource group. When specified, will override the resource group name used for infrastructure provisioning. |
5656
| `metadata` | N | _(object)_ See [metadata properties](#metadata-properties) for more details. |
5757
| `infra` | N | _(object)_ Provides extra configuration for Azure infrastructure provisioning. See [infra properties](#infra-properties) for more details. |

0 commit comments

Comments
 (0)