ripe-russia-4239
11/10/2022, 9:28 PMApply()
on the result to return a stubbed value? How do I go about finding this out, even?
E.g. given a call in my stack like this, what do I need to stub out in my tests to make it work?
Output<string> connectionString = ListNamespaceKeys.Invoke(new ListNamespaceKeysInvokeArgs
{
AuthorizationRuleName = authorisationRule.Name,
NamespaceName = _eventHubNamespace.Name,
ResourceGroupName = ResourceGroupName
}, _invokeOptions).Apply(o => Output.CreateSecret(o.PrimaryConnectionString));