Skip to content

Commit 56b4ae7

Browse files
msyycanandanthony
authored andcommitted
fix app (Azure#21044)
1 parent 48ac461 commit 56b4ae7

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerApps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
"allowInsecure": {
755755
"description": "Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections",
756756
"type": "boolean",
757-
"default": "false"
757+
"default": false
758758
},
759759
"ipSecurityRestrictions": {
760760
"description": "Rules to restrict incoming IP address.",

specification/app/resource-manager/Microsoft.App/stable/2022-03-01/ContainerApps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
"allowInsecure": {
646646
"description": "Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections",
647647
"type": "boolean",
648-
"default": "false"
648+
"default": false
649649
}
650650
}
651651
},

specification/app/resource-manager/readme.python.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,3 @@ clear-output-folder: true
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers
1818
```
19-
20-
``` yaml $(python)
21-
directive:
22-
- from: CommonDefinitions.json
23-
where: $.definitions.DaprComponent.properties.ignoreErrors
24-
transform: $['default'] = 'False'
25-
26-
- from: ContainerApps.json
27-
where: $.definitions.Dapr.properties.enabled
28-
transform: $['default'] = 'False'
29-
30-
- from: ContainerApps.json
31-
where: $.definitions.Ingress.properties.external
32-
transform: $['default'] = 'False'
33-
34-
- from: ContainerApps.json
35-
where: $.definitions.TrafficWeight.properties.latestRevision
36-
transform: $['default'] = 'False'
37-
38-
- from: ContainerApps.json
39-
where: $.definitions.Ingress.properties.allowInsecure
40-
transform: $['default'] = 'False'
41-
```

0 commit comments

Comments
 (0)