From cc4fdfdb0a8df6911d18887d0b472dd2e285a157 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 12 Jan 2021 00:58:58 +0000 Subject: [PATCH] CodeGen from PR 12275 in Azure/azure-rest-api-specs Added move validation enum values & fix S360 linting issues (#12275) * Added new move product validation error codes * Added integer formats to fix S360 swagger lint validation * Fixed ModelValidation errors for v2018-11-01-preview Co-authored-by: Braden Watkins --- schemas/2018-11-01-preview/Microsoft.Billing.json | 2 +- schemas/2019-10-01-preview/Microsoft.Billing.json | 2 +- schemas/2020-05-01/Microsoft.Billing.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/2018-11-01-preview/Microsoft.Billing.json b/schemas/2018-11-01-preview/Microsoft.Billing.json index 881033b50a..65113e9a86 100644 --- a/schemas/2018-11-01-preview/Microsoft.Billing.json +++ b/schemas/2018-11-01-preview/Microsoft.Billing.json @@ -486,4 +486,4 @@ "description": "The properties of policy." } } -} \ No newline at end of file +} diff --git a/schemas/2019-10-01-preview/Microsoft.Billing.json b/schemas/2019-10-01-preview/Microsoft.Billing.json index fe6a040dcb..3012f8d231 100644 --- a/schemas/2019-10-01-preview/Microsoft.Billing.json +++ b/schemas/2019-10-01-preview/Microsoft.Billing.json @@ -677,4 +677,4 @@ "description": "The properties of a policy." } } -} \ No newline at end of file +} diff --git a/schemas/2020-05-01/Microsoft.Billing.json b/schemas/2020-05-01/Microsoft.Billing.json index 766e06fa20..a92738b077 100644 --- a/schemas/2020-05-01/Microsoft.Billing.json +++ b/schemas/2020-05-01/Microsoft.Billing.json @@ -657,4 +657,4 @@ "description": "The properties of a policy." } } -} \ No newline at end of file +}