@@ -20,6 +20,7 @@ namespace SdkCustomizations;
2020@@ access (putKeyValue , Access .internal , "python" );
2121@@ access (updateSnapshot , Access .internal , "python" );
2222@@ access (SnapshotUpdateParameters , Access .public , "python" );
23+ @@ clientName (Azure .Core .Foundations .Error , "CommonError" , "python" );
2324
2425// .NET specific customizations
2526@@ clientName (getKeyValue , "GetConfigurationSetting" , "csharp" );
@@ -43,4 +44,18 @@ namespace SdkCustomizations;
4344@@ alternateType (KeyValuesRequestParams .select , string [], "csharp" );
4445@@ alternateType (RevisionsRequestParams .select , string [], "csharp" );
4546
46- @@ clientName (Azure .Core .Foundations .Error , "CommonError" , "python" );
47+ // TypeScript specific customizations
48+ @@ clientName (Snapshot .expires , "expiresOn" , "javascript" );
49+ @@ clientName (Snapshot .created , "createdOn" , "javascript" );
50+ @@ clientName (
51+ Snapshot .retentionPeriod ,
52+ "retentionPeriodInSeconds" ,
53+ "javascript"
54+ );
55+ @@ clientName (Snapshot .size , "sizeInBytes" , "javascript" );
56+ @@ clientName (KeyValueFilter .key , "keyFilter" , "javascript" );
57+ @@ clientName (KeyValueFilter .label , "labelFilter" , "javascript" );
58+ @@ clientName (KeyValueFilter .tags , "tagsFilter" , "javascript" );
59+ @@ clientName (KeyValueFilter , "ConfigurationSettingsFilter" , "javascript" );
60+ @@ clientName (Snapshot , "ConfigurationSnapshot" , "javascript" );
61+ @@ clientName (AzureAppConfiguration , "AppConfigurationClient" , "javascript" );
0 commit comments