Skip to content

Commit c3daf00

Browse files
mgmt, fix generated code (Azure#25814)
* mgmt, fix minor bug from old codegen * mgmt, reformat generated code
1 parent e8a0549 commit c3daf00

File tree

299 files changed

+1641
-640
lines changed

Some content is hidden

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

299 files changed

+1641
-640
lines changed

sdk/resourcemanager/azure-resourcemanager-appplatform/src/main/java/com/azure/resourcemanager/appplatform/implementation/AppsClientImpl.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,11 @@ public PollerFlux<PollResult<AppResourceInner>, AppResourceInner> beginCreateOrU
539539
return this
540540
.client
541541
.<AppResourceInner, AppResourceInner>getLroResult(
542-
mono, this.client.getHttpPipeline(), AppResourceInner.class, AppResourceInner.class, this.client.getContext());
542+
mono,
543+
this.client.getHttpPipeline(),
544+
AppResourceInner.class,
545+
AppResourceInner.class,
546+
this.client.getContext());
543547
}
544548

545549
/**
@@ -813,7 +817,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(
813817
Mono<Response<Flux<ByteBuffer>>> mono = deleteWithResponseAsync(resourceGroupName, serviceName, appName);
814818
return this
815819
.client
816-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
820+
.<Void, Void>getLroResult(
821+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
817822
}
818823

819824
/**
@@ -1090,7 +1095,11 @@ public PollerFlux<PollResult<AppResourceInner>, AppResourceInner> beginUpdateAsy
10901095
return this
10911096
.client
10921097
.<AppResourceInner, AppResourceInner>getLroResult(
1093-
mono, this.client.getHttpPipeline(), AppResourceInner.class, AppResourceInner.class, this.client.getContext());
1098+
mono,
1099+
this.client.getHttpPipeline(),
1100+
AppResourceInner.class,
1101+
AppResourceInner.class,
1102+
this.client.getContext());
10941103
}
10951104

10961105
/**

sdk/resourcemanager/azure-resourcemanager-appplatform/src/main/java/com/azure/resourcemanager/appplatform/implementation/BindingsClientImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(
884884
deleteWithResponseAsync(resourceGroupName, serviceName, appName, bindingName);
885885
return this
886886
.client
887-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
887+
.<Void, Void>getLroResult(
888+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
888889
}
889890

890891
/**

sdk/resourcemanager/azure-resourcemanager-appplatform/src/main/java/com/azure/resourcemanager/appplatform/implementation/CertificatesClientImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(
802802
deleteWithResponseAsync(resourceGroupName, serviceName, certificateName);
803803
return this
804804
.client
805-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
805+
.<Void, Void>getLroResult(
806+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
806807
}
807808

808809
/**

sdk/resourcemanager/azure-resourcemanager-appplatform/src/main/java/com/azure/resourcemanager/appplatform/implementation/CustomDomainsClientImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(
890890
deleteWithResponseAsync(resourceGroupName, serviceName, appName, domainName);
891891
return this
892892
.client
893-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
893+
.<Void, Void>getLroResult(
894+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
894895
}
895896

896897
/**

sdk/resourcemanager/azure-resourcemanager-appplatform/src/main/java/com/azure/resourcemanager/appplatform/implementation/DeploymentsClientImpl.java

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(
954954
deleteWithResponseAsync(resourceGroupName, serviceName, appName, deploymentName);
955955
return this
956956
.client
957-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
957+
.<Void, Void>getLroResult(
958+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
958959
}
959960

960961
/**
@@ -2054,7 +2055,8 @@ public PollerFlux<PollResult<Void>, Void> beginStartAsync(
20542055
startWithResponseAsync(resourceGroupName, serviceName, appName, deploymentName);
20552056
return this
20562057
.client
2057-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
2058+
.<Void, Void>getLroResult(
2059+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
20582060
}
20592061

20602062
/**
@@ -2335,7 +2337,8 @@ public PollerFlux<PollResult<Void>, Void> beginStopAsync(
23352337
stopWithResponseAsync(resourceGroupName, serviceName, appName, deploymentName);
23362338
return this
23372339
.client
2338-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
2340+
.<Void, Void>getLroResult(
2341+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
23392342
}
23402343

23412344
/**
@@ -2616,7 +2619,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestartAsync(
26162619
restartWithResponseAsync(resourceGroupName, serviceName, appName, deploymentName);
26172620
return this
26182621
.client
2619-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
2622+
.<Void, Void>getLroResult(
2623+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
26202624
}
26212625

26222626
/**

sdk/resourcemanager/azure-resourcemanager-appplatform/src/main/java/com/azure/resourcemanager/appplatform/implementation/ServicesClientImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(String resourceGroupN
805805
Mono<Response<Flux<ByteBuffer>>> mono = deleteWithResponseAsync(resourceGroupName, serviceName);
806806
return this
807807
.client
808-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
808+
.<Void, Void>getLroResult(
809+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
809810
}
810811

811812
/**

sdk/resourcemanager/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/AppServiceEnvironmentsClientImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(
18631863
Mono<Response<Flux<ByteBuffer>>> mono = deleteWithResponseAsync(resourceGroupName, name, forceDelete);
18641864
return this
18651865
.client
1866-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
1866+
.<Void, Void>getLroResult(
1867+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
18671868
}
18681869

18691870
/**

sdk/resourcemanager/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/KubeEnvironmentsClientImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(String resourceGroupN
10161016
Mono<Response<Flux<ByteBuffer>>> mono = deleteWithResponseAsync(resourceGroupName, name);
10171017
return this
10181018
.client
1019-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
1019+
.<Void, Void>getLroResult(
1020+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
10201021
}
10211022

10221023
/**

sdk/resourcemanager/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/StaticSitesClientImpl.java

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteAsync(String resourceGroupN
19671967
Mono<Response<Flux<ByteBuffer>>> mono = deleteWithResponseAsync(resourceGroupName, name);
19681968
return this
19691969
.client
1970-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
1970+
.<Void, Void>getLroResult(
1971+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
19711972
}
19721973

19731974
/**
@@ -3309,7 +3310,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteStaticSiteBuildAsync(
33093310
deleteStaticSiteBuildWithResponseAsync(resourceGroupName, name, environmentName);
33103311
return this
33113312
.client
3312-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
3313+
.<Void, Void>getLroResult(
3314+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
33133315
}
33143316

33153317
/**
@@ -5649,7 +5651,8 @@ public PollerFlux<PollResult<Void>, Void> beginCreateZipDeploymentForStaticSiteB
56495651
resourceGroupName, name, environmentName, staticSiteZipDeploymentEnvelope);
56505652
return this
56515653
.client
5652-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
5654+
.<Void, Void>getLroResult(
5655+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
56535656
}
56545657

56555658
/**
@@ -7192,7 +7195,8 @@ public PollerFlux<PollResult<Void>, Void> beginDeleteStaticSiteCustomDomainAsync
71927195
deleteStaticSiteCustomDomainWithResponseAsync(resourceGroupName, name, domainName);
71937196
return this
71947197
.client
7195-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
7198+
.<Void, Void>getLroResult(
7199+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
71967200
}
71977201

71987202
/**
@@ -7480,7 +7484,8 @@ public PollerFlux<PollResult<Void>, Void> beginValidateCustomDomainCanBeAddedToS
74807484
resourceGroupName, name, domainName, staticSiteCustomDomainRequestPropertiesEnvelope);
74817485
return this
74827486
.client
7483-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
7487+
.<Void, Void>getLroResult(
7488+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
74847489
}
74857490

74867491
/**
@@ -7771,7 +7776,8 @@ public PollerFlux<PollResult<Void>, Void> beginDetachStaticSiteAsync(String reso
77717776
Mono<Response<Flux<ByteBuffer>>> mono = detachStaticSiteWithResponseAsync(resourceGroupName, name);
77727777
return this
77737778
.client
7774-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
7779+
.<Void, Void>getLroResult(
7780+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
77757781
}
77767782

77777783
/**
@@ -11088,7 +11094,8 @@ public PollerFlux<PollResult<Void>, Void> beginCreateZipDeploymentForStaticSiteA
1108811094
createZipDeploymentForStaticSiteWithResponseAsync(resourceGroupName, name, staticSiteZipDeploymentEnvelope);
1108911095
return this
1109011096
.client
11091-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
11097+
.<Void, Void>getLroResult(
11098+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
1109211099
}
1109311100

1109411101
/**

sdk/resourcemanager/azure-resourcemanager-appservice/src/main/java/com/azure/resourcemanager/appservice/implementation/WebAppsClientImpl.java

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9635,7 +9635,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreAsync(
96359635
Mono<Response<Flux<ByteBuffer>>> mono = restoreWithResponseAsync(resourceGroupName, name, backupId, request);
96369636
return this
96379637
.client
9638-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
9638+
.<Void, Void>getLroResult(
9639+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
96399640
}
96409641

96419642
/**
@@ -27904,7 +27905,11 @@ public PollerFlux<PollResult<OperationInner>, OperationInner> beginMigrateMySqlA
2790427905
return this
2790527906
.client
2790627907
.<OperationInner, OperationInner>getLroResult(
27907-
mono, this.client.getHttpPipeline(), OperationInner.class, OperationInner.class, this.client.getContext());
27908+
mono,
27909+
this.client.getHttpPipeline(),
27910+
OperationInner.class,
27911+
OperationInner.class,
27912+
this.client.getContext());
2790827913
}
2790927914

2791027915
/**
@@ -35781,7 +35786,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreFromBackupBlobAsync(
3578135786
restoreFromBackupBlobWithResponseAsync(resourceGroupName, name, request);
3578235787
return this
3578335788
.client
35784-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
35789+
.<Void, Void>getLroResult(
35790+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
3578535791
}
3578635792

3578735793
/**
@@ -36038,7 +36044,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreFromDeletedAppAsync(
3603836044
restoreFromDeletedAppWithResponseAsync(resourceGroupName, name, restoreRequest);
3603936045
return this
3604036046
.client
36041-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
36047+
.<Void, Void>getLroResult(
36048+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
3604236049
}
3604336050

3604436051
/**
@@ -36299,7 +36306,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreSnapshotAsync(
3629936306
restoreSnapshotWithResponseAsync(resourceGroupName, name, restoreRequest);
3630036307
return this
3630136308
.client
36302-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
36309+
.<Void, Void>getLroResult(
36310+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
3630336311
}
3630436312

3630536313
/**
@@ -39719,7 +39727,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreSlotAsync(
3971939727
restoreSlotWithResponseAsync(resourceGroupName, name, backupId, slot, request);
3972039728
return this
3972139729
.client
39722-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
39730+
.<Void, Void>getLroResult(
39731+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
3972339732
}
3972439733

3972539734
/**
@@ -67789,7 +67798,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreFromBackupBlobSlotAsync(
6778967798
restoreFromBackupBlobSlotWithResponseAsync(resourceGroupName, name, slot, request);
6779067799
return this
6779167800
.client
67792-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
67801+
.<Void, Void>getLroResult(
67802+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
6779367803
}
6779467804

6779567805
/**
@@ -68073,7 +68083,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreFromDeletedAppSlotAsync(
6807368083
restoreFromDeletedAppSlotWithResponseAsync(resourceGroupName, name, slot, restoreRequest);
6807468084
return this
6807568085
.client
68076-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
68086+
.<Void, Void>getLroResult(
68087+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
6807768088
}
6807868089

6807968090
/**
@@ -68354,7 +68365,8 @@ public PollerFlux<PollResult<Void>, Void> beginRestoreSnapshotSlotAsync(
6835468365
restoreSnapshotSlotWithResponseAsync(resourceGroupName, name, slot, restoreRequest);
6835568366
return this
6835668367
.client
68357-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
68368+
.<Void, Void>getLroResult(
68369+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
6835868370
}
6835968371

6836068372
/**
@@ -69692,7 +69704,8 @@ public PollerFlux<PollResult<Void>, Void> beginSwapSlotAsync(
6969269704
swapSlotWithResponseAsync(resourceGroupName, name, slot, slotSwapEntity);
6969369705
return this
6969469706
.client
69695-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
69707+
.<Void, Void>getLroResult(
69708+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
6969669709
}
6969769710

6969869711
/**
@@ -75953,7 +75966,8 @@ public PollerFlux<PollResult<Void>, Void> beginSwapSlotWithProductionAsync(
7595375966
swapSlotWithProductionWithResponseAsync(resourceGroupName, name, slotSwapEntity);
7595475967
return this
7595575968
.client
75956-
.<Void, Void>getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
75969+
.<Void, Void>getLroResult(
75970+
mono, this.client.getHttpPipeline(), Void.class, Void.class, this.client.getContext());
7595775971
}
7595875972

7595975973
/**

0 commit comments

Comments
 (0)