Skip to content

Implemented Profile ParameterSet #181

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

Merged
merged 19 commits into from
Mar 2, 2015
Merged

Implemented Profile ParameterSet #181

merged 19 commits into from
Mar 2, 2015

Conversation

markcowl
Copy link
Member

No description provided.

@markcowl markcowl changed the title [Do Not Merge]: Implemented Profile ParamaterSet Implemented Profile ParamaterSet Feb 27, 2015
@markcowl markcowl changed the title Implemented Profile ParamaterSet Implemented Profile ParameterSet Mar 1, 2015
DefaultProfile = InitializeDefaultProfile();
CurrentProfile = DefaultProfile;
UpdateSessionStateForProfile(CurrentProfile);
AzureSession.DataStore = new DiskDataStore();
Copy link
Contributor

Choose a reason for hiding this comment

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

If we are running tests, this will always change the data store to disk one. Instead we should have this line inside this block

if (!TestMockSupport.RunningMocked)
{
  ....
}

markcowl added a commit that referenced this pull request Mar 2, 2015
Implemented Profile ParameterSet
@markcowl markcowl merged commit afbb2ff into Azure:dev Mar 2, 2015
AzureRT referenced this pull request in AzureRT/azure-powershell Nov 11, 2015
@markcowl markcowl deleted the profile branch March 2, 2016 23:27
markcowl pushed a commit that referenced this pull request Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants