Skip to content

Commit d768626

Browse files
azure-sdkm-nash
andauthored
Update AutoRest C# version (Azure#20446)
* Update AutoRest C# version to 3.0.0-beta.20210426.2 * update manual lro implementations to use the new internals * Update AutoRest C# version to 3.0.0-beta.20210428.2 Co-authored-by: m-nash <prognash@gmail.com>
1 parent 5aaee2e commit d768626

File tree

43 files changed

+77
-77
lines changed

Some content is hidden

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

43 files changed

+77
-77
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
All should have PrivateAssets="All" set so they don't become pacakge dependencies
127127
-->
128128
<ItemGroup>
129-
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20210414.5" PrivateAssets="All" />
129+
<PackageReference Update="Microsoft.Azure.AutoRest.CSharp" Version="3.0.0-beta.20210428.2" PrivateAssets="All" />
130130
<PackageReference Update="Azure.ClientSdk.Analyzers" Version="0.1.1-dev.20210322.2" PrivateAssets="All" />
131131
<PackageReference Update="coverlet.collector" Version="1.3.0" PrivateAssets="All" />
132132
<PackageReference Update="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1" PrivateAssets="All" />

sdk/communication/Azure.Communication.PhoneNumbers/src/Generated/InternalPurchasePhoneNumbersOperation.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.PhoneNumbers/src/Generated/InternalReleasePhoneNumberOperation.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.PhoneNumbers/src/Generated/SearchAvailablePhoneNumbersOperation.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.PhoneNumbers/src/Generated/UpdatePhoneNumberCapabilitiesOperation.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.PhoneNumbers/src/InternalPurchasePhoneNumbersOperation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal partial class InternalPurchasePhoneNumbersOperation
1111
{
1212
internal InternalPurchasePhoneNumbersOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response)
1313
{
14-
_operation = new ArmOperationHelpers<Response>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "PurchasePhoneNumbersOperation");
14+
_operation = new OperationInternals<Response>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "PurchasePhoneNumbersOperation");
1515

1616
if (response.Headers.TryGetValue<string>("operation-id", out var id))
1717
{

sdk/communication/Azure.Communication.PhoneNumbers/src/InternalReleasePhoneNumberOperation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal partial class InternalReleasePhoneNumberOperation
1111
{
1212
internal InternalReleasePhoneNumberOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response)
1313
{
14-
_operation = new ArmOperationHelpers<Response>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "ReleasePhoneNumberOperation");
14+
_operation = new OperationInternals<Response>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "ReleasePhoneNumberOperation");
1515

1616
if (response.Headers.TryGetValue<string>("operation-id", out var id))
1717
{

sdk/communication/Azure.Communication.PhoneNumbers/src/SearchAvailablePhoneNumbersOperation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public partial class SearchAvailablePhoneNumbersOperation
1111
{
1212
internal SearchAvailablePhoneNumbersOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response)
1313
{
14-
_operation = new ArmOperationHelpers<PhoneNumberSearchResult>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "SearchAvailablePhoneNumbersOperation");
14+
_operation = new OperationInternals<PhoneNumberSearchResult>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "SearchAvailablePhoneNumbersOperation");
1515

1616
if (response.Headers.TryGetValue<string>("operation-id", out var id))
1717
{

sdk/communication/Azure.Communication.PhoneNumbers/src/UpdatePhoneNumberCapabilitiesOperation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public partial class UpdatePhoneNumberCapabilitiesOperation
1111
{
1212
internal UpdatePhoneNumberCapabilitiesOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response)
1313
{
14-
_operation = new ArmOperationHelpers<PurchasedPhoneNumber>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "UpdatePhoneNumberCapabilitiesOperation");
14+
_operation = new OperationInternals<PurchasedPhoneNumber>(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "UpdatePhoneNumberCapabilitiesOperation");
1515

1616
if (response.Headers.TryGetValue<string>("operation-id", out var id))
1717
{

sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/DataFlowCreateOrUpdateDataFlowOperation.cs

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

0 commit comments

Comments
 (0)