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/2019-05-01-preview/appplatform.json
+35-8Lines changed: 35 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2470,23 +2470,43 @@
2470
2470
"properties": {
2471
2471
"serviceRuntimeSubnetId": {
2472
2472
"description": "Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime",
2473
-
"type": "string"
2473
+
"type": "string",
2474
+
"x-ms-mutability": [
2475
+
"create",
2476
+
"read"
2477
+
]
2474
2478
},
2475
2479
"appSubnetId": {
2476
2480
"description": "Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps",
2477
-
"type": "string"
2481
+
"type": "string",
2482
+
"x-ms-mutability": [
2483
+
"create",
2484
+
"read"
2485
+
]
2478
2486
},
2479
2487
"serviceCidr": {
2480
2488
"description": "Azure Spring Cloud service reserved CIDR",
2481
-
"type": "string"
2489
+
"type": "string",
2490
+
"x-ms-mutability": [
2491
+
"create",
2492
+
"read"
2493
+
]
2482
2494
},
2483
2495
"serviceRuntimeNetworkResourceGroup": {
2484
2496
"description": "Name of the resource group containing network resources of Azure Spring Cloud Service Runtime",
2485
-
"type": "string"
2497
+
"type": "string",
2498
+
"x-ms-mutability": [
2499
+
"create",
2500
+
"read"
2501
+
]
2486
2502
},
2487
2503
"appNetworkResourceGroup": {
2488
2504
"description": "Name of the resource group containing network resources of Azure Spring Cloud Apps",
2489
-
"type": "string"
2505
+
"type": "string",
2506
+
"x-ms-mutability": [
2507
+
"create",
2508
+
"read"
2509
+
]
2490
2510
},
2491
2511
"outboundIPs": {
2492
2512
"description": "Desired outbound IP resources for Azure Spring Cloud instance.",
@@ -2818,11 +2838,16 @@
2818
2838
},
2819
2839
"fqdn": {
2820
2840
"description": "Fully qualified dns Name.",
2821
-
"type": "string"
2841
+
"type": "string",
2842
+
"x-ms-mutability": [
2843
+
"create",
2844
+
"read"
2845
+
]
2822
2846
},
2823
2847
"httpsOnly": {
2824
2848
"description": "Indicate if only https is allowed.",
Copy file name to clipboardExpand all lines: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json
+37-9Lines changed: 37 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3057,23 +3057,43 @@
3057
3057
"properties": {
3058
3058
"serviceRuntimeSubnetId": {
3059
3059
"description": "Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime",
3060
-
"type": "string"
3060
+
"type": "string",
3061
+
"x-ms-mutability": [
3062
+
"create",
3063
+
"read"
3064
+
]
3061
3065
},
3062
3066
"appSubnetId": {
3063
3067
"description": "Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps",
3064
-
"type": "string"
3068
+
"type": "string",
3069
+
"x-ms-mutability": [
3070
+
"create",
3071
+
"read"
3072
+
]
3065
3073
},
3066
3074
"serviceCidr": {
3067
3075
"description": "Azure Spring Cloud service reserved CIDR",
3068
-
"type": "string"
3076
+
"type": "string",
3077
+
"x-ms-mutability": [
3078
+
"create",
3079
+
"read"
3080
+
]
3069
3081
},
3070
3082
"serviceRuntimeNetworkResourceGroup": {
3071
3083
"description": "Name of the resource group containing network resources of Azure Spring Cloud Service Runtime",
3072
-
"type": "string"
3084
+
"type": "string",
3085
+
"x-ms-mutability": [
3086
+
"create",
3087
+
"read"
3088
+
]
3073
3089
},
3074
3090
"appNetworkResourceGroup": {
3075
3091
"description": "Name of the resource group containing network resources of Azure Spring Cloud Apps",
3076
-
"type": "string"
3092
+
"type": "string",
3093
+
"x-ms-mutability": [
3094
+
"create",
3095
+
"read"
3096
+
]
3077
3097
},
3078
3098
"outboundIPs": {
3079
3099
"description": "Desired outbound IP resources for Azure Spring Cloud instance.",
@@ -3404,11 +3424,16 @@
3404
3424
},
3405
3425
"fqdn": {
3406
3426
"description": "Fully qualified dns Name.",
3407
-
"type": "string"
3427
+
"type": "string",
3428
+
"x-ms-mutability": [
3429
+
"create",
3430
+
"read"
3431
+
]
3408
3432
},
3409
3433
"httpsOnly": {
3410
3434
"description": "Indicate if only https is allowed.",
3411
-
"type": "boolean"
3435
+
"type": "boolean",
3436
+
"default": false
3412
3437
},
3413
3438
"createdTime": {
3414
3439
"format": "date-time",
@@ -3418,15 +3443,17 @@
3418
3443
},
3419
3444
"temporaryDisk": {
3420
3445
"$ref": "#/definitions/TemporaryDisk",
3421
-
"description": "Temporary disk settings"
3446
+
"description": "Temporary disk settings",
3447
+
"default": "/tmp"
3422
3448
},
3423
3449
"persistentDisk": {
3424
3450
"$ref": "#/definitions/PersistentDisk",
3425
3451
"description": "Persistent disk settings"
3426
3452
},
3427
3453
"enableEndToEndTLS": {
3428
3454
"description": "Indicate if end to end TLS is enabled.",
0 commit comments