You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.verified_stmt("CREATE PEER myevent FROM EVENTHUBS WITH (eventhubs = '[{\"subscription_id\":\"mysubscriptionid1\",\"resource_group\":\"my-resource-1\",\"namespace\":\"test-namespace-1\",\"location\":\"eastus\",\"partition_count\":5,\"message_retention_in_days\":2},{\"subscription_id\":\"mysubscriptionid2\",\"resource_group\":\"my-resource-2\",\"namespace\":\"test-namespace-2\",\"location\":\"eastus\",\"partition_count\":5,\"message_retention_in_days\":2}]')")
3420
+
.verified_stmt(
3421
+
r#"CREATE PEER eventhubs_1 FROM EVENTHUBS WITH (eventhubs = '[
0 commit comments