-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into goroutine-leak
- Loading branch information
Showing
22 changed files
with
132 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
pkg/linkrp/api/v20220315privatepreview/testdata/rediscacheresponseresourcedatamodel.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 46 additions & 40 deletions
86
pkg/linkrp/frontend/controller/mongodatabases/testdata/20220315privatepreview_datamodel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,50 @@ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/applications.link/mongodatabases/mongo0", | ||
"name": "mongo0", | ||
"type": "applications.link/mongodatabases", | ||
"location": "West US", | ||
"systemData": { | ||
"createdAt": "2022-03-22T18:54:52.6857175Z", | ||
"createdBy": "fake@hotmail.com", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-03-22T18:57:52.6857175Z", | ||
"lastModifiedBy": "fake@hotmail.com", | ||
"lastModifiedByType": "User" | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/applications.link/mongodatabases/mongo0", | ||
"name": "mongo0", | ||
"type": "applications.link/mongodatabases", | ||
"location": "West US", | ||
"systemData": { | ||
"createdAt": "2022-03-22T18:54:52.6857175Z", | ||
"createdBy": "fake@hotmail.com", | ||
"createdByType": "User", | ||
"lastModifiedAt": "2022-03-22T18:57:52.6857175Z", | ||
"lastModifiedBy": "fake@hotmail.com", | ||
"lastModifiedByType": "User" | ||
}, | ||
"properties": { | ||
"status": { | ||
"outputResources": [ | ||
{ | ||
"LocalID": "AzureCosmosAccount", | ||
"Dependencies": null, | ||
"ResourceType": { | ||
"type": "azure.cosmosdb.account", | ||
"provider": "azure" | ||
} | ||
} | ||
] | ||
}, | ||
"properties": { | ||
"status": { | ||
"outputResources": [{ | ||
"LocalID": "AzureCosmosAccount", | ||
"Dependencies": null, | ||
"ResourceType": { | ||
"type": "azure.cosmosdb.account", | ||
"provider": "azure" | ||
} | ||
}] | ||
}, | ||
"provisioningState": "Succeeded", | ||
"application": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/Applications.Core/applications/testApplication", | ||
"environment": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/Applications.Core/environments/env0", | ||
"mode": "resource", | ||
"resource": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/Microsoft.DocumentDB/databaseAccounts/testAccount/mongodbDatabases/db", | ||
"host": "testAccount1.mongo.cosmos.azure.com", | ||
"port": 10255, | ||
"secrets": { | ||
"username": "testUser", | ||
"password": "testPassword", | ||
"connectionString": "mongodb://testUser:testPassword@testAccount1.mongo.cosmos.azure.com:10255" | ||
}, | ||
"database": "db" | ||
"provisioningState": "Succeeded", | ||
"application": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/Applications.Core/applications/testApplication", | ||
"environment": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/Applications.Core/environments/env0", | ||
"resourceProvisioning": "manual", | ||
"resources": [ | ||
{ | ||
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/radius-test-rg/providers/Microsoft.DocumentDB/databaseAccounts/testAccount/mongodbDatabases/db" | ||
} | ||
], | ||
"host": "testAccount1.mongo.cosmos.azure.com", | ||
"port": 10255, | ||
"secrets": { | ||
"username": "testUser", | ||
"password": "testPassword", | ||
"connectionString": "mongodb://testUser:testPassword@testAccount1.mongo.cosmos.azure.com:10255" | ||
}, | ||
"tenantId": "00000000-0000-0000-0000-000000000000", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroup": "radius-test-rg", | ||
"createdApiVersion": "2022-03-15-privatepreview", | ||
"updatedApiVersion": "2022-03-15-privatepreview" | ||
"database": "db" | ||
}, | ||
"tenantId": "00000000-0000-0000-0000-000000000000", | ||
"subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
"resourceGroup": "radius-test-rg", | ||
"createdApiVersion": "2022-03-15-privatepreview", | ||
"updatedApiVersion": "2022-03-15-privatepreview" | ||
} |
16 changes: 0 additions & 16 deletions
16
pkg/linkrp/frontend/controller/mongodatabases/testdata/20220315privatepreview_input.json
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...rp/frontend/controller/mongodatabases/testdata/20220315privatepreview_input_diff_app.json
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
pkg/linkrp/frontend/controller/mongodatabases/testdata/20220315privatepreview_output.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
...nkrp/frontend/controller/rabbitmqmessagequeues/testdata/20220315privatepreview_input.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...tend/controller/rabbitmqmessagequeues/testdata/20220315privatepreview_input_diff_env.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.