Skip to content

Commit

Permalink
fixes for steging api rediness test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo Santamaria Gomez committed Feb 7, 2023
1 parent cce4785 commit 76de999
Show file tree
Hide file tree
Showing 53 changed files with 607 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
}
},
"204": {},
"200": {}
"200": {},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
}
}
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'managedclusters' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
],
"nextLink": ""
}
},
"404": {
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.ServiceFabric/myCluster/myApp' under resource group 'resRg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
}
}
}
},
"404": {
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.ServiceFabric/myCluster/myApp' under resource group 'resRg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@
}
}
}
},
"404": {
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.ServiceFabric/myCluster/myApp' under resource group 'resRg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
"version": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/managedclusters/myCluster/applicationTypes/myAppType/versions/1.0"
}
}
},
"404": {
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.ServiceFabric/myCluster/myApp' under resource group 'resRg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
}
},
"204": {},
"200": {}
"200": {},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
"provisioningState": "Succeeded"
}
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'managedclusters' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
],
"nextLink": ""
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'managedclusters' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"provisioningState": "Succeeded"
}
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'managedclusters' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"provisioningState": "Succeeded"
}
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'managedclusters' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
}
},
"204": {},
"200": {}
"200": {},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster/myAppType' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"appPackageUrl": "http://fakelink.test.com/MyAppType"
}
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster/myAppType' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
],
"nextLink": ""
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster/myAppType' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"appPackageUrl": "http://fakelink.test.com/MyAppType"
}
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster/myAppType' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
"appPackageUrl": "http://fakelink.test.com/MyAppType"
}
}
},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster/myAppType' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"Azure-AsyncOperation": "http://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceFabric/locations/eastus/managedClusterOperationStatus/1ca6e48d-70ca-4e43-b652-3b0522f64d67?api-version=2022-10-01-preview"
}
},
"200": {}
"200": {},
"404": {
"body": {
"error": {
"code": "ParentResourceNotFound",
"message": "Can not perform requested operation on nested resource. Parent resource 'myCluster' not found."
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"responses": {
"200": {},
"202": {},
"204": {}
"204": {},
"400": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"message": "A task was canceled."
}
}
}
},
"400": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"percentComplete": 100.0,
"status": "Succeeded"
}
}
},
"400": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/managedClusters/myCluster",
"name": "myCluster",
"tags": {},
"sku": {
"name": "Standard"
},
"etag": "W/\"636462502169240745\"",
"properties": {
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -66,6 +69,14 @@
]
}
}
},
"404": {
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.ServiceFabric/managedclusters/myCluster' under resource group 'resRg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/managedClusters/myCluster",
"name": "myCluster",
"tags": {},
"sku": {
"name": "Standard"
},
"etag": "W/\"636462502169240745\"",
"properties": {
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -51,6 +54,9 @@
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/managedClusters/myCluster2",
"name": "myCluster2",
"tags": {},
"sku": {
"name": "Standard"
},
"etag": "W/\"636462502164040075\"",
"properties": {
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/managedClusters/myCluster",
"name": "myCluster",
"tags": {},
"sku": {
"name": "Standard"
},
"etag": "W/\"636462502169240745\"",
"properties": {
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -50,6 +53,9 @@
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/managedClusters/myCluster2",
"name": "myCluster2",
"tags": {},
"sku": {
"name": "Standard"
},
"etag": "W/\"636462502164040075\"",
"properties": {
"provisioningState": "Succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"tags": {
"a": "b"
},
"sku": {
"name": "Standard"
},
"etag": "W/\"636462502169240745\"",
"properties": {
"provisioningState": "Succeeded",
Expand Down Expand Up @@ -101,6 +104,14 @@
"enableAutoOSUpgrade": true
}
}
},
"404": {
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.ServiceFabric/managedclusters/myCluster' under resource group 'resRg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,14 @@
"useCustomVnet": true
}
}
},
"404": {
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The Resource 'Microsoft.ServiceFabric/managedclusters/myCluster' under resource group 'resRg' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix"
}
}
}
}
}
Loading

0 comments on commit 76de999

Please sign in to comment.