Skip to content

Commit

Permalink
[Contoso.WidgetManager] Fix formatting (#24744)
Browse files Browse the repository at this point in the history
- Fixes CI for #24725
  • Loading branch information
mikeharder authored Jul 10, 2023
1 parent d78cd36 commit 8a0cb1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ using Azure.Core;
title: "Contoso Widget Manager",
})
@versioned(Contoso.WidgetManager.Versions)

namespace Azure.Contoso.WidgetManager;

@doc("Versions info.")
Expand All @@ -28,8 +27,10 @@ enum Versions {
model ContosoAuthFlow {
@doc("The auth flow type.")
type: OAuth2FlowType.implicit;

@doc("The auth flow authorization URL.")
authorizationUrl: "https://login.microsoftonline.com/common/oauth2/authorize";

@doc("The auth flow token URL.")
scopes: ["https://security.microsoft.com/.default"];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ options:
name: "@azure-rest/contoso-widgetmanager-rest"
"@azure-tools/typespec-java":
package-dir: "azure-contoso-widgetmanager"
namespace: com.azure.contoso.widgetmanager
namespace: com.azure.contoso.widgetmanager

0 comments on commit 8a0cb1b

Please sign in to comment.