Skip to content

Add support for serialization of type bytearray#268

Merged
jiasli merged 3 commits intomicrosoft:devfrom
FumingZhang:fuming/support-bytearray-1122
Dec 1, 2022
Merged

Add support for serialization of type bytearray#268
jiasli merged 3 commits intomicrosoft:devfrom
FumingZhang:fuming/support-bytearray-1122

Conversation

@FumingZhang
Copy link
Contributor

For all preview API versions since 2022-09-02-preview, a new property named ManagedClusterSecurityProfileCustomCATrustCertificates is added in containerservice(AKS). The property is declared with type array, where the value of each item is of type string and format byte. Thus, the generated SDK declares the property as type [btyearray]. It could be seen that the serialization helpers that comes with the SDK could handle properties of type bytearray. But the serialization processing in knack is not competent, so opened this PR to add support for serialization of type bytearray.

@jiasli jiasli closed this Nov 24, 2022
@jiasli jiasli reopened this Nov 30, 2022
@wangzelin007
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@wangzelin007
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jiasli jiasli requested a review from bebound December 1, 2022 02:42
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