You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/appplatform.json
+37-9Lines changed: 37 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3066,23 +3066,43 @@
3066
3066
"properties": {
3067
3067
"serviceRuntimeSubnetId": {
3068
3068
"description": "Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime",
3069
-
"type": "string"
3069
+
"type": "string",
3070
+
"x-ms-mutability": [
3071
+
"create",
3072
+
"read"
3073
+
]
3070
3074
},
3071
3075
"appSubnetId": {
3072
3076
"description": "Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps",
3073
-
"type": "string"
3077
+
"type": "string",
3078
+
"x-ms-mutability": [
3079
+
"create",
3080
+
"read"
3081
+
]
3074
3082
},
3075
3083
"serviceCidr": {
3076
3084
"description": "Azure Spring Cloud service reserved CIDR",
3077
-
"type": "string"
3085
+
"type": "string",
3086
+
"x-ms-mutability": [
3087
+
"create",
3088
+
"read"
3089
+
]
3078
3090
},
3079
3091
"serviceRuntimeNetworkResourceGroup": {
3080
3092
"description": "Name of the resource group containing network resources of Azure Spring Cloud Service Runtime",
3081
-
"type": "string"
3093
+
"type": "string",
3094
+
"x-ms-mutability": [
3095
+
"create",
3096
+
"read"
3097
+
]
3082
3098
},
3083
3099
"appNetworkResourceGroup": {
3084
3100
"description": "Name of the resource group containing network resources of Azure Spring Cloud Apps",
3085
-
"type": "string"
3101
+
"type": "string",
3102
+
"x-ms-mutability": [
3103
+
"create",
3104
+
"read"
3105
+
]
3086
3106
},
3087
3107
"outboundIPs": {
3088
3108
"description": "Desired outbound IP resources for Azure Spring Cloud instance.",
@@ -3413,11 +3433,16 @@
3413
3433
},
3414
3434
"fqdn": {
3415
3435
"description": "Fully qualified dns Name.",
3416
-
"type": "string"
3436
+
"type": "string",
3437
+
"x-ms-mutability": [
3438
+
"create",
3439
+
"read"
3440
+
]
3417
3441
},
3418
3442
"httpsOnly": {
3419
3443
"description": "Indicate if only https is allowed.",
3420
-
"type": "boolean"
3444
+
"type": "boolean",
3445
+
"default": false
3421
3446
},
3422
3447
"createdTime": {
3423
3448
"format": "date-time",
@@ -3435,7 +3460,8 @@
3435
3460
},
3436
3461
"enableEndToEndTLS": {
3437
3462
"description": "Indicate if end to end TLS is enabled.",
3438
-
"type": "boolean"
3463
+
"type": "boolean",
3464
+
"default": false
3439
3465
}
3440
3466
}
3441
3467
},
@@ -3452,7 +3478,8 @@
3452
3478
},
3453
3479
"mountPath": {
3454
3480
"description": "Mount path of the temporary disk",
0 commit comments