Skip to content

Adding data masking cmdlets and refactoring to create a framework for AzureSql cmdlets #205

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 15 commits into from
Mar 3, 2015

Conversation

yoavrubin
Copy link
Member

No description provided.

atpham256 and others added 6 commits February 20, 2015 15:14
- Updated Stream Analytics SDK reference to the 0.16.0-preview version
which corresponds to the 2015-01-01-preview Stream Analytics Service API
Version
- Integrated PowerShell cmdlets with the new features of the latest SDK.
Most PowerShell cmdlets were already integrated since the new properties
can be specified in the json file parameter. The most notable change was
the addition of the OutputStartMode and OutputStartTime parameters in
the StartAzureStreamAnalyticsJob cmdlet.
- Re-recorded the tests and updated the session records.
Update Stream Analytics PowerShell To Use Latest SDK
Adding data masking cmdlets and refactoring of auditing cmdlets
Conflicts:
	src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj
	src/ResourceManager/Sql/Commands.Sql.Test/packages.config
	src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
	src/ResourceManager/Sql/Commands.Sql/Security/Cmdlet/SqlCmdletBase.cs
	src/ResourceManager/Sql/Commands.Sql/Security/Services/AzureEndpointsCommunicator.cs
	src/ResourceManager/Sql/Commands.Sql/Security/Services/SqlClient.cs
	src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
@azurecla
Copy link

azurecla commented Mar 1, 2015

Hi @yoavrubin, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (yrubin). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>
<configuration>
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't use these packages anymore please reverse this change

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

Copy link
Member

Choose a reason for hiding this comment

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

Not done - this would disappear if it was done :-). Please add the commit for this

Copy link
Member Author

Choose a reason for hiding this comment

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

Not really sure why, looks the same content-wise


protected override bool WriteResult() { return PassThru; }

protected override DatabaseAuditingPolicyModel UpdateModel(DatabaseAuditingPolicyModel model)
Copy link
Contributor

Choose a reason for hiding this comment

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

Please comment all the methods and properties in the cmdlets.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

markcowl added a commit that referenced this pull request Mar 3, 2015
Adding data masking cmdlets and refactoring
@markcowl markcowl merged commit ee7f125 into Azure:dev Mar 3, 2015
AzureRT referenced this pull request in AzureRT/azure-powershell Nov 23, 2015
markcowl pushed a commit that referenced this pull request Apr 28, 2016
@yoavrubin yoavrubin changed the title Adding data masking cmdlets and refactoring Adding data masking cmdlets and refactoring to create a framework for AzureSql cmdlets Apr 18, 2018
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.

6 participants