Skip to content

Get-AzureVMSqlServerExtension was not reporting back "AutoBackup" and "AutoPatching" configurations. #401

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 7 commits into from
May 19, 2015

Conversation

sethusrinivasan
Copy link
Contributor

Related - SQL VSTS# 4295279 - Extension status cmdlet does not show Backup/Patching settings

Issue:

  • Extension name was not fully qualified when we were enumerating Extension Statuses

Fix:

  • construct fully qualified Extension handler name like Microsoft.SqlServer.Management.SqlIaaSAgent
  • This approach is similar to DSC extension's get cmdlet

Testing:

  • Manually tested this change. verified that auto-backup and auto-patching settings and status are reported back by "Get-AzureVMSqlServerExtension" cmdlet
  • Working on writing test cases. At times it takes long time to enable extension , configure Auto-patching & Auto-backup. Checking if we can add a delay in test verification process.

sethusrinivasan and others added 7 commits March 25, 2015 00:20
… "AutoPatching" configurations.

SQL VSTS# 4295279 - Extension status cmdlet does not show Backup/Patching settings

Issue:
- Extension name was not fully qualified when we were enumerating Extension Statuses

Fix:
- construct fully qualified Extension handler name like Microsoft.SqlServer.Management.SqlIaaSAgent
- This approach is similar to DSC extension's get cmdlet
@azurecla
Copy link

Hi @sethusrinivasan, 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 (seths). 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;

stankovski added a commit that referenced this pull request May 19, 2015
Get-AzureVMSqlServerExtension was not reporting back "AutoBackup" and "AutoPatching" configurations.
@stankovski stankovski merged commit e7ee318 into Azure:dev May 19, 2015
huangpf added a commit to AzureRT/azure-powershell that referenced this pull request Feb 12, 2016
HPF PR: vmss <- huangpf:dev
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