Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions sdk/synapse/azure-synapse-accesscontrol/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------

[build-system]
requires = ["setuptools>=77.0.3", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "azure-synapse-accesscontrol"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Synapse AccessControl Client Library for Python"
license = "MIT"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
requires-python = ">=3.6"
keywords = [
"azure",
"azure sdk",
]
version = "0.8.0"
dependencies = [
"msrest>=0.6.21",
"azure-common~=1.1",
"azure-core>=1.20.0,<2.0.0",
]
dynamic = ["readme"]

[project.urls]
repository = "https://github.com/Azure/azure-sdk-for-python"

[tool.setuptools.dynamic]
readme = {file = [
"README.md",
"CHANGELOG.md",
], content-type = "text/markdown"}

[tool.setuptools.packages.find]
exclude = [
"azure",
"azure.synapse",
"tests",
]

[tool.azure-sdk-build]
pyright = false
ci_enabled = false
Expand Down
75 changes: 0 additions & 75 deletions sdk/synapse/azure-synapse-accesscontrol/setup.py

This file was deleted.

60 changes: 60 additions & 0 deletions sdk/synapse/azure-synapse-artifacts/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------

[build-system]
requires = ["setuptools>=77.0.3", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "azure-synapse-artifacts"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Synapse Artifacts Client Library for Python"
license = "MIT"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.9"
keywords = [
"azure",
"azure sdk",
]
version = "0.22.0"
dependencies = [
"isodate>=0.6.1",
"azure-common>=1.1",
"azure-mgmt-core>=1.6.0",
"typing-extensions>=4.6.0",
]
dynamic = ["readme"]

[project.urls]
repository = "https://github.com/Azure/azure-sdk-for-python"

[tool.setuptools.dynamic]
readme = {file = [
"README.md",
"CHANGELOG.md",
], content-type = "text/markdown"}

[tool.setuptools.package-data]
pytyped = ["py.typed"]

[tool.setuptools.packages.find]
exclude = [
"azure",
"azure.synapse",
"tests",
]

[tool.azure-sdk-build]
pylint = false
pyright = false
Expand Down
83 changes: 0 additions & 83 deletions sdk/synapse/azure-synapse-artifacts/setup.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------

[build-system]
requires = ["setuptools>=77.0.3", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "azure-synapse-managedprivateendpoints"
authors = [
{ name = "Microsoft Corporation", email = "azpysdkhelp@microsoft.com" },
]
description = "Microsoft Azure Synapse Managed Private Endpoints Client Library for Python"
license = "MIT"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
requires-python = ">=3.6"
keywords = [
"azure",
"azure sdk",
]
version = "0.5.0"
dependencies = [
"msrest>=0.6.21",
"azure-common~=1.1",
"azure-core>=1.20.0,<2.0.0",
]
dynamic = ["readme"]

[project.urls]
repository = "https://github.com/Azure/azure-sdk-for-python"

[tool.setuptools.dynamic]
readme = {file = [
"README.md",
"CHANGELOG.md",
], content-type = "text/markdown"}

[tool.setuptools.packages.find]
exclude = [
"azure",
"azure.synapse",
"tests",
]

[tool.azure-sdk-build]
pyright = false
ci_enabled = false
Expand Down
Loading
Loading