You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update codegen for breaking changes in pageable methods (#758)
* Update codegen for breaking changes in pageable methods
Updated code model to have discrete types for ClientMethodOptions,
PagerOptions, and PollerOptions from azure_core.
The constructor for Pager now requires a PagerContinuationKind argument
that's used to determine the emitted generic type parameters.
* update to official commit
* set release date
Copy file name to clipboardExpand all lines: packages/typespec-rust/src/tcgcadapter/adapter.ts
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1309,19 +1309,19 @@ export class Adapter {
1309
1309
methodOptionsStruct.lifetime=optionsLifetime;
1310
1310
methodOptionsStruct.docs.summary=`Options to be passed to ${this.asDocLink(`${rustClient.name}::${methodName}()`,`crate::generated::clients::${rustClient.name}::${methodName}()`)}`;
0 commit comments