Skip to content

Commit 65cb31c

Browse files
authored
Merge branch 'main' into vikeshi26/arm-leases-2026-05-28-partner-prs
2 parents 1473a80 + d675477 commit 65cb31c

3 files changed

Lines changed: 99 additions & 6 deletions

File tree

specification/ai/data-plane/VoiceLive/client.tsp

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,57 @@ using Azure.ClientGenerator.Core;
439439
@@clientName(VoiceLive.RequestSession, "VoiceLiveSessionOptions", "csharp");
440440
@@clientName(VoiceLive.ResponseSession, "VoiceLiveSessionResponse", "csharp");
441441
@@clientName(VoiceLive.AvatarConfig, "AvatarConfiguration", "csharp");
442+
@@clientName(VoiceLive.AvatarConfig.type, "AvatarKind", "csharp");
443+
@@clientName(VoiceLive.AvatarConfig.`model`, "BaseMode", "csharp");
444+
@@clientName(
445+
VoiceLive.AvatarConfig.output_audit_audio,
446+
"AuditOutputAudio",
447+
"csharp"
448+
);
449+
@@clientName(VoiceLive.PhotoAvatarBaseModes, "PhotoAvatarBaseMode", "csharp");
450+
@@clientName(
451+
VoiceLive.AzureAvatarVoiceSyncVoice,
452+
"AzureAvatarSyncVoice",
453+
"csharp"
454+
);
455+
@@clientName(
456+
VoiceLive.AzureAvatarVoiceSyncVoice.custom_lexicon_url,
457+
"CustomLexiconUri",
458+
"csharp"
459+
);
460+
@@clientName(
461+
VoiceLive.AzureAvatarVoiceSyncVoice.custom_text_normalization_url,
462+
"CustomTextNormalizationUri",
463+
"csharp"
464+
);
465+
@@clientName(
466+
VoiceLive.AzureCustomVoice.custom_text_normalization_url,
467+
"CustomTextNormalizationUri",
468+
"csharp"
469+
);
470+
@@clientName(
471+
VoiceLive.AzurePersonalVoice.custom_lexicon_url,
472+
"CustomLexiconUri",
473+
"csharp"
474+
);
475+
@@clientName(
476+
VoiceLive.AzurePersonalVoice.custom_text_normalization_url,
477+
"CustomTextNormalizationUri",
478+
"csharp"
479+
);
480+
@@clientName(
481+
VoiceLive.AzureStandardVoice.custom_text_normalization_url,
482+
"CustomTextNormalizationUri",
483+
"csharp"
484+
);
485+
@@clientName(VoiceLive.MCPApprovalType, "McpApprovalKind", "csharp");
486+
@@clientName(VoiceLive.ReasoningEffort.xhigh, "ExtraHigh", "csharp");
487+
@@clientName(VoiceLive.RequestImageContentPart.url, "Uri", "csharp");
488+
@@clientName(
489+
VoiceLive.ServerEventConversationItemInputAudioTranscriptionCompleted.logprobs,
490+
"LogProbs",
491+
"csharp"
492+
);
442493
@@clientName(
443494
VoiceLive.AzureSemanticDetection.timeout_ms,
444495
"TimeoutMs",
@@ -548,6 +599,34 @@ using Azure.ClientGenerator.Core;
548599
@@clientName(VoiceLive.MCPServer, "VoiceLiveMcpServerDefinition", "csharp");
549600
@@clientName(VoiceLive.MCPTool, "VoiceLiveMcpTool", "csharp");
550601
@@clientName(VoiceLive.Background, "VideoBackground", "csharp");
602+
@@alternateType(
603+
VoiceLive.AzureAvatarVoiceSyncVoice.custom_lexicon_url,
604+
url,
605+
"csharp"
606+
);
607+
@@alternateType(
608+
VoiceLive.AzureAvatarVoiceSyncVoice.custom_text_normalization_url,
609+
url,
610+
"csharp"
611+
);
612+
@@alternateType(VoiceLive.AzureCustomVoice.custom_lexicon_url, url, "csharp");
613+
@@alternateType(
614+
VoiceLive.AzureCustomVoice.custom_text_normalization_url,
615+
url,
616+
"csharp"
617+
);
618+
@@alternateType(VoiceLive.AzurePersonalVoice.custom_lexicon_url, url, "csharp");
619+
@@alternateType(
620+
VoiceLive.AzurePersonalVoice.custom_text_normalization_url,
621+
url,
622+
"csharp"
623+
);
624+
@@alternateType(
625+
VoiceLive.AzureStandardVoice.custom_text_normalization_url,
626+
url,
627+
"csharp"
628+
);
629+
@@alternateType(VoiceLive.RequestImageContentPart.url, url, "csharp");
551630
@@alternateType(VoiceLive.RequestSession.turn_detection, unknown, "csharp");
552631

553632
@@access(VoiceLive.ClientEventSessionUpdate, Access.public, "java");

specification/appconfiguration/data-plane/AppConfiguration/client.tsp

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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");

specification/appconfiguration/data-plane/AppConfiguration/tspconfig.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ options:
3030
namespace: Azure.Data.AppConfiguration
3131
model-namespace: false
3232
"@azure-tools/typespec-ts":
33-
emitter-output-dir: "{output-dir}/{service-dir}/azure-appconfiguration-rest"
34-
generate-metadata: true
35-
is-modular-library: false
33+
emitter-output-dir: "{output-dir}/{service-dir}/app-configuration"
34+
generate-metadata: false
35+
is-modular-library: true
3636
package-details:
37-
name: "@azure-rest/azure-appconfiguration"
38-
description: "Azure App Configuration"
37+
name: "@azure/app-configuration"
3938
flavor: azure
4039
"@azure-tools/typespec-java":
4140
emitter-output-dir: "{output-dir}/{service-dir}/azure-data-appconfiguration"

0 commit comments

Comments
 (0)