Skip to content

HanaOnAzure: add C# mgmt emitter and client.tsp customizations#44446

Draft
cxznmhdcxz wants to merge 4 commits into
Azure:mainfrom
cxznmhdcxz:hanaonazure-mgmt-onboard
Draft

HanaOnAzure: add C# mgmt emitter and client.tsp customizations#44446
cxznmhdcxz wants to merge 4 commits into
Azure:mainfrom
cxznmhdcxz:hanaonazure-mgmt-onboard

Conversation

@cxznmhdcxz

Copy link
Copy Markdown
Member

Adds the @azure-typespec/http-client-csharp-mgmt emitter (namespace Azure.ResourceManager.HanaOnAzure) and three csharp-scoped client.tsp decorators required for the .NET management-plane SDK onboarding:

  • @clientName ProviderInstanceProperties.properties -> ProviderProperties (resolves flattening name collision / CS0102)
  • @alternateType CommonTypes.Resource.id -> armResourceIdentifier (common-types v3, CS1503)
  • @clientName Operation -> HanaOnAzureOperationInfo (AZC0033)

Namespace approved in Board Review azure-sdk-pr#2652.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Add @azure-typespec/http-client-csharp-mgmt emitter (namespace Azure.ResourceManager.HanaOnAzure) and three csharp-scoped client.tsp decorators for the .NET mgmt SDK onboarding.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR targets either the main branch of the public specs repo or the RPSaaSMaster branch of the private specs repo. These branches are not intended for iterative development. Therefore, you must acknowledge you understand that after this PR is merged, the APIs are considered shipped to Azure customers. Any further attempts at in-place modifications to the APIs will be subject to Azure's versioning and breaking change policies. Additionally, for control plane APIs, you must acknowledge that you are following all the best practices documented by ARM at aka.ms/armapibestpractices. If you do intend to release the APIs to your customers by merging this PR, add the PublishToCustomers label to your PR in acknowledgement of the above. Otherwise, retarget this PR onto a feature branch, i.e. with prefix release- (see aka.ms/azsdk/api-versions#release--branches).


Comment generated by summarize-checks workflow run.

@github-actions github-actions Bot added resource-manager TypeSpec Authored with TypeSpec labels Jul 6, 2026
cxznmhdcxz and others added 2 commits July 6, 2026 16:44
…oningStatesEnum->HanaProvisioningState (csharp)

Also use a using directive so csharp-scoped decorators reference models unqualified.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Language API Review for Package
TypeSpec Microsoft.HanaOnAzure
Python azure-mgmt-hanaonazure
C# Azure.ResourceManager.HanaOnAzure
Java com.azure.resourcemanager:azure-resourcemanager-hanaonazure

Comment generated by After APIView workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

resource-manager TypeSpec Authored with TypeSpec

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant