|
654 | 654 | "old": "method java.util.Map<java.lang.String, java.util.List<com.azure.search.documents.models.FacetResult>> com.azure.search.documents.util.SearchPagedResponse::getFacets()", |
655 | 655 | "justification": "Non-breaking change as class is final." |
656 | 656 | }, |
657 | | - { |
658 | | - "code": "java.field.enumConstantOrderChanged", |
659 | | - "old": { |
660 | | - "matcher": "regex", |
661 | | - "match": "field com\\.azure\\.resourcemanager\\.storage\\.models\\.ProvisioningState\\.(CANCELED|DELETING|FAILED)" |
662 | | - }, |
663 | | - "justification": "Add Accepted to ProvisioningState." |
664 | | - }, |
665 | 657 | { |
666 | 658 | "code": "java.method.varargOverloadsOnlyDifferInVarargParameter", |
667 | 659 | "old": { |
|
703 | 695 | "code": "java.method.removed", |
704 | 696 | "old": "method com.azure.resourcemanager.monitor.models.AutoscaleNotification com.azure.resourcemanager.monitor.models.AutoscaleNotification::withOperation(java.lang.String)", |
705 | 697 | "justification": "The property is a constant, and hence not settable." |
| 698 | + }, |
| 699 | + { |
| 700 | + "ignore": true, |
| 701 | + "code": "java.class.removed", |
| 702 | + "old" : { |
| 703 | + "matcher": "regex", |
| 704 | + "match": "class com\\.azure\\.resourcemanager\\.keyvault\\.models\\..*ListResult" |
| 705 | + }, |
| 706 | + "justification": "Pageable models moved to implementation package. Unlikely used by user." |
| 707 | + }, |
| 708 | + { |
| 709 | + "ignore": true, |
| 710 | + "code": "java.method.visibilityReduced", |
| 711 | + "old" : { |
| 712 | + "matcher": "regex", |
| 713 | + "match": "method void com\\.azure\\.resourcemanager\\.keyvault\\.models\\..*\\:\\:\\<init\\>\\(\\)" |
| 714 | + }, |
| 715 | + "justification": "Output-only immutable models' constructors are now private." |
| 716 | + }, |
| 717 | + { |
| 718 | + "ignore": true, |
| 719 | + "code": "java.method.removed", |
| 720 | + "old" : { |
| 721 | + "matcher": "regex", |
| 722 | + "match": "method .* com\\.azure\\.resourcemanager\\.keyvault\\.models\\..*\\:\\:with.*\\(.*\\).*" |
| 723 | + }, |
| 724 | + "justification": "Output-only immutable models' setters are now package-private if it's being used by child class." |
| 725 | + }, |
| 726 | + { |
| 727 | + "ignore": true, |
| 728 | + "code": "java.method.visibilityReduced", |
| 729 | + "old" : { |
| 730 | + "matcher": "regex", |
| 731 | + "match": "method .* com\\.azure\\.resourcemanager\\.keyvault\\.models\\..*\\:\\:with.*\\(.*\\).*" |
| 732 | + }, |
| 733 | + "justification": "Output-only immutable models' setters are removed if no explicit usage." |
| 734 | + }, |
| 735 | + { |
| 736 | + "regex": true, |
| 737 | + "code": "java\\.missing\\.(oldSuperType|newSuperType)", |
| 738 | + "old" : "class com\\.azure\\.resourcemanager\\.keyvault\\.models\\..*Resource", |
| 739 | + "justification": "TypeSpec fix for base resource class." |
| 740 | + }, |
| 741 | + { |
| 742 | + "code": "java.class.removed", |
| 743 | + "old" : "class com.azure.resourcemanager.keyvault.models.ProxyResourceWithoutSystemData", |
| 744 | + "justification": "TypeSpec fix for base resource class." |
| 745 | + }, |
| 746 | + { |
| 747 | + "regex": true, |
| 748 | + "code": ".*", |
| 749 | + "old": ".*com.azure.resourcemanager.keyvault.models.Reason.*", |
| 750 | + "justification": "\"Reason\" enum has changed from sealed to expandable." |
706 | 751 | } |
707 | 752 | ] |
708 | 753 | } |
|
0 commit comments