Skip to content

Commit

Permalink
update autorest to point to new swagger specs (Azure#37565)
Browse files Browse the repository at this point in the history
- make UnassignJobRequest internal
  • Loading branch information
sarkar-rajarshi authored Jul 12, 2023
1 parent dd32ce4 commit adf80ce
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
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

0 comments on commit adf80ce

Please sign in to comment.