Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

[FEATURE REQ] exclude implementation package from msdocs #1363

Closed weidongxu-microsoft closed 3 years ago

weidongxu-microsoft commented 3 years ago

We could add “excludepackages” as below, please kindly give it a try and let me know if there is any issue.

            {
                    "packageArtifactId": "azure-resourcemanager-network",
                    "packageGroupId": "com.azure.resourcemanager",
                    "packageDownloadUrl": "https://repo1.maven.org/maven2",

                    "packageVersion": "2.1.0",
                "excludepackages": "com.azure.resourcemanager.resources.implementation",
                    "excludePath": [],
                    "inputPath": []
                },

The format like com.azure.resourcemanager.resources.implementation. does not support at this moment, if there are multiple packages to exclude, they need to be listed directly and separated by “:”. Here is an example for your reference. We do have the feature to .implementation. pattern planned in February.