Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2850,7 +2850,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3345,7 +3345,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6313,7 +6313,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6313,7 +6313,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6179,7 +6179,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6394,7 +6394,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7489,7 +7489,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -8579,17 +8579,15 @@
"modelAsString": true
}
},
"resourceRequests": {
"$ref": "#/definitions/DevToolPortalResourceRequests",
"description": "The requested resource quantity for required CPU and Memory."
},
"instances": {
"description": "Collection of instances belong to Dev Tool Portal.",
"components": {
"description": "Collection of components belong to Dev Tool Portal.",
"uniqueItems": false,
"type": "array",
"x-ms-identifiers": [],
"x-ms-identifiers": [
"name"
],
"items": {
"$ref": "#/definitions/DevToolPortalInstance"
"$ref": "#/definitions/DevToolPortalComponent"
},
"readOnly": true
},
Expand All @@ -8613,6 +8611,29 @@
}
}
},
"DevToolPortalComponent": {
"type": "object",
"properties": {
"name": {
"type": "string",
"readOnly": true
},
"resourceRequests": {
"$ref": "#/definitions/DevToolPortalResourceRequests",
"description": "The requested resource quantity for required CPU and Memory."
},
"instances": {
"description": "Collection of instances belong to Dev Tool Portal.",
"uniqueItems": false,
"type": "array",
"x-ms-identifiers": [],
"items": {
"$ref": "#/definitions/DevToolPortalInstance"
},
"readOnly": true
}
}
},
"DevToolPortalSsoProperties": {
"description": "Single sign-on related configuration",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"openid"
],
"clientSecret": "xxxxx",
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand All @@ -37,7 +37,7 @@
"scopes": [
"openid"
],
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand All @@ -51,15 +51,20 @@
},
"url": "aaa.com",
"provisioningState": "Succeeded",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
"components": [
{
"name": "app-live-view-server-name",
"status": "Running"
"name": "server",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
{
"name": "dev-tool-portal-server-name",
"status": "Running"
}
]
}
]
},
Expand All @@ -85,7 +90,7 @@
"scopes": [
"openid"
],
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scopes": [
"openid"
],
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand All @@ -30,15 +30,20 @@
},
"url": "aaa.com",
"provisioningState": "Succeeded",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
"components": [
{
"name": "app-live-view-server-name",
"status": "Running"
"name": "server",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
{
"name": "dev-tool-portal-server-name",
"status": "Running"
}
]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scopes": [
"openid"
],
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand All @@ -31,15 +31,20 @@
},
"url": "aaa.com",
"provisioningState": "Succeeded",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
"components": [
{
"name": "app-live-view-server-name",
"status": "Running"
"name": "server",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
{
"name": "dev-tool-portal-server-name",
"status": "Running"
}
]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7604,7 +7604,7 @@
"readOnly": true
},
"serviceId": {
"description": "ServiceInstanceEntity GUID which uniquely identifies a created resource",
"description": "ServiceInstanceEntity Id which uniquely identifies a created resource",
"type": "string",
"readOnly": true
},
Expand Down Expand Up @@ -8702,17 +8702,15 @@
"modelAsString": true
}
},
"resourceRequests": {
"$ref": "#/definitions/DevToolPortalResourceRequests",
"description": "The requested resource quantity for required CPU and Memory."
},
"instances": {
"description": "Collection of instances belong to Dev Tool Portal.",
"components": {
"description": "Collection of components belong to Dev Tool Portal.",
"uniqueItems": false,
"type": "array",
"x-ms-identifiers": [],
"x-ms-identifiers": [
"name"
],
"items": {
"$ref": "#/definitions/DevToolPortalInstance"
"$ref": "#/definitions/DevToolPortalComponent"
},
"readOnly": true
},
Expand All @@ -8736,6 +8734,29 @@
}
}
},
"DevToolPortalComponent": {
"type": "object",
"properties": {
"name": {
"type": "string",
"readOnly": true
},
"resourceRequests": {
"$ref": "#/definitions/DevToolPortalResourceRequests",
"description": "The requested resource quantity for required CPU and Memory."
},
"instances": {
"description": "Collection of instances belong to Dev Tool Portal.",
"uniqueItems": false,
"type": "array",
"x-ms-identifiers": [],
"items": {
"$ref": "#/definitions/DevToolPortalInstance"
},
"readOnly": true
}
}
},
"DevToolPortalSsoProperties": {
"description": "Single sign-on related configuration",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"openid"
],
"clientSecret": "xxxxx",
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand All @@ -37,7 +37,7 @@
"scopes": [
"openid"
],
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand All @@ -51,15 +51,20 @@
},
"url": "aaa.com",
"provisioningState": "Succeeded",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
"components": [
{
"name": "app-live-view-server-name",
"status": "Running"
"name": "server",
"resourceRequests": {
"cpu": "1",
"memory": "1Gi",
"instanceCount": 1
},
"instances": [
{
"name": "dev-tool-portal-server-name",
"status": "Running"
}
]
}
]
},
Expand All @@ -85,7 +90,7 @@
"scopes": [
"openid"
],
"metadataUrl": "https://login.microsoft.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
"metadataUrl": "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/v2.0/.well-known/openid-configuration"
},
"features": {
"applicationAccelerator": {
Expand Down
Loading