Skip to content

Conversation

azure-sdk
Copy link
Collaborator

Generated by branded - http-client-csharp build 20250926.2
Triggered from branch: main

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates the TypeSpec emitter version from alpha.20250926.1 to alpha.20250926.2, which is a prerelease dependency version bump for the Azure TypeSpec HTTP Client C# emitter package.

  • Version bump of the @azure-typespec/http-client-csharp dependency to the latest alpha prerelease
Files not reviewed (1)
  • eng/azure-typespec-http-client-csharp-emitter-package-lock.json: Language not supported

/// </param>
/// <param name="voiceInternal">
/// supported voice identifiers and configurations.
/// To assign an object to this property use . To assign an already formatted json string to this property use .
Copy link
Member

@jorgerangel-msft jorgerangel-msft Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JoshLove-msft - well I didn't expect this to change. Do you know if we take preference of the custom type docs over the generated ones? This didn't look correct to begin with, but the updated summary doesn't look right either.

foreach (var item in prop.Value.EnumerateArray())
{
array.Add(new KeyVaultDataAction(item.GetString()));
array.Add(KeyVaultDataAction.DeserializeKeyVaultDataAction(item, options));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jorgerangel-msft is this expected?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I'm not sure where this is coming from.. I will investigate

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I think this was caused by microsoft/typespec#8579. Will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Configuration Azure.ApplicationModel.Configuration KeyVault Voice Live
Projects
Status: Untriaged
Development

Successfully merging this pull request may close these issues.

3 participants