Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Fix NameSpace In Flatten-Property (#709)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
mcgallan authored Aug 23, 2024
1 parent e9cf998 commit d0c8551
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/forty-brooms-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@azure-tools/cadl-ranch-specs": minor
---

Fix some minor issues in the namespace of azure/client-generate-core/flatten-property.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import "@azure-tools/cadl-ranch-expect";
import "@azure-tools/typespec-client-generator-core";

using TypeSpec.Http;
using Azure.ClientGenerator.Core;
using global.Azure.ClientGenerator.Core;

@doc("Illustrates the model flatten cases.")
@scenarioService("/azure/client-generator-core/flatten-property")
namespace Azure.ClientGenerator.Core.FlattenProperty;
namespace _Specs_.Azure.ClientGenerator.Core.FlattenProperty;

@doc("This is the model with one level of flattening.")
model FlattenModel {
Expand Down

0 comments on commit d0c8551

Please sign in to comment.