From 63fc125d815de25eaef88071da179fb2c14b0828 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Mon, 20 Oct 2025 21:31:26 +0000 Subject: [PATCH 1/3] ensure that missing configuration element is actually configured --- sdk/template/azure-template/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/template/azure-template/pyproject.toml b/sdk/template/azure-template/pyproject.toml index 17ffeaf1418d..9c995d3d4f22 100644 --- a/sdk/template/azure-template/pyproject.toml +++ b/sdk/template/azure-template/pyproject.toml @@ -30,6 +30,7 @@ dynamic = ["version", "readme"] [project.urls] "Bug Reports" = "https://github.com/Azure/azure-sdk-for-python/issues" "Source" = "https://github.com/Azure/azure-sdk-for-python" +repository = "https://github.com/Azure/azure-sdk-for-python" [tool.setuptools.dynamic] version = {attr = "azure.template._version.VERSION"} From ba35d416794337e37d01007910615dc598c5238c Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:32:52 -0700 Subject: [PATCH 2/3] Update sdk/template/azure-template/pyproject.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- sdk/template/azure-template/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/template/azure-template/pyproject.toml b/sdk/template/azure-template/pyproject.toml index 9c995d3d4f22..17ffeaf1418d 100644 --- a/sdk/template/azure-template/pyproject.toml +++ b/sdk/template/azure-template/pyproject.toml @@ -30,7 +30,6 @@ dynamic = ["version", "readme"] [project.urls] "Bug Reports" = "https://github.com/Azure/azure-sdk-for-python/issues" "Source" = "https://github.com/Azure/azure-sdk-for-python" -repository = "https://github.com/Azure/azure-sdk-for-python" [tool.setuptools.dynamic] version = {attr = "azure.template._version.VERSION"} From 74a365b31dee907b7d1d00399015a57277660a47 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Mon, 20 Oct 2025 21:33:29 +0000 Subject: [PATCH 3/3] repository over source --- sdk/template/azure-template/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/template/azure-template/pyproject.toml b/sdk/template/azure-template/pyproject.toml index 17ffeaf1418d..0fd2dd64f573 100644 --- a/sdk/template/azure-template/pyproject.toml +++ b/sdk/template/azure-template/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version", "readme"] [project.urls] "Bug Reports" = "https://github.com/Azure/azure-sdk-for-python/issues" -"Source" = "https://github.com/Azure/azure-sdk-for-python" +repository = "https://github.com/Azure/azure-sdk-for-python" [tool.setuptools.dynamic] version = {attr = "azure.template._version.VERSION"}