Skip to content

Commit 16cb604

Browse files
mgmt, fix unnamed class (Azure#30480)
1 parent 676c85b commit 16cb604

File tree

513 files changed

+3263
-3304
lines changed

Some content is hidden

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

513 files changed

+3263
-3304
lines changed

sdk/resourcemanager/azure-resourcemanager-cdn/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
## 2.18.0-beta.1 (Unreleased)
44

5-
### Features Added
6-
75
### Breaking Changes
86

9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Fixed incorrect class names of `MetricsResponseSeriesItemData`, `WafMetricsResponseSeriesItemData`, `WafRankingsResponseDataItemMetric`.
8+
- Removed classes not supported in backend `ManagedServiceIdentity`, `UserAssignedIdentity`, `ManagedServiceIdentityType`.
129

1310
## 2.17.0 (2022-07-25)
1411

sdk/resourcemanager/azure-resourcemanager-cdn/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<javaModulesSurefireArgLine>
4444
--add-opens com.azure.resourcemanager.cdn/com.azure.resourcemanager.cdn=ALL-UNNAMED
4545
</javaModulesSurefireArgLine>
46+
<revapi.skip>true</revapi.skip>
4647
</properties>
4748

4849
<developers>

sdk/resourcemanager/azure-resourcemanager-cdn/src/main/java/com/azure/resourcemanager/cdn/fluent/AfdEndpointsClient.java

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ void purgeContent(
712712
Context context);
713713

714714
/**
715-
* Checks the quota and actual usage of endpoints under the given CDN profile.
715+
* Checks the quota and actual usage of the given AzureFrontDoor endpoint under the given CDN profile.
716716
*
717717
* @param resourceGroupName Name of the Resource group within the Azure subscription.
718718
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -727,7 +727,7 @@ void purgeContent(
727727
PagedFlux<UsageInner> listResourceUsageAsync(String resourceGroupName, String profileName, String endpointName);
728728

729729
/**
730-
* Checks the quota and actual usage of endpoints under the given CDN profile.
730+
* Checks the quota and actual usage of the given AzureFrontDoor endpoint under the given CDN profile.
731731
*
732732
* @param resourceGroupName Name of the Resource group within the Azure subscription.
733733
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -742,7 +742,7 @@ void purgeContent(
742742
PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String endpointName);
743743

744744
/**
745-
* Checks the quota and actual usage of endpoints under the given CDN profile.
745+
* Checks the quota and actual usage of the given AzureFrontDoor endpoint under the given CDN profile.
746746
*
747747
* @param resourceGroupName Name of the Resource group within the Azure subscription.
748748
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -759,7 +759,8 @@ PagedIterable<UsageInner> listResourceUsage(
759759
String resourceGroupName, String profileName, String endpointName, Context context);
760760

761761
/**
762-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
762+
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.This api isn't work for
763+
* apex domain.
763764
*
764765
* @param resourceGroupName Name of the Resource group within the Azure subscription.
765766
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -779,7 +780,8 @@ Mono<Response<ValidateCustomDomainOutputInner>> validateCustomDomainWithResponse
779780
ValidateCustomDomainInput customDomainProperties);
780781

781782
/**
782-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
783+
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.This api isn't work for
784+
* apex domain.
783785
*
784786
* @param resourceGroupName Name of the Resource group within the Azure subscription.
785787
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -799,7 +801,8 @@ Mono<ValidateCustomDomainOutputInner> validateCustomDomainAsync(
799801
ValidateCustomDomainInput customDomainProperties);
800802

801803
/**
802-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
804+
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.This api isn't work for
805+
* apex domain.
803806
*
804807
* @param resourceGroupName Name of the Resource group within the Azure subscription.
805808
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -819,7 +822,8 @@ ValidateCustomDomainOutputInner validateCustomDomain(
819822
ValidateCustomDomainInput customDomainProperties);
820823

821824
/**
822-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
825+
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.This api isn't work for
826+
* apex domain.
823827
*
824828
* @param resourceGroupName Name of the Resource group within the Azure subscription.
825829
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique

sdk/resourcemanager/azure-resourcemanager-cdn/src/main/java/com/azure/resourcemanager/cdn/fluent/AfdOriginGroupsClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
526526
void delete(String resourceGroupName, String profileName, String originGroupName, Context context);
527527

528528
/**
529-
* Checks the quota and actual usage of endpoints under the given CDN profile.
529+
* Checks the quota and actual usage of the given AzureFrontDoor origin group under the given CDN profile.
530530
*
531531
* @param resourceGroupName Name of the Resource group within the Azure subscription.
532532
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -541,7 +541,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
541541
PagedFlux<UsageInner> listResourceUsageAsync(String resourceGroupName, String profileName, String originGroupName);
542542

543543
/**
544-
* Checks the quota and actual usage of endpoints under the given CDN profile.
544+
* Checks the quota and actual usage of the given AzureFrontDoor origin group under the given CDN profile.
545545
*
546546
* @param resourceGroupName Name of the Resource group within the Azure subscription.
547547
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique
@@ -556,7 +556,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
556556
PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, String originGroupName);
557557

558558
/**
559-
* Checks the quota and actual usage of endpoints under the given CDN profile.
559+
* Checks the quota and actual usage of the given AzureFrontDoor origin group under the given CDN profile.
560560
*
561561
* @param resourceGroupName Name of the Resource group within the Azure subscription.
562562
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique

sdk/resourcemanager/azure-resourcemanager-cdn/src/main/java/com/azure/resourcemanager/cdn/fluent/AfdProfilesClient.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/** An instance of this class provides access to all the operations defined in AfdProfilesClient. */
1919
public interface AfdProfilesClient {
2020
/**
21-
* Checks the quota and actual usage of endpoints under the given CDN profile.
21+
* Checks the quota and actual usage of AzureFrontDoor endpoints under the given CDN profile.
2222
*
2323
* @param resourceGroupName Name of the Resource group within the Azure subscription.
2424
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is
@@ -32,7 +32,7 @@ public interface AfdProfilesClient {
3232
PagedFlux<UsageInner> listResourceUsageAsync(String resourceGroupName, String profileName);
3333

3434
/**
35-
* Checks the quota and actual usage of endpoints under the given CDN profile.
35+
* Checks the quota and actual usage of AzureFrontDoor endpoints under the given CDN profile.
3636
*
3737
* @param resourceGroupName Name of the Resource group within the Azure subscription.
3838
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is
@@ -46,7 +46,7 @@ public interface AfdProfilesClient {
4646
PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName);
4747

4848
/**
49-
* Checks the quota and actual usage of endpoints under the given CDN profile.
49+
* Checks the quota and actual usage of AzureFrontDoor endpoints under the given CDN profile.
5050
*
5151
* @param resourceGroupName Name of the Resource group within the Azure subscription.
5252
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is
@@ -61,7 +61,7 @@ public interface AfdProfilesClient {
6161
PagedIterable<UsageInner> listResourceUsage(String resourceGroupName, String profileName, Context context);
6262

6363
/**
64-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
64+
* Check the name availability of a host name.
6565
*
6666
* @param resourceGroupName Name of the Resource group within the Azure subscription.
6767
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is
@@ -78,7 +78,7 @@ Mono<Response<CheckNameAvailabilityOutputInner>> checkHostnameAvailabilityWithRe
7878
String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput);
7979

8080
/**
81-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
81+
* Check the name availability of a host name.
8282
*
8383
* @param resourceGroupName Name of the Resource group within the Azure subscription.
8484
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is
@@ -94,7 +94,7 @@ Mono<CheckNameAvailabilityOutputInner> checkHostnameAvailabilityAsync(
9494
String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput);
9595

9696
/**
97-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
97+
* Check the name availability of a host name.
9898
*
9999
* @param resourceGroupName Name of the Resource group within the Azure subscription.
100100
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is
@@ -110,7 +110,7 @@ CheckNameAvailabilityOutputInner checkHostnameAvailability(
110110
String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput);
111111

112112
/**
113-
* Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
113+
* Check the name availability of a host name.
114114
*
115115
* @param resourceGroupName Name of the Resource group within the Azure subscription.
116116
* @param profileName Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is

0 commit comments

Comments
 (0)