Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tsp, mgmt, move Paged model to implementation.models #2701

Merged

Conversation

weidongxu-microsoft
Copy link
Member

@weidongxu-microsoft weidongxu-microsoft commented Apr 17, 2024

updated module-info.java as well

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) TypeSpec Code Generator.

module com.cadl.armresourceprovider {
    requires transitive com.azure.core.management;
    exports com.cadl.armresourceprovider;
    exports com.cadl.armresourceprovider.fluent;
    exports com.cadl.armresourceprovider.fluent.models;
    exports com.cadl.armresourceprovider.models;
    opens com.cadl.armresourceprovider.fluent.models to com.azure.core, com.fasterxml.jackson.databind;
    opens com.cadl.armresourceprovider.models to com.azure.core, com.fasterxml.jackson.databind;
    opens com.cadl.armresourceprovider.implementation.models to com.azure.core, com.fasterxml.jackson.databind;
}

@weidongxu-microsoft weidongxu-microsoft marked this pull request as ready for review April 17, 2024 03:49
@weidongxu-microsoft weidongxu-microsoft merged commit b8d4f4d into Azure:main Apr 17, 2024
5 checks passed
@weidongxu-microsoft weidongxu-microsoft deleted the tsp_mgmt-move-Paged-to-impl branch April 17, 2024 03:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants