Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate SDK for new Swagger File, to remove 400 as expected response #20806

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/extendedlocation_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/extendedlocation/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\amalladi\test-apps\azure-sdk-for-net\sdk
2021-03-19 05:26:08 UTC
2021-05-03 15:47:00 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 86aebe0f4e974b72dffe19a293465a76d664f8e0
Commit: dceaa75fe47854ad7b0fcc0c7cf38677b4bb181f
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.ExtendedLocation</PackageId>
<Description>Provides Microsoft Azure ExtendedLocation operations.</Description>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0-beta.2</Version>
<AssemblyTitle>Microsoft Azure Management ExtendedLocation Library</AssemblyTitle>
<AssemblyName>Microsoft.Azure.Management.ExtendedLocationn</AssemblyName>
<PackageTags>ExtendedLocation;</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class CustomLocationTestData
public const string CassandraTest = "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator";
public const string AnsibleTest = "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster/providers/Microsoft.KubernetesConfiguration/extensions/cli-test-operator-ansible";
public const string NamespaceTest = "cli-operator-namespace";
public const string HostResourceIdTest = "subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster";
public const string HostResourceIdTest = "/subscriptions/a5015e1c-867f-4533-8541-85cd470d0cfb/resourceGroups/e2e-testing-rg/providers/Microsoft.Kubernetes/connectedClusters/cldfe2econnectedcluster";
public const string ResourceName = "cl-csharp-sdk-test";
}
}
Loading