Skip to content

Commit 44b4c17

Browse files
chsamala2chsamala
andauthored
Add support for Azure active directory authentication in Azure Automation (Azure#23804)
* Add support for Azure active directory authentication * Add files via upload * All Testcases passing * Delete pswindowsupdate.2.2.0.2.zip * Done Co-authored-by: Sekhar Samala <[email protected]>
1 parent edd226f commit 44b4c17

File tree

61 files changed

+4668
-94359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4668
-94359
lines changed

eng/mgmt/mgmtmetadata/automation_resource-manager.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/automation/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\myWorkingDirectoryNew\azure-sdk-for-net\sdk
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/automation/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\vsrc\vcode1\azure-sdk-for-net\sdk
77
Autorest CSharp Version: 2.3.82
8-
2021-03-29 06:53:33 UTC
8+
2021-09-14 11:12:23 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
11-
Branch: master
12-
Commit: 7eb57e7d969380ed72039d150ab35f731ebf8a73
11+
Branch: main
12+
Commit: 7326c66014c2180e83c52c30f150eea094613ca4
1313
AutoRest information
1414
Requested version: v2
1515
Bootstrapper version: [email protected]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>Automation_2015-10-31;Automation_2018-01-15;Automation_2017-05-15-preview;Automation_2018-06-30;Automation_2019-06-01;Automation_2020-01-13-preview;</AzureApiTag>
4+
<AzureApiTag>Automation_2015-10-31;Automation_2018-01-15;Automation_2017-05-15-preview;Automation_2018-06-30;Automation_2019-06-01;Automation_2020-01-13-preview;Automation_2021-06-22;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/AutomationAccountOperations.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/automation/Microsoft.Azure.Management.Automation/src/Generated/AutomationClient.cs

Lines changed: 226 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)