Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

upgrade-typespec-compiler-to-0.51.0 #2203

Merged
merged 20 commits into from
Jan 19, 2024

Conversation

qiaozha
Copy link
Member

@qiaozha qiaozha commented Jan 16, 2024

No description provided.

@qiaozha qiaozha changed the title upgrade-typespec-compiler-to-51.0 upgrade-typespec-compiler-to-51.0 && bump version to 0.20.0 Jan 16, 2024
@qiaozha qiaozha changed the title upgrade-typespec-compiler-to-51.0 && bump version to 0.20.0 upgrade-typespec-compiler-to-0.51.0 Jan 16, 2024
Copy link
Member

@MaryGao MaryGao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and just small confirmation.

@@ -9,7 +9,6 @@ options:
azureSdkForJs: false
isTypeSpecTest: true
isModularLibrary: true
hierarchyClient: false
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to enable the hierarchyClient for client structure related test as tcgc has an issue about indicating whether an interface has an @operationGroup decorator on it. and previously, we still respect the @operationGroup decorator even if the hierarchyClient is false and enableOperationGroup is not enabled.

@@ -7,4 +7,3 @@ export {
RenamedOperationClientOptions,
ServiceContext,
} from "./RenamedOperationContext.js";
export { renamedTwo, renamedFour, renamedSix } from "./group/index.js";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is expected as we require customer to access the operation under ./api/group subpath with hierarchyClient enabled.

@qiaozha
Copy link
Member Author

qiaozha commented Jan 19, 2024

merge it first as the tcgc bug should have furthur discussion on it. let me know if you have any concerns @joheredi @lirenhe @MaryGao

@qiaozha qiaozha merged commit 2ef9666 into Azure:main Jan 19, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants