From 318fd58cbd15f3da076b12a2653ff531382584d9 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 1 Jun 2023 06:26:49 +0000 Subject: [PATCH] CodeGen from PR 24036 in Azure/azure-rest-api-specs Rename operation (#24036) --- .../2022-10-01/Microsoft.CostManagement.json | 4 ++ .../2023-03-01/Microsoft.CostManagement.json | 9 ++++ .../Microsoft.CostManagement.json | 47 +++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/schemas/2022-10-01/Microsoft.CostManagement.json b/schemas/2022-10-01/Microsoft.CostManagement.json index d676733bb7..e53a35123a 100644 --- a/schemas/2022-10-01/Microsoft.CostManagement.json +++ b/schemas/2022-10-01/Microsoft.CostManagement.json @@ -1391,6 +1391,10 @@ ], "description": "Chart type of the main view in Cost Analysis. Required." }, + "dateRange": { + "type": "string", + "description": "Date range of the current view." + }, "displayName": { "type": "string", "description": "User input name of the view. Required." diff --git a/schemas/2023-03-01/Microsoft.CostManagement.json b/schemas/2023-03-01/Microsoft.CostManagement.json index 95b1f7df4f..347617f267 100644 --- a/schemas/2023-03-01/Microsoft.CostManagement.json +++ b/schemas/2023-03-01/Microsoft.CostManagement.json @@ -1391,6 +1391,10 @@ ], "description": "Chart type of the main view in Cost Analysis. Required." }, + "dateRange": { + "type": "string", + "description": "Date range of the current view." + }, "displayName": { "type": "string", "description": "User input name of the view. Required." @@ -1425,6 +1429,11 @@ ], "description": "Metric to use when displaying costs." }, + "modifiedOn": { + "type": "string", + "format": "date-time", + "description": "Date when the user last modified this view." + }, "pivots": { "oneOf": [ { diff --git a/schemas/2023-04-01-preview/Microsoft.CostManagement.json b/schemas/2023-04-01-preview/Microsoft.CostManagement.json index 00e75d0910..075da21976 100644 --- a/schemas/2023-04-01-preview/Microsoft.CostManagement.json +++ b/schemas/2023-04-01-preview/Microsoft.CostManagement.json @@ -181,6 +181,21 @@ "type": "string", "description": "eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not." }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/SystemAssignedServiceIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Managed service identity (either system assigned, or none)" + }, + "location": { + "type": "string", + "description": "The location of the Export's managed identity. Only required when utilizing managed identity." + }, "name": { "type": "string", "description": "Export Name." @@ -1735,6 +1750,29 @@ ], "description": "The properties of the schedule." }, + "SystemAssignedServiceIdentity": { + "type": "object", + "properties": { + "type": { + "oneOf": [ + { + "type": "string", + "enum": [ + "None", + "SystemAssigned" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ] + } + }, + "required": [ + "type" + ], + "description": "Managed service identity (either system assigned, or none)" + }, "SystemData": { "type": "object", "properties": { @@ -1829,6 +1867,10 @@ ], "description": "Chart type of the main view in Cost Analysis. Required." }, + "dateRange": { + "type": "string", + "description": "Date range of the current view." + }, "displayName": { "type": "string", "description": "User input name of the view. Required." @@ -1863,6 +1905,11 @@ ], "description": "Metric to use when displaying costs." }, + "modifiedOn": { + "type": "string", + "format": "date-time", + "description": "Date when the user last modified this view." + }, "pivots": { "oneOf": [ {