Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helper methods to AzureClient and AzureSilo for easier programmatic config #1622

Merged
merged 1 commit into from Mar 30, 2016

Conversation

sergeybykov
Copy link
Contributor

@@ -123,12 +140,12 @@ private static void InitializeImpl_FromFile(FileInfo configFile)
InitializeImpl_FromConfig(config);
}

private static string GetDeploymentId()
internal static string GetDeploymentId()
{
return GrainClient.TestOnlyNoConnect ? "FakeDeploymentId" : serviceRuntimeWrapper.DeploymentId;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, would there be a need to use "FakeDeploymentId" elsewhere? E.g. in some comparison operation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. I don't even see it being used in tests. Probably a leftover from the past. But this PR isn't concerned with it.

@sergeybykov
Copy link
Contributor Author

@dotnet-bot test this please

@sergeybykov
Copy link
Contributor Author

I renamed "DefaultConfig" to "DefaultConfiguration".

@jdom jdom merged commit 691208e into dotnet:master Mar 30, 2016
@sergeybykov sergeybykov deleted the azure-config branch March 31, 2016 00:37
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants