Skip to content

Commit 5fbf83f

Browse files
committed
fix: add license header
1 parent 81c7350 commit 5fbf83f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.devcontainer/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"AAZ_PATH": "/workspaces/aaz",
3232
"CLI_PATH": "/workspaces/azure-cli",
3333
"CLI_EXTENSION_PATH": "/workspaces/azure-cli-extensions",
34-
"SWAPPER_PATH": "/workspaces/azure-rest-api-specs"
34+
"SWAGGER_PATH": "/workspaces/azure-rest-api-specs"
3535
}
3636
}
3737
}

tools/aaz-flow/main.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
# --------------------------------------------------------------------------------------------
15
import os
26
from mcp.server.fastmcp import FastMCP
37

@@ -12,8 +16,7 @@ def generate_code(
1216
resource_provider: str,
1317
swagger_tag: str,
1418
):
15-
"""Generate Azure CLI commands based on Swagger specifications.
16-
"""
19+
# Generate Azure CLI commands based on Swagger specifications
1720
aaz_path = os.getenv("AAZ_PATH", "/workspaces/aaz")
1821
cli_path = os.getenv("CLI_PATH", "/workspaces/azure-cli")
1922
cli_extension_path = os.getenv("CLI_EXTENSION_PATH", "/workspaces/azure-cli-extensions")

0 commit comments

Comments
 (0)