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

[Hub Generated] Review request for Microsoft.SqlVirtualMachine to add version preview/2017-03-01-preview #6146

Merged
merged 14 commits into from
Jun 3, 2019
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,26 @@
"availabilityGroupListenerName": "agl-test",
"api-version": "2017-03-01-preview",
"parameters": {
"AvailabilityGroupName": "ag-test",
"LoadBalancerConfigurations": [
{
"PrivateIPAddress": {
"IpAddress": "10.1.0.112",
"SubnetResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default"
},
"LoadBalancerResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb-test",
"ProbePort": "59983",
"SqlVirtualMachineInstances": [
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/testvm2",
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/testvm3"
]
}
],
"Port": "1433"
"properties": {
"availabilityGroupName": "ag-test",
"loadBalancerConfigurations": [
{
"privateIpAddress": {
"ipAddress": "10.1.0.112",
"subnetResourceId":
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default"
},
"loadBalancerResourceId":
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Network/loadBalancers/lb-test",
"probePort": 59983,
"sqlVirtualMachineInstances": [
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/testvm2",
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachines/testvm3"
]
}
],
"port": 1433
}
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"mytag": "myval"
},
"properties": {
"SqlImageOffer": "SQL2016-WS2016",
"SqlImageSku": "Enterprise",
"WsfcDomainProfile": {
"DomainFQDN": "testdomain.com",
"OUPath": "OU=WSCluster,DC=testdomain,DC=com",
"ClusterBootstrapAccount": "testrpadmin",
"ClusterOperatorAccount": "[email protected]",
"SqlServiceAccount": "[email protected]",
"StorageAccountUrl": "https://storgact.blob.core.windows.net/",
"StorageAccountPrimaryKey": "<primary storage access key>"
"sqlImageOffer": "SQL2016-WS2016",
"sqlImageSku": "Enterprise",
"wsfcDomainProfile": {
"domainFqdn": "testdomain.com",
"ouPath": "OU=WSCluster,DC=testdomain,DC=com",
"clusterBootstrapAccount": "testrpadmin",
"clusterOperatorAccount": "[email protected]",
"sqlServiceAccount": "[email protected]",
"storageAccountUrl": "https://storgact.blob.core.windows.net/",
"storageAccountPrimaryKey": "<primary storage access key>"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,49 @@
"location": "northeurope",
"properties": {
"sqlServerLicenseType": "PAYG",
"sqlImageSku": "Enterprise",
"virtualMachineResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachines/testvm",
"ServerConfigurationsManagementSettings": {
"SQLConnectivityUpdateSettings": {
"ConnectivityType": "Private",
"Port": 1433,
"SQLAuthUpdateUserName": "sqllogin",
"SQLAuthUpdatePassword": "<password>"
"serverConfigurationsManagementSettings": {
"sqlConnectivityUpdateSettings": {
"connectivityType": "PRIVATE",
"port": 1433,
"sqlAuthUpdateUserName": "sqllogin",
"sqlAuthUpdatePassword": "<password>"
},
"SQLStorageUpdateSettings": {
"DiskCount": 1,
"StartingDeviceId": 2,
"DiskConfigurationType": "NEW"
"sqlStorageUpdateSettings": {
"diskCount": 1,
"startingDeviceId": 2,
"diskConfigurationType": "NEW"
},
"SQLWorkloadTypeUpdateSettings": {
"SQLWorkloadType": "OLTP"
"sqlWorkloadTypeUpdateSettings": {
"sqlWorkloadType": "OLTP"
},
"AdditionalFeaturesServerConfigurations": {
"IsRServicesEnabled": false
"additionalFeaturesServerConfigurations": {
"isRServicesEnabled": false
}
},
"KeyVaultCredentialSettings": {
"Enable": false
"keyVaultCredentialSettings": {
"enable": false
},
"AutoPatchingSettings": {
"Enable": true,
"DayOfWeek": "Sunday",
"MaintenanceWindowStartingHour": 2,
"MaintenanceWindowDuration": 60
"autoPatchingSettings": {
"enable": true,
"dayOfWeek": "Sunday",
"maintenanceWindowStartingHour": 2,
"maintenanceWindowDuration": 60
},
"AutoBackupSettings": {
"Enable": true,
"RetentionPeriod": 17,
"EnableEncryption": true,
"Password": "<Password>",
"BackupScheduleType": "Manual",
"BackupSystemDbs": true,
"StorageAccountUrl": "https://teststorage.blob.core.windows.net/",
"StorageAccessKey": "<primary storage access key>",
"FullBackupFrequency": "Daily",
"FullBackupStartTime": 6,
"FullBackupWindowHours": 11,
"LogBackupFrequency": 10
"autoBackupSettings": {
"enable": true,
"retentionPeriod": 17,
"enableEncryption": true,
"password": "<Password>",
"backupScheduleType": "Manual",
"backupSystemDbs": true,
"storageAccountUrl": "https://teststorage.blob.core.windows.net/",
"storageAccessKey": "<primary storage access key>",
"fullBackupFrequency": "Daily",
"fullBackupStartTime": 6,
"fullBackupWindowHours": 11,
"logBackupFrequency": 10
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"location": "northeurope",
"properties": {
"virtualMachineResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachines/testvm2",
"SqlVirtualMachineGroupResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/testvmgroup",
"WsfcDomainCredentials": {
"ClusterBootstrapAccountPassword": "<Password>",
"ClusterOperatorAccountPassword": "<Password>",
"SqlServiceAccountPassword": "<Password>"
"sqlVirtualMachineGroupResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.SqlVirtualMachine/sqlVirtualMachineGroups/testvmgroup",
"wsfcDomainCredentials": {
"clusterBootstrapAccountPassword": "<Password>",
"clusterOperatorAccountPassword": "<Password>",
"sqlServiceAccountPassword": "<Password>"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"sqlVirtualMachineName": "testvm",
"api-version": "2017-03-01-preview",
"parameters": {
"location": "northeurope",
"tags": {
"mytag": "myval"
}
Expand All @@ -18,7 +17,7 @@
"virtualMachineResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Compute/virtualMachines/testvm",
"provisioningState": "Updating",
"sqlServerLicenseType": "PAYG",
"sqlImageSku": "Unknown"
"sqlImageSku": "Enterprise"
},
"location": "northeurope",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"sqlVirtualMachineGroupName": "testvmgroup",
"api-version": "2017-03-01-preview",
"parameters": {
"location": "northeurope",
"tags": {
"mytag": "myval"
}
Expand Down
Loading