From c463383a9e053946122edf30e1bf71ab21073bcc Mon Sep 17 00:00:00 2001 From: Andrew Mustea <36493562+andrewmustea@users.noreply.github.com> Date: Tue, 9 Aug 2022 06:15:21 -0700 Subject: [PATCH] update azure-cli to conform with other program names (#159) - updated name from python-azure-cliAU.json to azure-cli.json --- programs/{python-azure-cliAU.json => azure-cli.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename programs/{python-azure-cliAU.json => azure-cli.json} (87%) diff --git a/programs/python-azure-cliAU.json b/programs/azure-cli.json similarity index 87% rename from programs/python-azure-cliAU.json rename to programs/azure-cli.json index 38ef695..8353255 100644 --- a/programs/python-azure-cliAU.json +++ b/programs/azure-cli.json @@ -6,5 +6,5 @@ "help": "Export the following environment variables:\n\n```bash\nexport AZURE_CONFIG_DIR=\"$XDG_DATA_HOME\"/azure \n```\n" } ], - "name": "python-azure-cliAU" -} \ No newline at end of file + "name": "azure-cli" +} -- 2.47.3