Skip to content

Commit 73c2094

Browse files
najianNan Jiang
andauthored
change outboundIPAddresses to outboundIpAddresses (#20846)
Issue: live validation catch mismatch property name between swagger and service response; Fix: change swagger to outboundIpAddresses Considerations: 1) statistic more traffic from ARM than SDK, trying no break REST users 2) Other RP(Microsoft.Web) have same property also named as outboundIpAddresses. Co-authored-by: Nan Jiang <[email protected]>
1 parent 886cb1c commit 73c2094

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
"$ref": "./CommonDefinitions.json#/definitions/Template",
524524
"description": "Container App versioned application definition."
525525
},
526-
"outboundIPAddresses": {
526+
"outboundIpAddresses": {
527527
"description": "Outbound IP Addresses for container app.",
528528
"type": "array",
529529
"items": {

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
@@ -591,7 +591,7 @@
591591
"$ref": "./CommonDefinitions.json#/definitions/Template",
592592
"description": "Container App versioned application definition."
593593
},
594-
"outboundIPAddresses": {
594+
"outboundIpAddresses": {
595595
"description": "Outbound IP Addresses for container app.",
596596
"type": "array",
597597
"items": {

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
@@ -521,7 +521,7 @@
521521
"$ref": "./CommonDefinitions.json#/definitions/Template",
522522
"description": "Container App versioned application definition."
523523
},
524-
"outboundIPAddresses": {
524+
"outboundIpAddresses": {
525525
"description": "Outbound IP Addresses for container app.",
526526
"type": "array",
527527
"items": {

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,4 @@ typescript:
1111
payload-flattening-threshold: 1
1212
clear-output-folder: true
1313
generate-metadata: true
14-
15-
modelerfour:
16-
naming:
17-
override:
18-
outboundIPAddresses: $DO_NOT_NORMALIZE$outboundIpAddresses
1914
```

0 commit comments

Comments
 (0)