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
SdkClient has property crossLanguageDefinitionId, but the new SdkClientType does not have this property.
We should add this information to SdkClientType.
exportinterfaceSdkClientType<TServiceOperationextendsSdkServiceOperation>{kind: "client";name: string;description?: string;details?: string;initialization: SdkInitializationType;methods: SdkMethod<TServiceOperation>[];apiVersions: string[];nameSpace: string;/** * @deprecated This property is deprecated. Look at `.arm` on `SdkContext` instead. */arm: boolean;}exportinterfaceSdkClient{kind: "SdkClient";name: string;service: Namespace;type: Namespace|Interface;/** * @deprecated This property is deprecated. Look at `.arm` on `SdkContext` instead. */arm: boolean;crossLanguageDefinitionId: string;}
The text was updated successfully, but these errors were encountered:
SdkClient
has propertycrossLanguageDefinitionId
, but the newSdkClientType
does not have this property.We should add this information to
SdkClientType
.The text was updated successfully, but these errors were encountered: