Skip to content

Commit

Permalink
Updates API version in new specs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
meydand committed Sep 19, 2023
1 parent 3a520cb commit e4cd01b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2023-01-01-preview",
"version": "2023-08-01-preview",
"title": "Azure Alerts Management Service Resource Provider",
"description": "Azure Alerts Management Service provides a single pane of glass of alerts across Azure Monitor."
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"resourceUri": "subscriptions/2f00cc51-6809-498f-9ffc-48c42aff570d/resourceGroups/GenevaAlertRP-RunnerResources-eastus/providers/microsoft.monitor/accounts/alertsrp-eastus-pgms",
"api-version": "2023-01-01-preview"
"api-version": "2023-08-01-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"resourceUri": "subscriptions/2f00cc51-6809-498f-9ffc-48c42aff570d/resourcegroups/test/providers/Microsoft.Compute/virtualMachines/testMachineCanBeSafelyDeleted",
"api-version": "2023-01-01-preview"
"api-version": "2023-08-01-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "2f00cc51-6809-498f-9ffc-48c42aff570d",
"targetType": "microsoft.monitor/accounts",
"api-version": "2023-01-01-preview"
"api-version": "2023-08-01-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "2f00cc51-6809-498f-9ffc-48c42aff570d",
"targetType": "microsoft.compute/virtualmachines",
"api-version": "2023-01-01-preview"
"api-version": "2023-08-01-preview"
},
"responses": {
"200": {
Expand Down

0 comments on commit e4cd01b

Please sign in to comment.