Skip to content

Commit ad7805b

Browse files
committed
update preview version
1 parent 94ad071 commit ad7805b

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,6 +3322,11 @@
33223322
"description": "Discovery status of the deployment instance",
33233323
"type": "string",
33243324
"readOnly": true
3325+
},
3326+
"startTime": {
3327+
"description": "Start time of the deployment instance",
3328+
"type": "string",
3329+
"readOnly": true
33253330
}
33263331
}
33273332
},

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
{
5757
"name": "instance1",
5858
"status": "Running",
59-
"discoveryStatus": "pending"
59+
"discoveryStatus": "pending",
60+
"startTime": "2020-08-26T01:55:02Z"
6061
}
6162
]
6263
},
@@ -92,7 +93,8 @@
9293
{
9394
"name": "instance1",
9495
"status": "Running",
95-
"discoveryStatus": "pending"
96+
"discoveryStatus": "pending",
97+
"startTime": "2020-08-26T01:55:02Z"
9698
}
9799
]
98100
},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
{
3636
"name": "instance1",
3737
"status": "Running",
38-
"discoveryStatus": "pending"
38+
"discoveryStatus": "pending",
39+
"startTime": "2020-08-26T01:55:02Z"
3940
}
4041
]
4142
},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
{
3737
"name": "instance1",
3838
"status": "Running",
39-
"discoveryStatus": "pending"
39+
"discoveryStatus": "pending",
40+
"startTime": "2020-08-26T01:55:02Z"
4041
}
4142
]
4243
},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
{
3737
"name": "instance1",
3838
"status": "Running",
39-
"discoveryStatus": "pending"
39+
"discoveryStatus": "pending",
40+
"startTime": "2020-08-26T01:55:02Z"
4041
}
4142
]
4243
},

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
{
4747
"name": "instance1",
4848
"status": "Running",
49-
"discoveryStatus": "pending"
49+
"discoveryStatus": "pending",
50+
"startTime": "2020-08-26T01:55:02Z"
5051
}
5152
]
5253
},
@@ -82,7 +83,8 @@
8283
{
8384
"name": "instance1",
8485
"status": "Running",
85-
"discoveryStatus": "pending"
86+
"discoveryStatus": "pending",
87+
"startTime": "2020-08-26T01:55:02Z"
8688
}
8789
]
8890
},

0 commit comments

Comments
 (0)