From 7948162da208aeee66443539cfa2fa4d4a9e463d Mon Sep 17 00:00:00 2001 From: Daniel Languiller Date: Mon, 19 Jan 2026 12:00:28 +1100 Subject: [PATCH] fix: include .json files in package data --- src/azure-cli/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index c5866ed19c3..7ab3b4b5ce7 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -211,6 +211,7 @@ 'random/nouns.txt' ], 'azure.cli.command_modules.postgresql': [ + '*.json', 'randomname/adjectives.txt', 'randomname/nouns.txt', 'templates/postgresql_githubaction_template.yaml'