Skip to content
Prev Previous commit
Next Next commit
minor updates
  • Loading branch information
stevemunk committed Jul 3, 2025
commit 650127cd5c306b2f4724fad77af87dc033343ce4
22 changes: 11 additions & 11 deletions specification/maps/data-plane/Weather/stable/1.1/weather.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in specification/maps/data-plane/Weather/stable/1.1/weather.json

View check run for this annotation

Azure Pipelines / Swagger PrettierCheck

specification/maps/data-plane/Weather/stable/1.1/weather.json#L1

specification/maps/data-plane/Weather/stable/1.1/weather.json(1,1): error : Code style issues found, please run prettier. > npm install > npx prettier --write specification/maps/data-plane/Weather/stable/1.1/weather.json

Check notice on line 1 in specification/maps/data-plane/Weather/stable/1.1/weather.json

View workflow job for this annotation

GitHub Actions / TypeSpec Requirement

Brownfield services will soon be required to convert from OpenAPI to TypeSpec. See https://aka.ms/azsdk/typespec.
"swagger": "2.0",
"info": {
"title": "Azure Maps Weather Service",
Expand Down Expand Up @@ -2668,7 +2668,7 @@
"format": "int32",
"description": "Percent representing the probability of precipitation. For example, '20'."
},
" ": {
"thunderstormProbability": {
"type": "integer",
"format": "int32",
"description": "Percent representing the probability of a thunderstorm. For example, '80'."
Expand Down Expand Up @@ -3683,8 +3683,8 @@
"CO",
"NO2",
"O3",
"PM10",
"PM2.5",
"PM10",
"SO2"
],
"x-ms-enum": {
Expand All @@ -3703,14 +3703,14 @@
"value": "O3",
"description": "Ozone"
},
{
"value": "PM10",
"description": "Particulate matter 10"
},
{
"value": "PM2.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevemunk Why did we move P2.5 after P10? Are we not doing alphanumeric soring?

"description": "Particulate matter 2.5"
},
{
"value": "PM10",
"description": "Particulate matter 10"
},
{
"value": "SO2",
"description": "Sulfur dioxide"
Expand All @@ -3725,8 +3725,8 @@
"Carbon Monoxide",
"Nitrogen Dioxide",
"Ozone",
"Particulate Matter 10",
"Particulate Matter 2.5",
"Particulate Matter 10",
"Sulfur Dioxide"
],
"x-ms-enum": {
Expand All @@ -3745,14 +3745,14 @@
"value": "Ozone",
"description": "Ozone (O3) is a key component of photochemical smog, the brown, harmful haze that envelops many large cities, resulting from a photochemical reaction between sunlight and certain specific pollutants."
},
{
"value": "Particulate Matter 10",
"description": "Particulate matter 10 (PM10) refers to inhalable particles with diameters that are generally 10 micrometers and smaller. These particles can include dust, pollen, soot, smoke, and liquid droplets."
},
{
"value": "Particulate Matter 2.5",
"description": "Particulate matter 2.5 (PM2.5) refers to fine inhalable particles with diameters that are generally 2.5 micrometers and smaller. These particles are more than 100 times thinner than a human hair and can remain suspended in the air for extended periods"
},
{
"value": "Particulate Matter 10",
"description": "Particulate matter 10 (PM10) refers to inhalable particles with diameters that are generally 10 micrometers and smaller. These particles can include dust, pollen, soot, smoke, and liquid droplets."
},
{
"value": "Sulfur Dioxide",
"description": "Sulfur dioxide (SO2) is a heavy, colorless inorganic gas with a pungent, irritating odor. It is mainly produced by burning fossil fuels at power plants and industrial facilities, but it can also be emitted from natural sources such as volcanoes."
Expand Down
Loading