File tree Expand file tree Collapse file tree 6 files changed +20354
-17
lines changed
src/CosmosDB/CosmosDB.Test
Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.CassandraOperationsTests
Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.GremlinOperationsTests
Microsoft.Azure.Commands.CosmosDB.Test.ScenarioTests.ScenarioTest.MongoOperationsTests Expand file tree Collapse file tree 6 files changed +20354
-17
lines changed Original file line number Diff line number Diff line change @@ -432,8 +432,8 @@ Test Cassandra Roles cmdlets using all parameter sets
432
432
#>
433
433
function Test-CassandraRoleCmdlets
434
434
{
435
- $AccountName = " managedidentity -cassandra-armtestaccount "
436
- $rgName = " cassandra-connection-demo-livesite "
435
+ $AccountName = " yayi -cassandra-test-1 "
436
+ $rgName = " yayi-test "
437
437
$location = " UK South"
438
438
$locations = @ ()
439
439
$locations += New-AzCosmosDBLocationObject - LocationName " UK South" - FailoverPriority 0 - IsZoneRedundant 0
@@ -445,10 +445,10 @@ function Test-CassandraRoleCmdlets
445
445
$consistencyLevel = " Session"
446
446
$UpdatedThroughputValue = 600
447
447
448
- $subscriptionId = " 2bcd91eb-97a9-4868-bf40-662ce8ef8cb0 " # $(getVariable "SubscriptionId")
448
+ $subscriptionId = " 80be3961-0521-4a0a-8570-5cd5a4e2f98c " # $(getVariable "SubscriptionId")
449
449
450
- $PrincipalId = " d006e945-a621-4973-8113-b0a705061e33 "
451
- $PrincipalId2 = " 5af9fd41-fffc-4c7a-9fd8-bed87ae38ac3 "
450
+ $PrincipalId = " 5059f4fb-8e7e-4f41-9ca0-37bbaea765ea "
451
+ $PrincipalId2 = " 15859188-ae55-4f6d-8f07-ac19a1ae8e7f "
452
452
453
453
$RoleName = " roleDefinitionName12"
454
454
$RoleName2 = " roleDefinitionName2"
Original file line number Diff line number Diff line change @@ -1190,9 +1190,9 @@ Test Gremlin Roles cmdlets using all parameter sets
1190
1190
#>
1191
1191
function Test-GremlinRoleCmdlets
1192
1192
{
1193
- $AccountName = " managedidentity -gremlin-armtestaccount "
1194
- $rgName = " gremlin-connection-demo-livesite "
1195
- $location = " UK South "
1193
+ $AccountName = " yayi -gremlin-test-1 "
1194
+ $rgName = " yayi-test "
1195
+ $location = " West US 2 "
1196
1196
$locations = @ ()
1197
1197
$locations += New-AzCosmosDBLocationObject - LocationName " UK South" - FailoverPriority 0 - IsZoneRedundant 0
1198
1198
@@ -1203,10 +1203,10 @@ function Test-GremlinRoleCmdlets
1203
1203
$consistencyLevel = " Session"
1204
1204
$UpdatedThroughputValue = 600
1205
1205
1206
- $subscriptionId = " 2bcd91eb-97a9-4868-bf40-662ce8ef8cb0 " # $(getVariable "SubscriptionId")
1206
+ $subscriptionId = " 80be3961-0521-4a0a-8570-5cd5a4e2f98c " # $(getVariable "SubscriptionId")
1207
1207
1208
- $PrincipalId = " d006e945-a621-4973-8113-b0a705061e33 "
1209
- $PrincipalId2 = " 5af9fd41-fffc-4c7a-9fd8-bed87ae38ac3 "
1208
+ $PrincipalId = " 5059f4fb-8e7e-4f41-9ca0-37bbaea765ea "
1209
+ $PrincipalId2 = " 15859188-ae55-4f6d-8f07-ac19a1ae8e7f "
1210
1210
1211
1211
$RoleName = " roleDefinitionName12"
1212
1212
$RoleName2 = " roleDefinitionName2"
Original file line number Diff line number Diff line change @@ -1348,9 +1348,9 @@ Test MongoMI Roles cmdlets using all parameter sets
1348
1348
#>
1349
1349
function Test-MongoMIRoleCmdlets
1350
1350
{
1351
- $AccountName = " managedidentity-mongoMI-armtestaccount "
1352
- $rgName = " mongoMI-connection-demo-livesite "
1353
- $location = " UK South "
1351
+ $AccountName = " yayi-mongomi-test-1 "
1352
+ $rgName = " yayi-test "
1353
+ $location = " West US 2 "
1354
1354
$locations = @ ()
1355
1355
$locations += New-AzCosmosDBLocationObject - LocationName " UK South" - FailoverPriority 0 - IsZoneRedundant 0
1356
1356
@@ -1361,10 +1361,10 @@ function Test-MongoMIRoleCmdlets
1361
1361
$consistencyLevel = " Session"
1362
1362
$UpdatedThroughputValue = 600
1363
1363
1364
- $subscriptionId = " 2bcd91eb-97a9-4868-bf40-662ce8ef8cb0 " # $(getVariable "SubscriptionId")
1364
+ $subscriptionId = " 80be3961-0521-4a0a-8570-5cd5a4e2f98c " # $(getVariable "SubscriptionId")
1365
1365
1366
- $PrincipalId = " d006e945-a621-4973-8113-b0a705061e33 "
1367
- $PrincipalId2 = " 5af9fd41-fffc-4c7a-9fd8-bed87ae38ac3 "
1366
+ $PrincipalId = " 5059f4fb-8e7e-4f41-9ca0-37bbaea765ea "
1367
+ $PrincipalId2 = " 15859188-ae55-4f6d-8f07-ac19a1ae8e7f "
1368
1368
1369
1369
$RoleName = " roleDefinitionName12"
1370
1370
$RoleName2 = " roleDefinitionName2"
You can’t perform that action at this time.
0 commit comments