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
worldhello126 committed Oct 29, 2020
1 parent 08a2550 commit c997898
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "2019-12-01",
"version": "2020-11-01",
"title": "ContainerInstanceManagementClient"
},
"host": "management.azure.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "subid",
"location": "westcentralus",
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "subid",
"location": "westus",
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerName": "container1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "subid",
"location": "westcentralus",
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerGroup": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "subid",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "subid",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parameters": {
"subscriptionId": "subid",
"resourceGroupName": "demo",
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demoResource",
"containerGroupName": "demo1",
"Resource": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2019-12-01",
"api-version": "2020-11-01",
"resourceGroupName": "demo",
"containerGroupName": "demo1",
"containerName": "container1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters": {
"api-version": "2019-12-01"
"api-version": "2020-11-01"
},
"responses": {
"200": {
Expand Down

0 comments on commit c997898

Please sign in to comment.