From 3c6bd40510565084e697e502546733b012f81917 Mon Sep 17 00:00:00 2001 From: jemex Date: Mon, 28 Jan 2019 19:33:52 -0800 Subject: [PATCH] SavedSearch Dynamic group Sdk change --- .../SoftwareUpdateConfigurationTests.cs | 18 +- .../CanCreateGetAndDelete.json | 208 ++++++++++-------- .../Generated/ConnectionTypeOperations.cs | 18 +- .../ConnectionTypeOperationsExtensions.cs | 36 +-- .../Generated/IConnectionTypeOperations.cs | 18 +- .../Generated/Models/AgentRegistration.cs | 2 +- .../Models/DscConfigurationParameter.cs | 4 +- .../Generated/Models/DscNode.cs | 6 +- .../Generated/Models/DscNodeConfiguration.cs | 6 +- .../DscNodeUpdateParametersProperties.cs | 6 +- .../Models/NonAzureQueryProperties.cs | 62 ++++++ .../RunAsCredentialAssociationProperty.cs | 2 +- .../RunbookCreateOrUpdateDraftProperties.cs | 2 +- .../Models/RunbookDraftUndoEditResult.cs | 2 +- .../Generated/Models/RunbookParameter.cs | 4 +- .../SoftareUpdateConfigurationRunTasks.cs | 4 +- .../SoftwareUpdateConfigurationMachineRun.cs | 10 +- .../Models/SoftwareUpdateConfigurationRun.cs | 6 +- .../Generated/Models/SourceControlSyncJob.cs | 6 +- .../Models/SourceControlSyncJobById.cs | 10 +- .../Generated/Models/SyncType.cs | 2 +- .../Generated/Models/TargetProperties.cs | 12 +- .../Generated/Models/UpdateConfiguration.cs | 2 +- .../Generated/Models/Variable.cs | 2 +- 24 files changed, 277 insertions(+), 171 deletions(-) create mode 100644 src/SDKs/Automation/Management.Automation/Generated/Models/NonAzureQueryProperties.cs diff --git a/src/SDKs/Automation/Automation.Tests/ScenarioTests/UpdateManagement/SoftwareUpdateConfigurationTests.cs b/src/SDKs/Automation/Automation.Tests/ScenarioTests/UpdateManagement/SoftwareUpdateConfigurationTests.cs index 0cc3fc324d91c..eda4fb15236d5 100644 --- a/src/SDKs/Automation/Automation.Tests/ScenarioTests/UpdateManagement/SoftwareUpdateConfigurationTests.cs +++ b/src/SDKs/Automation/Automation.Tests/ScenarioTests/UpdateManagement/SoftwareUpdateConfigurationTests.cs @@ -39,6 +39,7 @@ public void CanCreateGetAndDelete() Assert.NotNull(getResult.UpdateConfiguration.Targets.AzureQueries); Assert.Equal(1, getResult.UpdateConfiguration.Targets.AzureQueries.Count); Assert.Equal(2, getResult.UpdateConfiguration.Targets.AzureQueries.First().Scope.Count); + Assert.Equal(2, getResult.UpdateConfiguration.Targets.NonAzureQueries.Count); Assert.NotNull(getResult.Tasks); Assert.NotNull(getResult.Tasks.PreTask); Assert.Equal("preScript", getResult.Tasks.PreTask.Source); @@ -52,14 +53,14 @@ public void CanCreateGetAndDelete() var listResult = this.automationClient.SoftwareUpdateConfigurations.List(ResourceGroupName, AutomationAccountName); Assert.NotNull(listResult); Assert.NotNull(listResult.Value); - Assert.Equal(3, listResult.Value.Count); + Assert.Equal(5, listResult.Value.Count); // List for specific VM listResult = this.automationClient.SoftwareUpdateConfigurations.ListByAzureVirtualMachine(ResourceGroupName, AutomationAccountName, VM_01); Assert.NotNull(listResult); Assert.NotNull(listResult.Value); - Assert.Equal(3, listResult.Value.Count); + Assert.Equal(5, listResult.Value.Count); var suc = listResult.Value.Where(v => v.Name.Equals(updateConfigurationName_01, StringComparison.OrdinalIgnoreCase)).Single(); Assert.Equal(updateConfigurationName_01, suc.Name); @@ -130,6 +131,19 @@ private SoftwareUpdateConfiguration CreateSoftwareUpdateConfigurationModel(strin FilterOperator = TagOperators.All } } + }, + NonAzureQueries = new List + { + new NonAzureQueryProperties + { + FunctionAlias = "SavedSearch1", + WorkspaceId = "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01" + }, + new NonAzureQueryProperties + { + FunctionAlias = "SavedSearch2", + WorkspaceId = "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01" + } } } }; diff --git a/src/SDKs/Automation/Automation.Tests/SessionRecords/Automation.Tests.ScenarioTests.UpdateManagement.SoftwareUpdateConfigurationTests/CanCreateGetAndDelete.json b/src/SDKs/Automation/Automation.Tests/SessionRecords/Automation.Tests.ScenarioTests.UpdateManagement.SoftwareUpdateConfigurationTests/CanCreateGetAndDelete.json index 29dda6b189ccd..56114ba2ea9f5 100644 --- a/src/SDKs/Automation/Automation.Tests/SessionRecords/Automation.Tests.ScenarioTests.UpdateManagement.SoftwareUpdateConfigurationTests/CanCreateGetAndDelete.json +++ b/src/SDKs/Automation/Automation.Tests/SessionRecords/Automation.Tests.ScenarioTests.UpdateManagement.SoftwareUpdateConfigurationTests/CanCreateGetAndDelete.json @@ -4,23 +4,25 @@ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001?api-version=2017-05-15-preview", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL3RvLWRlbGV0ZS0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2Zicy1hYS0wMS9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL3Rlc3Qtc3VjLTAwMT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical,Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n },\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\"\r\n },\r\n \"postTask\": {\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n },\r\n \"source\": \"postScript\"\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical,Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n }\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"functionAlias\": \"SavedSearch1\",\r\n \"workspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"functionAlias\": \"SavedSearch2\",\r\n \"workspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n }\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n },\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\"\r\n },\r\n \"postTask\": {\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n },\r\n \"source\": \"postScript\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83f9fb67-aaa5-4ff1-a36e-3659ce9e225d" + "85449faa-844c-4870-9362-edb091936e56" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1801" + "2330" ] }, "ResponseHeaders": { @@ -34,7 +36,7 @@ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001?api-version=2017-05-15-preview" ], "x-ms-request-id": [ - "83f9fb67-aaa5-4ff1-a36e-3659ce9e225d" + "85449faa-844c-4870-9362-edb091936e56" ], "x-ms-location": [ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001?api-version=2017-05-15-preview" @@ -46,7 +48,7 @@ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -58,19 +60,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "adeaf443-26a0-4754-9c11-a8390659156e" + "7d56b698-d3df-46bc-94a1-e1552cd3f8c6" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201122Z:adeaf443-26a0-4754-9c11-a8390659156e" + "WESTUS2:20190129T031519Z:7d56b698-d3df-46bc-94a1-e1552cd3f8c6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:22 GMT" + "Tue, 29 Jan 2019 03:15:19 GMT" ], "Content-Length": [ - "1786" + "2193" ], "Content-Type": [ "application/json; charset=utf-8" @@ -79,7 +81,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2018-10-23T13:10:14.95-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-10-23T13:11:22.343-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"2019-01-28T19:15:19.05-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:19.05-08:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2019-01-28T19:15:19.707-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2019-01-28T19:15:19.737-08:00\"\r\n }\r\n}", "StatusCode": 201 }, { @@ -89,14 +91,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d0ec94da-a194-428e-ad21-31f31415acab" + "bb1d8063-07b1-4aea-a039-e53a8a4106f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -107,13 +111,13 @@ "no-cache" ], "x-ms-request-id": [ - "d0ec94da-a194-428e-ad21-31f31415acab" + "bb1d8063-07b1-4aea-a039-e53a8a4106f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -122,22 +126,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11999" ], "x-ms-correlation-request-id": [ - "cabd8659-046a-4bc1-ad6e-d3a169d7a8d5" + "2864ace1-31e8-429c-b97e-3c7421ae9cbe" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201123Z:cabd8659-046a-4bc1-ad6e-d3a169d7a8d5" + "WESTUS2:20190129T031521Z:2864ace1-31e8-429c-b97e-3c7421ae9cbe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:23 GMT" + "Tue, 29 Jan 2019 03:15:20 GMT" ], "Content-Length": [ - "1790" + "2190" ], "Content-Type": [ "application/json; charset=utf-8" @@ -146,7 +150,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"2018-10-23T13:10:14.903-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T13:11:22.28-07:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2018-10-23T13:10:14.95-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-10-23T13:11:22.343-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"2019-01-28T19:15:19.05-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:19.05-08:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2019-01-28T19:15:19.707-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2019-01-28T19:15:19.737-08:00\"\r\n }\r\n}", "StatusCode": 200 }, { @@ -156,14 +160,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1b5a2b2-5548-4678-b30e-d93a780bb6bc" + "0832d5cc-10d1-49cc-9830-2c3c6adb3d09" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -174,13 +180,13 @@ "no-cache" ], "x-ms-request-id": [ - "a1b5a2b2-5548-4678-b30e-d93a780bb6bc" + "0832d5cc-10d1-49cc-9830-2c3c6adb3d09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -189,19 +195,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11995" ], "x-ms-correlation-request-id": [ - "8ae11b50-90b8-4540-bcab-89e7d799a3d6" + "8105c749-08f4-41e4-ba4f-6fa421237cec" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201143Z:8ae11b50-90b8-4540-bcab-89e7d799a3d6" + "WESTUS2:20190129T031558Z:8105c749-08f4-41e4-ba4f-6fa421237cec" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:42 GMT" + "Tue, 29 Jan 2019 03:15:58 GMT" ], "Content-Length": [ "71" @@ -220,23 +226,25 @@ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002?api-version=2017-05-15-preview", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL3RvLWRlbGV0ZS0wMS9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2Zicy1hYS0wMS9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL3Rlc3Qtc3VjLTAwMj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical,Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n },\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\"\r\n },\r\n \"postTask\": {\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n },\r\n \"source\": \"postScript\"\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical,Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n }\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"functionAlias\": \"SavedSearch1\",\r\n \"workspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"functionAlias\": \"SavedSearch2\",\r\n \"workspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n }\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n },\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\"\r\n },\r\n \"postTask\": {\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n },\r\n \"source\": \"postScript\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4848f24a-0d03-4851-bbd5-804d38046eed" + "575aa2d9-2793-425f-9769-c78af00ad5d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1948" + "2477" ] }, "ResponseHeaders": { @@ -250,7 +258,7 @@ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002?api-version=2017-05-15-preview" ], "x-ms-request-id": [ - "4848f24a-0d03-4851-bbd5-804d38046eed" + "575aa2d9-2793-425f-9769-c78af00ad5d0" ], "x-ms-location": [ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002?api-version=2017-05-15-preview" @@ -262,7 +270,7 @@ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -274,19 +282,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "031dd271-bfda-4895-b78f-2caef32f731a" + "465d636b-2502-49f1-ab51-33810b0cadf9" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201126Z:031dd271-bfda-4895-b78f-2caef32f731a" + "WESTUS2:20190129T031524Z:465d636b-2502-49f1-ab51-33810b0cadf9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:25 GMT" + "Tue, 29 Jan 2019 03:15:23 GMT" ], "Content-Length": [ - "1920" + "2332" ], "Content-Type": [ "application/json; charset=utf-8" @@ -295,7 +303,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2018-10-23T13:10:15.983-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-10-23T13:11:26-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"2019-01-28T19:15:23.207-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:23.207-08:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2019-01-28T19:15:24.237-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2019-01-28T19:15:24.237-08:00\"\r\n }\r\n}", "StatusCode": 201 }, { @@ -305,14 +313,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "703e78b3-bd22-46dd-b25a-771f455fbdd2" + "a855c25b-e2a6-4f51-a518-f05c1b7634e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -323,13 +333,13 @@ "no-cache" ], "x-ms-request-id": [ - "703e78b3-bd22-46dd-b25a-771f455fbdd2" + "a855c25b-e2a6-4f51-a518-f05c1b7634e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -338,22 +348,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11998" ], "x-ms-correlation-request-id": [ - "f40dc528-cb40-4a64-950d-3e7a37cbb8f2" + "8643500d-7dd7-4e9c-a6c3-b2180fa228a5" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201127Z:f40dc528-cb40-4a64-950d-3e7a37cbb8f2" + "WESTUS2:20190129T031525Z:8643500d-7dd7-4e9c-a6c3-b2180fa228a5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:27 GMT" + "Tue, 29 Jan 2019 03:15:24 GMT" ], "Content-Length": [ - "1927" + "2332" ], "Content-Type": [ "application/json; charset=utf-8" @@ -362,7 +372,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"2018-10-23T13:10:15.42-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T13:11:25.453-07:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2018-10-23T13:10:15.983-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-10-23T13:11:26-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB123\",\r\n \"KB123\"\r\n ],\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"startTimeOffsetMinutes\": -420.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": -480.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"nextRunOffsetMinutes\": -420.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Day\",\r\n \"creationTime\": \"2019-01-28T19:15:23.207-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:23.207-08:00\",\r\n \"timeZone\": \"America/Los_Angeles\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n },\r\n \"creationTime\": \"2019-01-28T19:15:24.237-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2019-01-28T19:15:24.237-08:00\"\r\n }\r\n}", "StatusCode": 200 }, { @@ -372,14 +382,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdae63d3-81c3-480a-b831-dbdfaca5e5e5" + "6f7545f0-72d5-43b1-a899-a7b0bb5e974d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -390,13 +402,13 @@ "no-cache" ], "x-ms-request-id": [ - "cdae63d3-81c3-480a-b831-dbdfaca5e5e5" + "6f7545f0-72d5-43b1-a899-a7b0bb5e974d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -405,19 +417,19 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11994" ], "x-ms-correlation-request-id": [ - "4b960dc7-ce2d-4250-ba2c-e2ee24ea2991" + "1ead87d2-5616-4420-8d15-be918c80287a" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201145Z:4b960dc7-ce2d-4250-ba2c-e2ee24ea2991" + "WESTUS2:20190129T031600Z:1ead87d2-5616-4420-8d15-be918c80287a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:44 GMT" + "Tue, 29 Jan 2019 03:16:00 GMT" ], "Content-Length": [ "71" @@ -439,14 +451,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3e979e5-2501-4d43-8df9-a86570daab04" + "18d88f55-f58e-4711-aecc-130f09a77c10" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -457,13 +471,16 @@ "no-cache" ], "x-ms-request-id": [ - "a3e979e5-2501-4d43-8df9-a86570daab04" + "18d88f55-f58e-4711-aecc-130f09a77c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -471,23 +488,20 @@ "X-Powered-By": [ "ASP.NET" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], "x-ms-correlation-request-id": [ - "701400f4-2f1c-4f6b-b8dd-bb5aa36876f6" + "5d4bd6ca-d2e6-43cb-a626-502bafc063da" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201135Z:701400f4-2f1c-4f6b-b8dd-bb5aa36876f6" + "WESTUS2:20190129T031532Z:5d4bd6ca-d2e6-43cb-a626-502bafc063da" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:34 GMT" + "Tue, 29 Jan 2019 03:15:32 GMT" ], "Content-Length": [ - "4074" + "7996" ], "Content-Type": [ "application/json; charset=utf-8" @@ -496,7 +510,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/all-01\",\r\n \"name\": \"all-01\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-02\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Hour\",\r\n \"startTime\": \"2018-10-23T12:02:00-07:00\",\r\n \"creationTime\": \"2018-10-23T11:54:17.86-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T11:54:28.58-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2018-10-23T14:02:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"NUM\": \"32\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2018-10-23T13:10:15.983-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T13:11:26-07:00\",\r\n \"provisioningState\": \"Provisioning\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2018-10-23T13:10:14.95-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T13:11:22.343-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/all-01\",\r\n \"name\": \"all-01\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-02\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Hour\",\r\n \"startTime\": \"2018-10-23T12:02:00-07:00\",\r\n \"creationTime\": \"2018-10-23T11:54:17.86-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T11:54:28.58-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-01-28T20:02:00-08:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"NUM\": \"32\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2019-01-28T19:15:24.237-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:24.237-08:00\",\r\n \"provisioningState\": \"Provisioning\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2019-01-28T19:15:19.707-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:19.737-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/testJemal\",\r\n \"name\": \"testJemal\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2019-01-28T19:05:30.95-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:05:30.983-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-006\",\r\n \"name\": \"test-suc-006\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": null\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2018-12-27T14:17:21.987-08:00\",\r\n \"lastModifiedTime\": \"2018-12-27T14:17:22.11-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -506,14 +520,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c76ab74-1952-4eac-8137-708ed937e6e9" + "870a04fc-c343-492b-b5f9-b5e3dcdb0b02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -524,13 +540,13 @@ "no-cache" ], "x-ms-request-id": [ - "9c76ab74-1952-4eac-8137-708ed937e6e9" + "870a04fc-c343-492b-b5f9-b5e3dcdb0b02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -539,22 +555,22 @@ "ASP.NET" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11996" ], "x-ms-correlation-request-id": [ - "033ce2ea-a319-4830-817e-d82950e04039" + "152d516d-18f7-4404-891a-d5652f34dbad" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201137Z:033ce2ea-a319-4830-817e-d82950e04039" + "WESTUS2:20190129T031541Z:152d516d-18f7-4404-891a-d5652f34dbad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:36 GMT" + "Tue, 29 Jan 2019 03:15:41 GMT" ], "Content-Length": [ - "4074" + "7992" ], "Content-Type": [ "application/json; charset=utf-8" @@ -563,7 +579,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/all-01\",\r\n \"name\": \"all-01\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-02\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Hour\",\r\n \"startTime\": \"2018-10-23T12:02:00-07:00\",\r\n \"creationTime\": \"2018-10-23T11:54:17.86-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T11:54:28.58-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2018-10-23T14:02:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"NUM\": \"32\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2018-10-23T13:10:15.983-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T13:11:26-07:00\",\r\n \"provisioningState\": \"Provisioning\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2018-10-23T13:10:14.95-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T13:11:22.343-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/all-01\",\r\n \"name\": \"all-01\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-02\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/a-stasku-rg0/providers/microsoft.compute/virtualmachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Hour\",\r\n \"startTime\": \"2018-10-23T12:02:00-07:00\",\r\n \"creationTime\": \"2018-10-23T11:54:17.86-07:00\",\r\n \"lastModifiedTime\": \"2018-10-23T11:54:28.58-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-01-28T20:02:00-08:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"NUM\": \"32\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-002\",\r\n \"name\": \"test-suc-002\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2019-01-28T19:15:24.237-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:37.66-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-001\",\r\n \"name\": \"test-suc-001\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2019-01-28T19:15:19.707-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:15:19.737-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/testJemal\",\r\n \"name\": \"testJemal\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": [\r\n {\r\n \"FunctionAlias\": \"SavedSearch1\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n },\r\n {\r\n \"FunctionAlias\": \"SavedSearch2\",\r\n \"WorkspaceId\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/to-delete-01/providers/microsoft.operationalinsights/workspaces/fbs-aa-01\"\r\n }\r\n ]\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2019-01-28T19:05:30.95-08:00\",\r\n \"lastModifiedTime\": \"2019-01-28T19:05:30.983-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01/softwareUpdateConfigurations/test-suc-006\",\r\n \"name\": \"test-suc-006\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": null,\r\n \"includedKbNumbers\": null,\r\n \"rebootSetting\": \"IfRequired\",\r\n \"IsInvalidKbNumbers\": false\r\n },\r\n \"linux\": null,\r\n \"targets\": {\r\n \"azureQueries\": [\r\n {\r\n \"scope\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d\"\r\n ],\r\n \"tagSettings\": {\r\n \"tags\": {\r\n \"tag1\": [\r\n \"tag1Value1\",\r\n \"tag1Value2\"\r\n ],\r\n \"tag2\": [\r\n \"tag2Value1\",\r\n \"tag2Value2\"\r\n ]\r\n },\r\n \"filterOperator\": \"All\"\r\n },\r\n \"locations\": [\r\n \"Japan East\",\r\n \"UK South\"\r\n ]\r\n }\r\n ],\r\n \"nonAzureQueries\": null\r\n },\r\n \"duration\": \"PT3H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Compute/virtualMachines/vmj-arm-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"Day\",\r\n \"startTime\": \"2019-05-05T19:26:00-07:00\",\r\n \"creationTime\": \"2018-12-27T14:17:21.987-08:00\",\r\n \"lastModifiedTime\": \"2018-12-27T14:17:22.11-08:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2019-05-05T19:26:00-07:00\",\r\n \"tasks\": {\r\n \"preTask\": {\r\n \"source\": \"preScript\",\r\n \"parameters\": {}\r\n },\r\n \"postTask\": {\r\n \"source\": \"postScript\",\r\n \"parameters\": {\r\n \"Num\": \"4\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { @@ -573,14 +589,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dac6a65e-3c18-4e2f-ad87-c87f5e1b5928" + "a90a7391-cdcf-497d-a3f2-97db0f6c1487" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -591,13 +609,13 @@ "no-cache" ], "x-ms-request-id": [ - "dac6a65e-3c18-4e2f-ad87-c87f5e1b5928" + "a90a7391-cdcf-497d-a3f2-97db0f6c1487" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -609,16 +627,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "5b2c865c-2d33-4c3e-9a40-29733da491f3" + "d3f0b748-e294-4499-8f7d-9bf38e7d489f" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201143Z:5b2c865c-2d33-4c3e-9a40-29733da491f3" + "WESTUS2:20190129T031554Z:d3f0b748-e294-4499-8f7d-9bf38e7d489f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:42 GMT" + "Tue, 29 Jan 2019 03:15:54 GMT" ], "Expires": [ "-1" @@ -637,14 +655,16 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "510f108e-8714-44a5-bfad-020b60be0a44" + "dd1fee23-68b5-4bb5-becd-e9a828ddef38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.26919.02", - "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0" + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.17763.", + "Microsoft.Azure.Management.Automation.AutomationClient/3.8.0.0" ] }, "ResponseHeaders": { @@ -655,13 +675,13 @@ "no-cache" ], "x-ms-request-id": [ - "510f108e-8714-44a5-bfad-020b60be0a44" + "dd1fee23-68b5-4bb5-becd-e9a828ddef38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -673,16 +693,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "233c0d1b-41a4-4dfa-896e-af54bbc56103" + "c838c799-373a-4caf-89f2-03a435ce8088" ], "x-ms-routing-request-id": [ - "WESTUS2:20181023T201144Z:233c0d1b-41a4-4dfa-896e-af54bbc56103" + "WESTUS2:20190129T031600Z:c838c799-373a-4caf-89f2-03a435ce8088" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 23 Oct 2018 20:11:44 GMT" + "Tue, 29 Jan 2019 03:16:00 GMT" ], "Expires": [ "-1" diff --git a/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperations.cs b/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperations.cs index e619cc575b81e..f73b2c76c7429 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperations.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperations.cs @@ -51,7 +51,7 @@ internal ConnectionTypeOperations(AutomationClient client) public AutomationClient Client { get; private set; } /// - /// Delete the connectiontype. + /// Delete the connection type. /// /// /// @@ -61,7 +61,7 @@ internal ConnectionTypeOperations(AutomationClient client) /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// /// /// Headers that will be added to request. @@ -244,7 +244,7 @@ internal ConnectionTypeOperations(AutomationClient client) } /// - /// Retrieve the connectiontype identified by connectiontype name. + /// Retrieve the connection type identified by connection type name. /// /// /// @@ -254,7 +254,7 @@ internal ConnectionTypeOperations(AutomationClient client) /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// /// /// Headers that will be added to request. @@ -458,7 +458,7 @@ internal ConnectionTypeOperations(AutomationClient client) } /// - /// Create a connectiontype. + /// Create a connection type. /// /// /// @@ -468,10 +468,10 @@ internal ConnectionTypeOperations(AutomationClient client) /// The name of the automation account. /// /// - /// The parameters supplied to the create or update connectiontype operation. + /// The parameters supplied to the create or update connection type operation. /// /// - /// The parameters supplied to the create or update connectiontype operation. + /// The parameters supplied to the create or update connection type operation. /// /// /// Headers that will be added to request. @@ -708,7 +708,7 @@ internal ConnectionTypeOperations(AutomationClient client) } /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// @@ -913,7 +913,7 @@ internal ConnectionTypeOperations(AutomationClient client) } /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// diff --git a/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperationsExtensions.cs b/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperationsExtensions.cs index 4d69a32dc9f1a..e6ea80f315980 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperationsExtensions.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/ConnectionTypeOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Automation public static partial class ConnectionTypeOperationsExtensions { /// - /// Delete the connectiontype. + /// Delete the connection type. /// /// /// @@ -35,7 +35,7 @@ public static partial class ConnectionTypeOperationsExtensions /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// public static void Delete(this IConnectionTypeOperations operations, string resourceGroupName, string automationAccountName, string connectionTypeName) { @@ -43,7 +43,7 @@ public static void Delete(this IConnectionTypeOperations operations, string reso } /// - /// Delete the connectiontype. + /// Delete the connection type. /// /// /// @@ -56,7 +56,7 @@ public static void Delete(this IConnectionTypeOperations operations, string reso /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// /// /// The cancellation token. @@ -67,7 +67,7 @@ public static void Delete(this IConnectionTypeOperations operations, string reso } /// - /// Retrieve the connectiontype identified by connectiontype name. + /// Retrieve the connection type identified by connection type name. /// /// /// @@ -80,7 +80,7 @@ public static void Delete(this IConnectionTypeOperations operations, string reso /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// public static ConnectionType Get(this IConnectionTypeOperations operations, string resourceGroupName, string automationAccountName, string connectionTypeName) { @@ -88,7 +88,7 @@ public static ConnectionType Get(this IConnectionTypeOperations operations, stri } /// - /// Retrieve the connectiontype identified by connectiontype name. + /// Retrieve the connection type identified by connection type name. /// /// /// @@ -101,7 +101,7 @@ public static ConnectionType Get(this IConnectionTypeOperations operations, stri /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// /// /// The cancellation token. @@ -115,7 +115,7 @@ public static ConnectionType Get(this IConnectionTypeOperations operations, stri } /// - /// Create a connectiontype. + /// Create a connection type. /// /// /// @@ -128,10 +128,10 @@ public static ConnectionType Get(this IConnectionTypeOperations operations, stri /// The name of the automation account. /// /// - /// The parameters supplied to the create or update connectiontype operation. + /// The parameters supplied to the create or update connection type operation. /// /// - /// The parameters supplied to the create or update connectiontype operation. + /// The parameters supplied to the create or update connection type operation. /// public static ConnectionType CreateOrUpdate(this IConnectionTypeOperations operations, string resourceGroupName, string automationAccountName, string connectionTypeName, ConnectionTypeCreateOrUpdateParameters parameters) { @@ -139,7 +139,7 @@ public static ConnectionType CreateOrUpdate(this IConnectionTypeOperations opera } /// - /// Create a connectiontype. + /// Create a connection type. /// /// /// @@ -152,10 +152,10 @@ public static ConnectionType CreateOrUpdate(this IConnectionTypeOperations opera /// The name of the automation account. /// /// - /// The parameters supplied to the create or update connectiontype operation. + /// The parameters supplied to the create or update connection type operation. /// /// - /// The parameters supplied to the create or update connectiontype operation. + /// The parameters supplied to the create or update connection type operation. /// /// /// The cancellation token. @@ -169,7 +169,7 @@ public static ConnectionType CreateOrUpdate(this IConnectionTypeOperations opera } /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// @@ -187,7 +187,7 @@ public static IPage ListByAutomationAccount(this IConnectionType } /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// @@ -211,7 +211,7 @@ public static IPage ListByAutomationAccount(this IConnectionType } /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// @@ -226,7 +226,7 @@ public static IPage ListByAutomationAccountNext(this IConnection } /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// diff --git a/src/SDKs/Automation/Management.Automation/Generated/IConnectionTypeOperations.cs b/src/SDKs/Automation/Management.Automation/Generated/IConnectionTypeOperations.cs index 756042e686120..9fd4d0e8f41d4 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/IConnectionTypeOperations.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/IConnectionTypeOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Automation public partial interface IConnectionTypeOperations { /// - /// Delete the connectiontype. + /// Delete the connection type. /// /// /// @@ -34,7 +34,7 @@ public partial interface IConnectionTypeOperations /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// /// /// The headers that will be added to request. @@ -50,7 +50,7 @@ public partial interface IConnectionTypeOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, string connectionTypeName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieve the connectiontype identified by connectiontype name. + /// Retrieve the connection type identified by connection type name. /// /// /// @@ -60,7 +60,7 @@ public partial interface IConnectionTypeOperations /// The name of the automation account. /// /// - /// The name of connectiontype. + /// The name of connection type. /// /// /// The headers that will be added to request. @@ -79,7 +79,7 @@ public partial interface IConnectionTypeOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, string connectionTypeName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Create a connectiontype. + /// Create a connection type. /// /// /// @@ -89,11 +89,11 @@ public partial interface IConnectionTypeOperations /// The name of the automation account. /// /// - /// The parameters supplied to the create or update connectiontype + /// The parameters supplied to the create or update connection type /// operation. /// /// - /// The parameters supplied to the create or update connectiontype + /// The parameters supplied to the create or update connection type /// operation. /// /// @@ -113,7 +113,7 @@ public partial interface IConnectionTypeOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, string connectionTypeName, ConnectionTypeCreateOrUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// @@ -139,7 +139,7 @@ public partial interface IConnectionTypeOperations /// Task>> ListByAutomationAccountWithHttpMessagesAsync(string resourceGroupName, string automationAccountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Retrieve a list of connectiontypes. + /// Retrieve a list of connection types. /// /// /// diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/AgentRegistration.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/AgentRegistration.cs index 81b8892a02984..d6092c5f91b11 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/AgentRegistration.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/AgentRegistration.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Automation.Models using System.Linq; /// - /// Definition of the agent registration infomration type. + /// Definition of the agent registration information type. /// public partial class AgentRegistration { diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/DscConfigurationParameter.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/DscConfigurationParameter.cs index b0fa1d8024390..e8dfc2b75ee8e 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/DscConfigurationParameter.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/DscConfigurationParameter.cs @@ -31,7 +31,7 @@ public DscConfigurationParameter() /// /// Gets or sets the type of the parameter. /// Gets or sets a Boolean value to indicate - /// whether the parameter is madatory or not. + /// whether the parameter is mandatory or not. /// Get or sets the position of the /// parameter. /// Gets or sets the default value of @@ -58,7 +58,7 @@ public DscConfigurationParameter() /// /// Gets or sets a Boolean value to indicate whether the parameter is - /// madatory or not. + /// mandatory or not. /// [JsonProperty(PropertyName = "isMandatory")] public bool? IsMandatory { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/DscNode.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/DscNode.cs index 7242dd481f9bb..7a81e0103feb3 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/DscNode.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/DscNode.cs @@ -45,8 +45,8 @@ public DscNode() /// Gets or sets the ip of the node. /// Gets or sets the account id of the /// node. - /// Gets or sets the name of the dsc - /// nodeconfiguration. + /// Gets or sets the name of the dsc node + /// configuration. /// Gets or sets the status of the node. /// Gets or sets the node id. /// Gets or sets the etag of the resource. @@ -100,7 +100,7 @@ public DscNode() public string AccountId { get; set; } /// - /// Gets or sets the name of the dsc nodeconfiguration. + /// Gets or sets the name of the dsc node configuration. /// [JsonProperty(PropertyName = "properties.nodeConfiguration.name")] public string DscNodeName { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeConfiguration.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeConfiguration.cs index 0ebb414359ae1..406c4773b864b 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeConfiguration.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeConfiguration.cs @@ -42,8 +42,8 @@ public DscNodeConfiguration() /// Gets or sets the configuration of the /// node. /// Source of node configuration. - /// Number of nodes with this nodeconfiguration - /// assigned + /// Number of nodes with this node + /// configuration assigned /// If a new build /// version of NodeConfiguration is required. public DscNodeConfiguration(string id = default(string), string name = default(string), string type = default(string), System.DateTimeOffset lastModifiedTime = default(System.DateTimeOffset), System.DateTimeOffset creationTime = default(System.DateTimeOffset), DscConfigurationAssociationProperty configuration = default(DscConfigurationAssociationProperty), string source = default(string), long? nodeCount = default(long?), bool? incrementNodeConfigurationBuild = default(bool?)) @@ -88,7 +88,7 @@ public DscNodeConfiguration() public string Source { get; set; } /// - /// Gets or sets number of nodes with this nodeconfiguration assigned + /// Gets or sets number of nodes with this node configuration assigned /// [JsonProperty(PropertyName = "properties.nodeCount")] public long? NodeCount { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeUpdateParametersProperties.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeUpdateParametersProperties.cs index fbac0b981406a..df875a7ace99f 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeUpdateParametersProperties.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/DscNodeUpdateParametersProperties.cs @@ -31,8 +31,8 @@ public DscNodeUpdateParametersProperties() /// Initializes a new instance of the DscNodeUpdateParametersProperties /// class. /// - /// Gets or sets the name of the dsc - /// nodeconfiguration. + /// Gets or sets the name of the dsc node + /// configuration. public DscNodeUpdateParametersProperties(string name = default(string)) { Name = name; @@ -45,7 +45,7 @@ public DscNodeUpdateParametersProperties() partial void CustomInit(); /// - /// Gets or sets the name of the dsc nodeconfiguration. + /// Gets or sets the name of the dsc node configuration. /// [JsonProperty(PropertyName = "nodeConfiguration.name")] public string Name { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/NonAzureQueryProperties.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/NonAzureQueryProperties.cs new file mode 100644 index 0000000000000..60301c6f81d2f --- /dev/null +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/NonAzureQueryProperties.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Automation.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Non Azure query for the update configuration. + /// + public partial class NonAzureQueryProperties + { + /// + /// Initializes a new instance of the NonAzureQueryProperties class. + /// + public NonAzureQueryProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NonAzureQueryProperties class. + /// + /// Log Analytics Saved Search + /// name. + /// Workspace Id for Log Analytics in which + /// the saved Search is resided. + public NonAzureQueryProperties(string functionAlias = default(string), string workspaceId = default(string)) + { + FunctionAlias = functionAlias; + WorkspaceId = workspaceId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets log Analytics Saved Search name. + /// + [JsonProperty(PropertyName = "functionAlias")] + public string FunctionAlias { get; set; } + + /// + /// Gets or sets workspace Id for Log Analytics in which the saved + /// Search is resided. + /// + [JsonProperty(PropertyName = "workspaceId")] + public string WorkspaceId { get; set; } + + } +} diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/RunAsCredentialAssociationProperty.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/RunAsCredentialAssociationProperty.cs index 5e901e1e92f9f..8c307d156edd8 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/RunAsCredentialAssociationProperty.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/RunAsCredentialAssociationProperty.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Automation.Models using System.Linq; /// - /// Definition of runas credential to use for hybrid worker. + /// Definition of RunAs credential to use for hybrid worker. /// public partial class RunAsCredentialAssociationProperty { diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookCreateOrUpdateDraftProperties.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookCreateOrUpdateDraftProperties.cs index 36d258e4dd03a..633f7d4626707 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookCreateOrUpdateDraftProperties.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookCreateOrUpdateDraftProperties.cs @@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.Automation.Models using System.Linq; /// - /// The parameters supplied to the create or update dratft runbook + /// The parameters supplied to the create or update draft runbook /// properties. /// public partial class RunbookCreateOrUpdateDraftProperties diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookDraftUndoEditResult.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookDraftUndoEditResult.cs index f58930b271804..ebde734e95b87 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookDraftUndoEditResult.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookDraftUndoEditResult.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Automation.Models using System.Linq; /// - /// The response model for the undoedit runbook operation. + /// The response model for the undo edit runbook operation. /// public partial class RunbookDraftUndoEditResult { diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookParameter.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookParameter.cs index 76ba75690ef2b..47e6c06e7d3bd 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookParameter.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/RunbookParameter.cs @@ -31,7 +31,7 @@ public RunbookParameter() /// /// Gets or sets the type of the parameter. /// Gets or sets a Boolean value to indicate - /// whether the parameter is madatory or not. + /// whether the parameter is mandatory or not. /// Get or sets the position of the /// parameter. /// Gets or sets the default value of @@ -58,7 +58,7 @@ public RunbookParameter() /// /// Gets or sets a Boolean value to indicate whether the parameter is - /// madatory or not. + /// mandatory or not. /// [JsonProperty(PropertyName = "isMandatory")] public bool? IsMandatory { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/SoftareUpdateConfigurationRunTasks.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/SoftareUpdateConfigurationRunTasks.cs index deeedb0cfc4a6..53ff20c1dd10c 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/SoftareUpdateConfigurationRunTasks.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/SoftareUpdateConfigurationRunTasks.cs @@ -32,7 +32,7 @@ public SoftareUpdateConfigurationRunTasks() /// SoftareUpdateConfigurationRunTasks class. /// /// Pre task properties. - /// Post task object. + /// Post task properties. public SoftareUpdateConfigurationRunTasks(SoftareUpdateConfigurationRunTaskProperties preTask = default(SoftareUpdateConfigurationRunTaskProperties), SoftareUpdateConfigurationRunTaskProperties postTask = default(SoftareUpdateConfigurationRunTaskProperties)) { PreTask = preTask; @@ -52,7 +52,7 @@ public SoftareUpdateConfigurationRunTasks() public SoftareUpdateConfigurationRunTaskProperties PreTask { get; set; } /// - /// Gets or sets post task object. + /// Gets or sets post task properties. /// [JsonProperty(PropertyName = "postTask")] public SoftareUpdateConfigurationRunTaskProperties PostTask { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationMachineRun.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationMachineRun.cs index 81c9414c6d9ea..c601070e6a031 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationMachineRun.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationMachineRun.cs @@ -59,15 +59,15 @@ public SoftwareUpdateConfigurationMachineRun() /// software update configuration run. /// Job associated with the software update /// configuration machine run - /// Creation time of theresource, which only - /// appears in the response. + /// Creation time of the resource, which + /// only appears in the response. /// createdBy property, which only appears in /// the response. /// Last time resource was modified, /// which only appears in the response. /// lastModifiedBy property, which only /// appears in the response. - /// detailes of provisioning error + /// Details of provisioning error public SoftwareUpdateConfigurationMachineRun(string name = default(string), string id = default(string), string targetComputer = default(string), string targetComputerType = default(string), UpdateConfigurationNavigation softwareUpdateConfiguration = default(UpdateConfigurationNavigation), string status = default(string), string osType = default(string), System.Guid? correlationId = default(System.Guid?), System.Guid? sourceComputerId = default(System.Guid?), System.DateTimeOffset startTime = default(System.DateTimeOffset), System.DateTimeOffset? endTime = default(System.DateTimeOffset?), string configuredDuration = default(string), JobNavigation job = default(JobNavigation), System.DateTimeOffset creationTime = default(System.DateTimeOffset), string createdBy = default(string), System.DateTimeOffset lastModifiedTime = default(System.DateTimeOffset), string lastModifiedBy = default(string), ErrorResponse error = default(ErrorResponse)) { Name = name; @@ -179,7 +179,7 @@ public SoftwareUpdateConfigurationMachineRun() public JobNavigation Job { get; set; } /// - /// Gets creation time of theresource, which only appears in the + /// Gets creation time of the resource, which only appears in the /// response. /// [JsonProperty(PropertyName = "properties.creationTime")] @@ -205,7 +205,7 @@ public SoftwareUpdateConfigurationMachineRun() public string LastModifiedBy { get; private set; } /// - /// Gets or sets detailes of provisioning error + /// Gets or sets details of provisioning error /// [JsonProperty(PropertyName = "properties.error")] public ErrorResponse Error { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationRun.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationRun.cs index 32736154cf419..456ca21f9bf5c 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationRun.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/SoftwareUpdateConfigurationRun.cs @@ -54,8 +54,8 @@ public SoftwareUpdateConfigurationRun() /// update configuration run. /// Number of computers with failed /// status. - /// Creation time of theresource, which only - /// appears in the response. + /// Creation time of the resource, which + /// only appears in the response. /// CreatedBy property, which only appears in /// the response. /// Last time resource was modified, @@ -151,7 +151,7 @@ public SoftwareUpdateConfigurationRun() public int? FailedCount { get; private set; } /// - /// Gets creation time of theresource, which only appears in the + /// Gets creation time of the resource, which only appears in the /// response. /// [JsonProperty(PropertyName = "properties.creationTime")] diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJob.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJob.cs index f532736f78dd3..b3dccb4f3c236 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJob.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJob.cs @@ -43,7 +43,7 @@ public SourceControlSyncJob() /// The start time of the job. /// The end time of the job. /// The sync type. Possible values include: - /// 'IncrementalSync', 'FullSync' + /// 'PartialSync', 'FullSync' public SourceControlSyncJob(string name = default(string), string type = default(string), string id = default(string), string sourceControlSyncJobId = default(string), System.DateTimeOffset creationTime = default(System.DateTimeOffset), string provisioningState = default(string), System.DateTimeOffset? startTime = default(System.DateTimeOffset?), System.DateTimeOffset? endTime = default(System.DateTimeOffset?), string syncType = default(string)) { Name = name; @@ -113,8 +113,8 @@ public SourceControlSyncJob() public System.DateTimeOffset? EndTime { get; private set; } /// - /// Gets or sets the sync type. Possible values include: - /// 'IncrementalSync', 'FullSync' + /// Gets or sets the sync type. Possible values include: 'PartialSync', + /// 'FullSync' /// [JsonProperty(PropertyName = "properties.syncType")] public string SyncType { get; set; } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJobById.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJobById.cs index 9dc5c78cad257..686ce548905ea 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJobById.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/SourceControlSyncJobById.cs @@ -41,8 +41,8 @@ public SourceControlSyncJobById() /// The start time of the job. /// The end time of the job. /// The sync type. Possible values include: - /// 'IncrementalSync', 'FullSync' - /// The exceptions that occured while running + /// 'PartialSync', 'FullSync' + /// The exceptions that occurred while running /// the sync job. public SourceControlSyncJobById(string id = default(string), string sourceControlSyncJobId = default(string), System.DateTimeOffset creationTime = default(System.DateTimeOffset), string provisioningState = default(string), System.DateTimeOffset? startTime = default(System.DateTimeOffset?), System.DateTimeOffset? endTime = default(System.DateTimeOffset?), string syncType = default(string), string exception = default(string)) { @@ -100,14 +100,14 @@ public SourceControlSyncJobById() public System.DateTimeOffset? EndTime { get; private set; } /// - /// Gets or sets the sync type. Possible values include: - /// 'IncrementalSync', 'FullSync' + /// Gets or sets the sync type. Possible values include: 'PartialSync', + /// 'FullSync' /// [JsonProperty(PropertyName = "properties.syncType")] public string SyncType { get; set; } /// - /// Gets or sets the exceptions that occured while running the sync + /// Gets or sets the exceptions that occurred while running the sync /// job. /// [JsonProperty(PropertyName = "properties.exception")] diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/SyncType.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/SyncType.cs index 52d4334f9a940..106d73e92f54f 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/SyncType.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/SyncType.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Automation.Models /// public static class SyncType { - public const string IncrementalSync = "IncrementalSync"; + public const string PartialSync = "PartialSync"; public const string FullSync = "FullSync"; } } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/TargetProperties.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/TargetProperties.cs index 05b2fc9a27530..7c39b172b6ee6 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/TargetProperties.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/TargetProperties.cs @@ -33,9 +33,12 @@ public TargetProperties() /// /// List of Azure queries in the software /// update configuration. - public TargetProperties(IList azureQueries = default(IList)) + /// List of non Azure queries in the + /// software update configuration. + public TargetProperties(IList azureQueries = default(IList), IList nonAzureQueries = default(IList)) { AzureQueries = azureQueries; + NonAzureQueries = nonAzureQueries; CustomInit(); } @@ -51,5 +54,12 @@ public TargetProperties() [JsonProperty(PropertyName = "azureQueries")] public IList AzureQueries { get; set; } + /// + /// Gets or sets list of non Azure queries in the software update + /// configuration. + /// + [JsonProperty(PropertyName = "nonAzureQueries")] + public IList NonAzureQueries { get; set; } + } } diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/UpdateConfiguration.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/UpdateConfiguration.cs index a94502ef90838..2c528b9f3a003 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/UpdateConfiguration.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/UpdateConfiguration.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Automation.Models using System.Linq; /// - /// Update specifc properties of the software update configuration. + /// Update specific properties of the software update configuration. /// public partial class UpdateConfiguration { diff --git a/src/SDKs/Automation/Management.Automation/Generated/Models/Variable.cs b/src/SDKs/Automation/Management.Automation/Generated/Models/Variable.cs index 95e59bebdf770..ac0d7d06bbd0a 100644 --- a/src/SDKs/Automation/Management.Automation/Generated/Models/Variable.cs +++ b/src/SDKs/Automation/Management.Automation/Generated/Models/Variable.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Automation.Models using System.Linq; /// - /// Definition of the varible. + /// Definition of the variable. /// [Rest.Serialization.JsonTransformation] public partial class Variable : ProxyResource