From 2f13492396dcc02e43eb4a96a3becb05433a5ab2 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 28 Oct 2021 01:38:32 +0000 Subject: [PATCH] CodeGen from PR 16099 in Azure/azure-rest-api-specs Remove Provisioning Details from RestorePoint (#16099) * Add blockchain to latest profile * Add additional types * Remove Provisioning Details from RestorePoint * Fix prettier * JSON format * fix * Change 'timeCreated' Co-authored-by: Mark Cowlishaw --- schemas/2021-03-01/Microsoft.Compute.json | 5 +++++ schemas/2021-04-01/Microsoft.Compute.json | 5 +++++ schemas/2021-07-01/Microsoft.Compute.json | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/schemas/2021-03-01/Microsoft.Compute.json b/schemas/2021-03-01/Microsoft.Compute.json index 4168bb5c02..c577da3e26 100644 --- a/schemas/2021-03-01/Microsoft.Compute.json +++ b/schemas/2021-03-01/Microsoft.Compute.json @@ -3562,6 +3562,11 @@ } ], "description": "List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included." + }, + "timeCreated": { + "type": "string", + "format": "date-time", + "description": "Gets the creation time of the restore point." } }, "description": "The restore point properties." diff --git a/schemas/2021-04-01/Microsoft.Compute.json b/schemas/2021-04-01/Microsoft.Compute.json index 021641678a..c753f5603e 100644 --- a/schemas/2021-04-01/Microsoft.Compute.json +++ b/schemas/2021-04-01/Microsoft.Compute.json @@ -4364,6 +4364,11 @@ } ], "description": "List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included." + }, + "timeCreated": { + "type": "string", + "format": "date-time", + "description": "Gets the creation time of the restore point." } }, "description": "The restore point properties." diff --git a/schemas/2021-07-01/Microsoft.Compute.json b/schemas/2021-07-01/Microsoft.Compute.json index c220ee42d4..4ebf4d7913 100644 --- a/schemas/2021-07-01/Microsoft.Compute.json +++ b/schemas/2021-07-01/Microsoft.Compute.json @@ -4633,6 +4633,11 @@ } ], "description": "List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included." + }, + "timeCreated": { + "type": "string", + "format": "date-time", + "description": "Gets the creation time of the restore point." } }, "description": "The restore point properties."