Skip to content

Commit

Permalink
Fixing Model Validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
saprakas committed Jan 12, 2023
1 parent f7cc973 commit fb99409
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 413 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_Create",
"description": "This example shows how to create or update a application resource.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_Delete",
"description": "This example shows how to delete an existing application resource. If the application resource exists and is deleted successfully, an empty response with 200 status code is returned. If the application resource does not exit, an empty response with 204 status code is returned.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_Get",
"description": "This example shows how to get a application resource. If the application resource exists, its description is returned along with an OK (200) status code. If the application resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_ListByResourceGroup",
"description": "This example shows how to list all application resources within a specified resource group.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Application_ListBySubscriptionId",
"description": "This example shows how to list all application resources for a specified subscription.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Service_Get",
"description": "This example shows how to get a service resource for a given application. If the service resource exists, its description is returned along with an OK (200) status code. If the service resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Service_List",
"description": "This example shows how to list all services of a given application.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"applicationResourceName": "sampleApplication"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"api-version": "6.4-preview",
"api-version": "2018-09-01-preview",
"applicationResourceName": "sbzDocApp",
"serviceResourceName": "sbzDocService",
"replicaName": "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"applicationResourceName": "helloWorldApp",
"serviceResourceName": "helloWorldService",
"replicaName": "0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"applicationResourceName": "sampleApplication",
"serviceResourceName": "helloWorldService"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_Create",
"description": "This example shows how to create or update a gateway resource.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"gatewayResourceName": "sampleGateway",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_Delete",
"description": "This example shows how to delete an existing gateway resource. If the gateway resource exists and is deleted successfully, an empty response with 200 status code is returned. If the gateway resource does not exist, an empty response with 204 status code is returned.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"gatewayResourceName": "sampleGateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_Get",
"description": "This example shows how to get a gateway resource. If the gateway resource exists, its description is returned along with an OK (200) status code. If the gateway resource does not exist, an error is returned with an appropriate status code.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo",
"gatewayResourceName": "sampleGateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_ListByResourceGroup",
"description": "This example shows how to list all gateway resources within a specified resource group.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "sbz_demo"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"operationId": "Gateway_ListBySubscriptionId",
"description": "This example shows how to list all gateway resources for a specified subscription.",
"parameters": {
"api-version": "2018-09-01-privatepreview",
"api-version": "2018-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
Expand Down
Loading

0 comments on commit fb99409

Please sign in to comment.