Skip to content

Commit

Permalink
🧹 Update ARM Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper authored Feb 3, 2025
1 parent bd051be commit 435dc89
Show file tree
Hide file tree
Showing 10 changed files with 398 additions and 1,211 deletions.
159 changes: 65 additions & 94 deletions internal/pkg/expanders/swagger-armspecs.generated.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@
"type": "string",
"readOnly": true
},
"meterId": {
"description": "Unique identifier of the meter ",
"type": "string",
"readOnly": true
},
"meterName": {
"description": "Name of the meter. The meter represents the deployable resource of an Azure service.",
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6165,7 +6165,9 @@
}
},
"required": [
"geometries"
"expiredGeofenceGeometryId",
"geometries",
"invalidPeriodGeofenceGeometryId"
]
},
"MapsGeofenceExitedEventData": {
Expand Down Expand Up @@ -6208,7 +6210,11 @@
"type": "string",
"description": "The unique id returned from user upload service when uploading a geofence. Will not be included in geofencing post API."
}
}
},
"required": [
"deviceId",
"geometryId"
]
},
"MapsGeofenceResultEventData": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@
"tags": [
"ConfigurationAssignments"
],
"summary": "Get configuration assignment within a subscription. This API is not implemented yet.",
"summary": "[UNSUPPORTED] Get configuration assignment within a subscription. This API is not implemented yet.",
"operationId": "ConfigurationAssignmentsWithinSubscription_List",
"consumes": [],
"produces": [
Expand Down Expand Up @@ -1516,8 +1516,8 @@
"tags": [
"ConfigurationAssignments"
],
"summary": "Get configuration assignment",
"description": "Get configuration assignment for resource..",
"summary": "[UNSUPPORTED] Get configuration assignment. This API is not implemented yet.",
"description": "Get configuration assignment for resource.",
"operationId": "ConfigurationAssignmentsForSubscriptions_Get",
"consumes": [
"application/json"
Expand Down
18 changes: 9 additions & 9 deletions swagger-specs/maps/data-plane/Weather/stable/1.1/weather.json
Original file line number Diff line number Diff line change
Expand Up @@ -2292,27 +2292,27 @@
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past hour."
},
"pastThreeHours": {
"past3Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past three hours."
},
"pastSixHours": {
"past6Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past six hours. Contains Metric and Imperial Values."
},
"pastNineHours": {
"past9Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past nine hours."
},
"pastTwelveHours": {
"past12Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 12 hours."
},
"pastEighteenHours": {
"past18Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 18 hours."
},
"pastTwentyFourHours": {
"past24Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 24 hours."
}
Expand All @@ -2335,15 +2335,15 @@
"TemperatureSummary": {
"type": "object",
"properties": {
"pastSixHours": {
"past6Hours": {
"$ref": "#/definitions/PastHoursTemperature",
"description": "Summary of temperature fluctuations over the past 6 hours."
},
"pastTwelveHours": {
"past12Hours": {
"$ref": "#/definitions/PastHoursTemperature",
"description": "Summary of temperature fluctuations over the past 12 hours."
},
"pastTwentyFourHours": {
"past24Hours": {
"$ref": "#/definitions/PastHoursTemperature",
"description": "Summary of temperature fluctuations over the past 24 hours."
}
Expand Down
Loading

0 comments on commit 435dc89

Please sign in to comment.