Skip to content

Commit

Permalink
Rename LRO classes to be singular resource (Azure#23075)
Browse files Browse the repository at this point in the history
* Rename LRO classes to be singular resource

* update comments and api

* update operation initialization
  • Loading branch information
m-nash authored Aug 3, 2021
1 parent 4abd599 commit 5ee93ed
Show file tree
Hide file tree
Showing 21 changed files with 181 additions and 181 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public partial class PredefinedTagCreateOrUpdateOperation : Operation<Predefined
{
private readonly OperationOrResponseInternals<PredefinedTag> _operation;

/// <summary> Initializes a new instance of PreDefinedTagCreateOrUpdateOperation for mocking. </summary>
/// <summary> Initializes a new instance of PredefinedTagCreateOrUpdateOperation for mocking. </summary>
protected PredefinedTagCreateOrUpdateOperation()
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ public partial class PredefinedTagDeleteOperation : Operation
{
private readonly OperationOrResponseInternals _operation;

/// <summary> Initializes a new instance of PreDefinedTagDeleteOperation for mocking. </summary>
/// <summary> Initializes a new instance of PredefinedTagDeleteOperation for mocking. </summary>
protected PredefinedTagDeleteOperation()
{
}

internal PredefinedTagDeleteOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response)
{
_operation = new OperationOrResponseInternals(clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "PreDefinedTagDeleteOperation");
_operation = new OperationOrResponseInternals(clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "PredefinedTagDeleteOperation");
}

/// <inheritdoc />
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.

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.

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

Loading

0 comments on commit 5ee93ed

Please sign in to comment.