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

[ACS JobRouter] Update autorest to point to new swagger specs #37565

Merged
merged 1 commit into from
Jul 12, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -635,11 +635,6 @@ public UnassignJobOptions(string jobId, string assignmentId) { }
public string AssignmentId { get { throw null; } }
public string JobId { get { throw null; } }
}
public partial class UnassignJobRequest
{
public UnassignJobRequest() { }
public bool? SuspendMatching { get { throw null; } set { } }
}
public partial class UpdateClassificationPolicyOptions
{
public UpdateClassificationPolicyOptions(string classificationPolicyId) { }
Expand Down

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
@@ -0,0 +1,12 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Azure.Core;

namespace Azure.Communication.JobRouter
{
[CodeGenModel("UnassignJobRequest")]
internal partial class UnassignJobRequest
{
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If any of the new objects needs to be overwritten, add the required changes to t
tag: package-jobrouter-2022-07-18-preview
model-namespace: false
require:
- https://raw.githubusercontent.com/williamzhao87/azure-rest-api-specs/c6b35542072b325bfc07c32f5fc05fb5da6891bd/specification/communication/data-plane/JobRouter/readme.md
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/29159d148372f5f61cb04b76fc87252b13c62515/specification/communication/data-plane/JobRouter/readme.md

generation1-convenience-client: true
reflect-api-versions: true
Expand Down