Skip to content

Commit d4d6a4d

Browse files
committed
Adding api-version property to GetSpotPlacementScores.json example file
1 parent 6ced985 commit d4d6a4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/compute/resource-manager/Microsoft.Compute/DiagnosticRP/stable/2025-06-01/examples/GetSpotPlacementScores.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"location": "eastus"
4+
"location": "eastus",
5+
"api-version": "2025-06-01",
56
},
67
"responses": {
78
"200": {
@@ -20,4 +21,4 @@
2021
}
2122
}
2223
}
23-
}
24+
}

0 commit comments

Comments
 (0)