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
jackylui-ms committed Mar 26, 2024
1 parent 57e3862 commit 281e983
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Managed DevOps Infrastructure",
"version": "2023-12-13-preview",
"version": "2024-03-26-preview",
"x-typespec-generated": [
{
"emitter": "@azure-tools/typespec-autorest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Pools_CreateOrUpdate",
"operationId": "Pools_CreateOrUpdate",
"parameters": {
"api-version": "2023-12-13-preview",
"api-version": "2024-03-26-preview",
"subscriptionId": "a2e95d27-c161-4b61-bda4-11512c14c2c2",
"resourceGroupName": "rg",
"poolName": "pool",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Pools_Delete",
"operationId": "Pools_Delete",
"parameters": {
"api-version": "2023-12-13-preview",
"api-version": "2024-03-26-preview",
"subscriptionId": "a2e95d27-c161-4b61-bda4-11512c14c2c2",
"resourceGroupName": "rg",
"poolName": "pool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Pools_Get",
"operationId": "Pools_Get",
"parameters": {
"api-version": "2023-12-13-preview",
"api-version": "2024-03-26-preview",
"subscriptionId": "a2e95d27-c161-4b61-bda4-11512c14c2c2",
"resourceGroupName": "rg",
"poolName": "pool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Operations_List",
"operationId": "Operations_List",
"parameters": {
"api-version": "2023-12-13-preview"
"api-version": "2024-03-26-preview"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Pools_ListBySubscription",
"operationId": "Pools_ListBySubscription",
"parameters": {
"api-version": "2023-12-13-preview",
"api-version": "2024-03-26-preview",
"subscriptionId": "a2e95d27-c161-4b61-bda4-11512c14c2c2"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Pools_ListByResourceGroup",
"operationId": "Pools_ListByResourceGroup",
"parameters": {
"api-version": "2023-12-13-preview",
"api-version": "2024-03-26-preview",
"subscriptionId": "a2e95d27-c161-4b61-bda4-11512c14c2c2",
"resourceGroupName": "rg"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Pools_Update",
"operationId": "Pools_Update",
"parameters": {
"api-version": "2023-12-13-preview",
"api-version": "2024-03-26-preview",
"subscriptionId": "a2e95d27-c161-4b61-bda4-11512c14c2c2",
"resourceGroupName": "rg",
"poolName": "pool",
Expand Down

0 comments on commit 281e983

Please sign in to comment.