Skip to content

Adjust ref class name to camel case#472

Merged
AllyW merged 1 commit intoAzure:devfrom
AllyW:adjust-ref-name
Mar 24, 2025
Merged

Adjust ref class name to camel case#472
AllyW merged 1 commit intoAzure:devfrom
AllyW:adjust-ref-name

Conversation

@AllyW
Copy link
Copy Markdown
Contributor

@AllyW AllyW commented Mar 24, 2025

tsp model:

  @doc("Error when job fails in it's entirety.")
  @visibility(Lifecycle.Read)
  error?: Azure.Core.Foundations.Error;

output:

{
    "type": "object",
    "cls": "AzureCoreFoundationsError_read",
    "props": [
    ......
    ],
    "name": "error",
    "description": "Error when job fails in it's entirety.",
    "readOnly": true
}

@AllyW AllyW merged commit be7cd19 into Azure:dev Mar 24, 2025
3 checks passed
@AllyW AllyW mentioned this pull request Apr 14, 2025
@AllyW AllyW deleted the adjust-ref-name branch May 21, 2025 08:58
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.

2 participants