Skip to content

Commit

Permalink
Merge branch 'edge' into api-concept-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored Jan 2, 2024
2 parents da24308 + dd90ff6 commit bc6d8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/config/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ IdentitySettingKind
KubernetesMetadataExtensionLabels
outputResources
SecretStore
plainHttp
plainHTTP
azd
Russinovich
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ description: "Detailed reference documentation for applications.core/environment

| Property | Type | Description |
|----------|------|-------------|
| **plainHTTP** | bool | Connect to the Bicep registry using HTTP (not-HTTPS). This should be used when the registry is known not to support HTTPS, for example in a locally-hosted registry. Defaults to false (use HTTPS/TLS). |
| **plainHttp** | bool | Connect to the Bicep registry using HTTP (not-HTTPS). This should be used when the registry is known not to support HTTPS, for example in a locally-hosted registry. Defaults to false (use HTTPS/TLS). |
| **templateKind** | 'bicep' | Discriminator property for RecipeProperties. <br />_(required)_ |

#### TerraformRecipeProperties
Expand Down

0 comments on commit bc6d8fe

Please sign in to comment.