From 71e859598664ced2020816cd496c8b6169d37c40 Mon Sep 17 00:00:00 2001 From: saisang Date: Thu, 27 Mar 2025 14:30:57 +0800 Subject: [PATCH] Clone structure from azure-docs-sdk-python --- ci-configs/packages-latest.json | 54 ++++++++++++++++++++++++++++++++ ci-configs/packages-legacy.json | 2 +- ci-configs/packages-preview.json | 29 +++++++++++++++++ 3 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 ci-configs/packages-latest.json create mode 100644 ci-configs/packages-preview.json diff --git a/ci-configs/packages-latest.json b/ci-configs/packages-latest.json new file mode 100644 index 00000000..cb2d1d77 --- /dev/null +++ b/ci-configs/packages-latest.json @@ -0,0 +1,54 @@ +{ + "target_repo": { + "branch": "smoke-test", + "url": "https://github.com/MicrosoftDocs/azure-docs-sdk-python-archive" + }, + "packages": [ + ], + "required_packages": [ + { + "install_type": "pypi", + "name": "vcrpy" + }, + { + "install_type": "pypi", + "name": "python-dateutil" + }, + { + "version": "2018.4.16", + "name": "certifi", + "install_type": "pypi" + }, + { + "install_type": "pypi", + "name": "isodate" + }, + { + "install_type": "pypi", + "name": "requests_oauthlib" + }, + { + "version": "0.5.0", + "name": "adal", + "install_type": "pypi" + }, + { + "version": "12.0.2", + "name": "keyring", + "install_type": "pypi" + }, + { + "install_type": "pypi", + "name": "grpcio" + }, + { + "install_type": "pypi", + "name": "aiohttp" + }, + { + "install_type": "pypi", + "name": "pandas" + } + ], + "run_post_toc_script": false +} diff --git a/ci-configs/packages-legacy.json b/ci-configs/packages-legacy.json index 1838f129..cc66410e 100644 --- a/ci-configs/packages-legacy.json +++ b/ci-configs/packages-legacy.json @@ -1,7 +1,7 @@ { "target_repo": { "branch": "smoke-test", - "url": "https://github.com/MicrosoftDocs/azure-docs-sdk-python", + "url": "https://github.com/MicrosoftDocs/azure-docs-sdk-python-archive", "folder": "previous" }, "packages": [ diff --git a/ci-configs/packages-preview.json b/ci-configs/packages-preview.json new file mode 100644 index 00000000..80a78624 --- /dev/null +++ b/ci-configs/packages-preview.json @@ -0,0 +1,29 @@ +{ + "target_repo": { + "branch": "smoke-test", + "url": "https://github.com/MicrosoftDocs/azure-docs-sdk-python-archive", + "folder": "preview" + }, + "packages": [ + ], + "required_packages": [ + { + "install_type": "pypi", + "name": "azure-mgmt-core" + }, + { + "version": "12.6.0b1", + "name": "azure-storage-blob", + "install_type": "pypi" + }, + { + "install_type": "pypi", + "name": "azure-core" + }, + { + "install_type": "pypi", + "name": "aiohttp" + } + ], + "run_post_toc_script": false +}