Skip to content

Commit 076f9c9

Browse files
authored
Fix Azure Spring Cloud samples for mount disk (#15924)
1 parent 1d952b7 commit 076f9c9

File tree

16 files changed

+70
-70
lines changed

16 files changed

+70
-70
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_CreateOrUpdate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"httpsOnly": false,
99
"temporaryDisk": {
1010
"sizeInGB": 2,
11-
"mountPath": "mytemporarydisk"
11+
"mountPath": "/mytemporarydisk"
1212
},
1313
"persistentDisk": {
1414
"sizeInGB": 2,
15-
"mountPath": "mypersistentdisk"
15+
"mountPath": "/mypersistentdisk"
1616
}
1717
},
1818
"identity": null,
@@ -36,12 +36,12 @@
3636
"httpsOnly": false,
3737
"temporaryDisk": {
3838
"sizeInGB": 2,
39-
"mountPath": "mytemporarydisk"
39+
"mountPath": "/mytemporarydisk"
4040
},
4141
"persistentDisk": {
4242
"sizeInGB": 2,
4343
"usedInGB": 1,
44-
"mountPath": "mypersistentdisk"
44+
"mountPath": "/mypersistentdisk"
4545
}
4646
},
4747
"type": "Microsoft.AppPlatform/Spring/apps",
@@ -66,12 +66,12 @@
6666
"httpsOnly": false,
6767
"temporaryDisk": {
6868
"sizeInGB": 2,
69-
"mountPath": "mytemporarydisk"
69+
"mountPath": "/mytemporarydisk"
7070
},
7171
"persistentDisk": {
7272
"sizeInGB": 2,
7373
"usedInGB": 1,
74-
"mountPath": "mypersistentdisk"
74+
"mountPath": "/mypersistentdisk"
7575
}
7676
},
7777
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Get.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"httpsOnly": false,
1919
"temporaryDisk": {
2020
"sizeInGB": 2,
21-
"mountPath": "mytemporarydisk"
21+
"mountPath": "/mytemporarydisk"
2222
},
2323
"persistentDisk": {
2424
"sizeInGB": 2,
2525
"usedInGB": 1,
26-
"mountPath": "mypersistentdisk"
26+
"mountPath": "/mypersistentdisk"
2727
}
2828
},
2929
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_List.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"httpsOnly": false,
2020
"temporaryDisk": {
2121
"sizeInGB": 2,
22-
"mountPath": "mytemporarydisk"
22+
"mountPath": "/mytemporarydisk"
2323
},
2424
"persistentDisk": {
2525
"sizeInGB": 2,
2626
"usedInGB": 1,
27-
"mountPath": "mypersistentdisk"
27+
"mountPath": "/mypersistentdisk"
2828
}
2929
},
3030
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Update.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"httpsOnly": false,
99
"temporaryDisk": {
1010
"sizeInGB": 2,
11-
"mountPath": "mytemporarydisk"
11+
"mountPath": "/mytemporarydisk"
1212
},
1313
"persistentDisk": {
1414
"sizeInGB": 2,
15-
"mountPath": "mypersistentdisk"
15+
"mountPath": "/mypersistentdisk"
1616
}
1717
},
1818
"identity": {
@@ -40,12 +40,12 @@
4040
"httpsOnly": false,
4141
"temporaryDisk": {
4242
"sizeInGB": 2,
43-
"mountPath": "mytemporarydisk"
43+
"mountPath": "/mytemporarydisk"
4444
},
4545
"persistentDisk": {
4646
"sizeInGB": 2,
4747
"usedInGB": 1,
48-
"mountPath": "mypersistentdisk"
48+
"mountPath": "/mypersistentdisk"
4949
}
5050
},
5151
"type": "Microsoft.AppPlatform/Spring/apps",
@@ -70,12 +70,12 @@
7070
"httpsOnly": false,
7171
"temporaryDisk": {
7272
"sizeInGB": 2,
73-
"mountPath": "mytemporarydisk"
73+
"mountPath": "/mytemporarydisk"
7474
},
7575
"persistentDisk": {
7676
"sizeInGB": 2,
7777
"usedInGB": 1,
78-
"mountPath": "mypersistentdisk"
78+
"mountPath": "/mypersistentdisk"
7979
}
8080
},
8181
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"enableEndToEndTLS": false,
1010
"temporaryDisk": {
1111
"sizeInGB": 2,
12-
"mountPath": "mytemporarydisk"
12+
"mountPath": "/mytemporarydisk"
1313
},
1414
"persistentDisk": {
1515
"sizeInGB": 2,
16-
"mountPath": "mypersistentdisk"
16+
"mountPath": "/mypersistentdisk"
1717
}
1818
},
1919
"identity": null,
@@ -38,12 +38,12 @@
3838
"enableEndToEndTLS": false,
3939
"temporaryDisk": {
4040
"sizeInGB": 2,
41-
"mountPath": "mytemporarydisk"
41+
"mountPath": "/mytemporarydisk"
4242
},
4343
"persistentDisk": {
4444
"sizeInGB": 2,
4545
"usedInGB": 1,
46-
"mountPath": "mypersistentdisk"
46+
"mountPath": "/mypersistentdisk"
4747
}
4848
},
4949
"type": "Microsoft.AppPlatform/Spring/apps",
@@ -69,12 +69,12 @@
6969
"enableEndToEndTLS": false,
7070
"temporaryDisk": {
7171
"sizeInGB": 2,
72-
"mountPath": "mytemporarydisk"
72+
"mountPath": "/mytemporarydisk"
7373
},
7474
"persistentDisk": {
7575
"sizeInGB": 2,
7676
"usedInGB": 1,
77-
"mountPath": "mypersistentdisk"
77+
"mountPath": "/mypersistentdisk"
7878
}
7979
},
8080
"type": "Microsoft.AppPlatform/Spring/apps",
@@ -100,12 +100,12 @@
100100
"enableEndToEndTLS": false,
101101
"temporaryDisk": {
102102
"sizeInGB": 2,
103-
"mountPath": "mytemporarydisk"
103+
"mountPath": "/mytemporarydisk"
104104
},
105105
"persistentDisk": {
106106
"sizeInGB": 2,
107107
"usedInGB": 1,
108-
"mountPath": "mypersistentdisk"
108+
"mountPath": "/mypersistentdisk"
109109
}
110110
},
111111
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"enableEndToEndTLS": false,
2020
"temporaryDisk": {
2121
"sizeInGB": 2,
22-
"mountPath": "mytemporarydisk"
22+
"mountPath": "/mytemporarydisk"
2323
},
2424
"persistentDisk": {
2525
"sizeInGB": 2,
2626
"usedInGB": 1,
27-
"mountPath": "mypersistentdisk"
27+
"mountPath": "/mypersistentdisk"
2828
}
2929
},
3030
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"enableEndToEndTLS": false,
2121
"temporaryDisk": {
2222
"sizeInGB": 2,
23-
"mountPath": "mytemporarydisk"
23+
"mountPath": "/mytemporarydisk"
2424
},
2525
"persistentDisk": {
2626
"sizeInGB": 2,
2727
"usedInGB": 1,
28-
"mountPath": "mypersistentdisk"
28+
"mountPath": "/mypersistentdisk"
2929
}
3030
},
3131
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"enableEndToEndTLS": false,
1010
"temporaryDisk": {
1111
"sizeInGB": 2,
12-
"mountPath": "mytemporarydisk"
12+
"mountPath": "/mytemporarydisk"
1313
},
1414
"persistentDisk": {
1515
"sizeInGB": 2,
16-
"mountPath": "mypersistentdisk"
16+
"mountPath": "/mypersistentdisk"
1717
}
1818
},
1919
"identity": {
@@ -42,12 +42,12 @@
4242
"enableEndToEndTLS": false,
4343
"temporaryDisk": {
4444
"sizeInGB": 2,
45-
"mountPath": "mytemporarydisk"
45+
"mountPath": "/mytemporarydisk"
4646
},
4747
"persistentDisk": {
4848
"sizeInGB": 2,
4949
"usedInGB": 1,
50-
"mountPath": "mypersistentdisk"
50+
"mountPath": "/mypersistentdisk"
5151
}
5252
},
5353
"type": "Microsoft.AppPlatform/Spring/apps",
@@ -73,12 +73,12 @@
7373
"enableEndToEndTLS": false,
7474
"temporaryDisk": {
7575
"sizeInGB": 2,
76-
"mountPath": "mytemporarydisk"
76+
"mountPath": "/mytemporarydisk"
7777
},
7878
"persistentDisk": {
7979
"sizeInGB": 2,
8080
"usedInGB": 1,
81-
"mountPath": "mypersistentdisk"
81+
"mountPath": "/mypersistentdisk"
8282
}
8383
},
8484
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_CreateOrUpdate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"enableEndToEndTLS": false,
1010
"temporaryDisk": {
1111
"sizeInGB": 2,
12-
"mountPath": "mytemporarydisk"
12+
"mountPath": "/mytemporarydisk"
1313
},
1414
"persistentDisk": {
1515
"sizeInGB": 2,
16-
"mountPath": "mypersistentdisk"
16+
"mountPath": "/mypersistentdisk"
1717
}
1818
},
1919
"identity": null,
@@ -38,12 +38,12 @@
3838
"enableEndToEndTLS": false,
3939
"temporaryDisk": {
4040
"sizeInGB": 2,
41-
"mountPath": "mytemporarydisk"
41+
"mountPath": "/mytemporarydisk"
4242
},
4343
"persistentDisk": {
4444
"sizeInGB": 2,
4545
"usedInGB": 1,
46-
"mountPath": "mypersistentdisk"
46+
"mountPath": "/mypersistentdisk"
4747
}
4848
},
4949
"type": "Microsoft.AppPlatform/Spring/apps",
@@ -69,12 +69,12 @@
6969
"enableEndToEndTLS": false,
7070
"temporaryDisk": {
7171
"sizeInGB": 2,
72-
"mountPath": "mytemporarydisk"
72+
"mountPath": "/mytemporarydisk"
7373
},
7474
"persistentDisk": {
7575
"sizeInGB": 2,
7676
"usedInGB": 1,
77-
"mountPath": "mypersistentdisk"
77+
"mountPath": "/mypersistentdisk"
7878
}
7979
},
8080
"type": "Microsoft.AppPlatform/Spring/apps",
@@ -100,12 +100,12 @@
100100
"enableEndToEndTLS": false,
101101
"temporaryDisk": {
102102
"sizeInGB": 2,
103-
"mountPath": "mytemporarydisk"
103+
"mountPath": "/mytemporarydisk"
104104
},
105105
"persistentDisk": {
106106
"sizeInGB": 2,
107107
"usedInGB": 1,
108-
"mountPath": "mypersistentdisk"
108+
"mountPath": "/mypersistentdisk"
109109
}
110110
},
111111
"type": "Microsoft.AppPlatform/Spring/apps",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Get.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"enableEndToEndTLS": false,
2020
"temporaryDisk": {
2121
"sizeInGB": 2,
22-
"mountPath": "mytemporarydisk"
22+
"mountPath": "/mytemporarydisk"
2323
},
2424
"persistentDisk": {
2525
"sizeInGB": 2,
2626
"usedInGB": 1,
27-
"mountPath": "mypersistentdisk"
27+
"mountPath": "/mypersistentdisk"
2828
}
2929
},
3030
"type": "Microsoft.AppPlatform/Spring/apps",

0 commit comments

Comments
 (0)