Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
vishwahiremat committed Feb 15, 2024
1 parent 647c0c7 commit 70096f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/corerp/api/v20231001preview/zz_generated_models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3478,7 +3478,7 @@
},
"EnvironmentProperties": {
"type": "object",
"description": "Environment properties",
"description": "Environment properties...",
"properties": {
"provisioningState": {
"$ref": "#/definitions/ProvisioningState",
Expand Down
2 changes: 1 addition & 1 deletion typespec/Applications.Core/environments.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ model EnvironmentResource is TrackedResourceRequired<EnvironmentProperties, "env
name: ResourceNameString;
}

@doc("Environment properties")
@doc("Environment properties...")
model EnvironmentProperties {
@doc("The status of the asynchronous operation.")
@visibility("read")
Expand Down

0 comments on commit 70096f9

Please sign in to comment.