Skip to content

Commit 435dc89

Browse files
🧹 Update ARM Specs
1 parent bd051be commit 435dc89

File tree

10 files changed

+398
-1211
lines changed

10 files changed

+398
-1211
lines changed

internal/pkg/expanders/swagger-armspecs.generated.go

Lines changed: 65 additions & 94 deletions
Large diffs are not rendered by default.

swagger-specs/cost-management/resource-manager/Microsoft.CostManagement/stable/2024-08-01/costmanagement.pricesheets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@
335335
"type": "string",
336336
"readOnly": true
337337
},
338+
"meterId": {
339+
"description": "Unique identifier of the meter ",
340+
"type": "string",
341+
"readOnly": true
342+
},
338343
"meterName": {
339344
"description": "Name of the meter. The meter represents the deployable resource of an Azure service.",
340345
"type": "string",

swagger-specs/eventgrid/data-plane/Microsoft.EventGrid/stable/2018-01-01/GeneratedSystemEvents.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6165,7 +6165,9 @@
61656165
}
61666166
},
61676167
"required": [
6168-
"geometries"
6168+
"expiredGeofenceGeometryId",
6169+
"geometries",
6170+
"invalidPeriodGeofenceGeometryId"
61696171
]
61706172
},
61716173
"MapsGeofenceExitedEventData": {
@@ -6208,7 +6210,11 @@
62086210
"type": "string",
62096211
"description": "The unique id returned from user upload service when uploading a geofence. Will not be included in geofencing post API."
62106212
}
6211-
}
6213+
},
6214+
"required": [
6215+
"deviceId",
6216+
"geometryId"
6217+
]
62126218
},
62136219
"MapsGeofenceResultEventData": {
62146220
"type": "object",

swagger-specs/maintenance/resource-manager/Microsoft.Maintenance/stable/2023-04-01/Maintenance.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@
14731473
"tags": [
14741474
"ConfigurationAssignments"
14751475
],
1476-
"summary": "Get configuration assignment within a subscription. This API is not implemented yet.",
1476+
"summary": "[UNSUPPORTED] Get configuration assignment within a subscription. This API is not implemented yet.",
14771477
"operationId": "ConfigurationAssignmentsWithinSubscription_List",
14781478
"consumes": [],
14791479
"produces": [
@@ -1516,8 +1516,8 @@
15161516
"tags": [
15171517
"ConfigurationAssignments"
15181518
],
1519-
"summary": "Get configuration assignment",
1520-
"description": "Get configuration assignment for resource..",
1519+
"summary": "[UNSUPPORTED] Get configuration assignment. This API is not implemented yet.",
1520+
"description": "Get configuration assignment for resource.",
15211521
"operationId": "ConfigurationAssignmentsForSubscriptions_Get",
15221522
"consumes": [
15231523
"application/json"

swagger-specs/maps/data-plane/Weather/stable/1.1/weather.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,27 +2292,27 @@
22922292
"$ref": "#/definitions/WeatherUnit",
22932293
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past hour."
22942294
},
2295-
"pastThreeHours": {
2295+
"past3Hours": {
22962296
"$ref": "#/definitions/WeatherUnit",
22972297
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past three hours."
22982298
},
2299-
"pastSixHours": {
2299+
"past6Hours": {
23002300
"$ref": "#/definitions/WeatherUnit",
23012301
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past six hours. Contains Metric and Imperial Values."
23022302
},
2303-
"pastNineHours": {
2303+
"past9Hours": {
23042304
"$ref": "#/definitions/WeatherUnit",
23052305
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past nine hours."
23062306
},
2307-
"pastTwelveHours": {
2307+
"past12Hours": {
23082308
"$ref": "#/definitions/WeatherUnit",
23092309
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 12 hours."
23102310
},
2311-
"pastEighteenHours": {
2311+
"past18Hours": {
23122312
"$ref": "#/definitions/WeatherUnit",
23132313
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 18 hours."
23142314
},
2315-
"pastTwentyFourHours": {
2315+
"past24Hours": {
23162316
"$ref": "#/definitions/WeatherUnit",
23172317
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 24 hours."
23182318
}
@@ -2335,15 +2335,15 @@
23352335
"TemperatureSummary": {
23362336
"type": "object",
23372337
"properties": {
2338-
"pastSixHours": {
2338+
"past6Hours": {
23392339
"$ref": "#/definitions/PastHoursTemperature",
23402340
"description": "Summary of temperature fluctuations over the past 6 hours."
23412341
},
2342-
"pastTwelveHours": {
2342+
"past12Hours": {
23432343
"$ref": "#/definitions/PastHoursTemperature",
23442344
"description": "Summary of temperature fluctuations over the past 12 hours."
23452345
},
2346-
"pastTwentyFourHours": {
2346+
"past24Hours": {
23472347
"$ref": "#/definitions/PastHoursTemperature",
23482348
"description": "Summary of temperature fluctuations over the past 24 hours."
23492349
}

0 commit comments

Comments
 (0)