зеркало из
1
0
Форкнуть 0
Граф коммитов

543 Коммитов

Автор SHA1 Сообщение Дата
Scott Beddall b43861c78c
Fix tagging via patch of generated source distribution file name (#36383)
* building sdist now results in old style formatting of the file names even with new setuptools
2024-07-08 15:21:43 -07:00
Scott Beddall d371b2dbc6
Repair Aggregate Reports / `analyze` job (#36377)
* use eng/common policheck
* remove ref to interdependencygraph.xml failing the analyze job
* analyze_dependencies python version safe
2024-07-06 03:20:05 -07:00
Yuchao Yan b3dbf11449
fix apiview (#36369) 2024-07-05 15:19:05 +08:00
Scott Beddall 8b6e24d0f3
Address failing `main` -- trim some deps (#36346)
* trim markupsafe, wrapt, and pyopenssl from azure-sdk-tools install set, add pyopenssl to keyvault certificates dev reqs
* update utilized versions of setuptools and wheel
2024-07-04 03:29:21 -07:00
Yuchao Yan 7a84ecff80
Bump typespec-python 0.25.0 (#36352)
* do not record version of autorest.python

* bump typespec-python
2024-07-04 11:27:04 +08:00
Yuchao Yan c9cb051186
del outdated folder (#36349) 2024-07-04 10:33:11 +08:00
Yuchao Yan 08523ab5b2
Update setup.py (#36158) 2024-07-03 13:43:29 +08:00
Yuchao Yan ff1676dbcc
update changelog for initial release (#36312) 2024-07-02 11:08:46 +08:00
Paul Van Eck fe5fe531a6
[Tools] Minor fixes (#36295)
Fixed a typo in one of the imports and also added misc typing fixes.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2024-06-28 16:31:34 -07:00
Scott Beddall 6938e3873c
Resolve failing nightly `azure-storage-datalake` latestdependency check (#36235)
* update latest and min dep overrides for azure-storage-datalake.need to address this properly
2024-06-27 10:36:48 -07:00
Xiang Yan bdcdabd6b2
use azure pipelines cred (#36120)
* use azure pipelines cred

* update

* update

* Update tools/azure-sdk-tools/setup.py

* use azure pipelines cred

* update

* update

* Update tools/azure-sdk-tools/setup.py

* Set AZURESUBSCRIPTION_CLIENT_ID and AZURESUBSCRIPTION_TENANT_ID

* update

* update

* update

* update

* update

* update

* update

* update

* Update tools/azure-sdk-tools/devtools_testutils/azure_recorded_testcase.py

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>

* pass **kwargs into the credential constructors

* update

* update

* update

* update

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
2024-06-24 21:02:39 -07:00
Yuchao Yan d9a17f9f58
[pipeline] optimization for packaging logic (#36169)
* optimization

* fix
2024-06-20 13:51:52 +08:00
Krista Pratico 10c3c79377
Always run analyze weekly (#35968)
* try to make analyze weekly run unconditionally

* try display name

* remove debugging
2024-06-10 18:29:17 -07:00
Libba Lawrence 2ac0060f60
allow for futher embedded snippets (#36004)
* allow for futher embedded snippets

* Update tools/azure-sdk-tools/ci_tools/snippet_update/python_snippet_updater.py
2024-06-10 12:07:36 -07:00
Xiang Yan d357e49168
MSI on agent does not have right permission (#35845) 2024-05-31 06:36:34 -07:00
Xiang Yan de1894d641
Use DAC as fallback (#35720)
* Use DAC instead of sp

* update

* update
2024-05-30 18:07:56 -07:00
Yuchao Yan 64f4f78f9a
update (#35784) 2024-05-28 14:30:12 +08:00
Yuchao Yan 992ab6328c
Remove outdated files for SDK generation from Typespec (#35781)
* remove outdated files

* fix
2024-05-28 13:59:03 +08:00
McCoy Patiño 9ae10f682d
Update EnvironmentVariableLoader for new auth options (#35695) 2024-05-17 15:06:28 -07:00
McCoy Patiño 0c48307483
Sanitize sv in SAS tokens (#35680) 2024-05-17 14:38:08 -07:00
Jacob Lauzon ab10dfd183
Various fixes to support extension packages as dev_reqs (#35504) 2024-05-17 14:00:32 -07:00
McCoy Patiño 6ac91dff52
[Test Proxy] Skip sanitizer removal if test proxy isn't running (#35526) 2024-05-07 17:20:48 -07:00
Paul Van Eck a61a8e2a93
[CI] Test updates for central sanitizers (#35385)
This PR updates our Python testing framework to adopt the new TestProxy
which enables numerous common sanitizers.


Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2024-05-07 12:55:02 -07:00
McCoy Patiño db46a25c61
[Test Proxy] Correctly support updates to redirection following setting (#35510) 2024-05-07 10:52:55 -07:00
Scott Beddall f88f8b304d
Resolve `setuptools`-related permissions issues (#35343)
* update building of packages to occur from within a venv. globally installed setuptools cannot be properly updated or removed.
2024-05-02 10:30:52 -07:00
Paul Van Eck 20cf5b0bd9
[Test Proxy] Sanitizer updates (#35419)
This is a stop-gap to fix some regexes until we can rely on test-proxy
itself for sanitization.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2024-04-30 10:56:38 -07:00
Yuchao Yan d933c8f0dc
[Pipeline][auto release] adopt tsp client (#35383)
* adopt tsp-client

* fix

* update for environment

* update

* remove npx in cmd

* update auto release pipeline for tsp-client
2024-04-28 11:20:22 +08:00
Azure SDK Bot edbdd9a433
Sync eng/common directory with azure-sdk-tools for PR 8158 (#35354)
* allow an override FILE to be honored by test-proxy-tool
* update local test-framework to honor proxy override version by default
---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-04-25 15:31:38 -07:00
Paul Van Eck 4b9f162956
[CI] Various sanitization fixes (#35237)
With the common sanitizers added to test-proxy, several tests among our
SDKs are failing. This attempts to address a number of these failures.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2024-04-16 20:30:20 -07:00
McCoy Patiño 07c08c98be
[Test Proxy] Centrally sanitize sensitive patterns for all tests (#35196)
* Add sanitizer enum and batch sanitizing method

* Add shared, fake credentials

* Add central set of sanitizers

* Remove KV custom matcher

* Add extra batch of sanitizers
2024-04-16 11:23:59 -07:00
Xiang Yan 751f100cba
pin setuptools (#35212)
* pin setuptools

* skip tests

* updates

* update
2024-04-15 15:53:16 -07:00
Yuchao Yan 2739e0df83
update for new dpg model (#34849) 2024-04-02 13:11:44 +08:00
Yuchao Yan efad456552
fix for _meta.json (#35023) 2024-04-01 11:23:43 +08:00
Yuchao Yan f25f309565
remove word (#35009) 2024-03-29 13:40:21 +08:00
swathipil e626f663f3
add configargparse to azure-sdk-tools dependencies for perf (#34968) 2024-03-27 20:27:02 +00:00
McCoy Patiño 8ba087ec2c
Bring `azure-devtools`'s GH tool dependencies over to `azure-sdk-tools` (#34967) 2024-03-27 18:43:00 +00:00
mccoyp 0527e86ada [skip ci] Delete azure-devtools and deps/references 2024-03-26 16:33:36 -07:00
McCoy Patiño ec78666a38
Support all developer tools for user-based auth in tests (#34927) 2024-03-26 11:54:44 -07:00
Jacob Lauzon df2d3973ab
Allow replace_dev_reqs to pull from prebuilt wheels (#34924) 2024-03-26 10:28:32 -07:00
McCoy Patiño 484c233bd8
Sanitize OAuth requests/responses throughout SDK (#34866) 2024-03-21 15:58:02 -07:00
Yuchao Yan 5934b3c1e3
Enable mgmt from tsp (#34805)
* optimization for meta

* optimize for packaging files
2024-03-18 17:02:16 +08:00
Xiang Yan 87bca574c7
remove upper bound in setup.py (#34402)
* remove upper bound in setup.py

* update

* update

* update

* revert change for monitor

* update
2024-03-08 12:48:46 -08:00
swathipil 1923e0ddee
[Perf] corehttp - updating async stream upload httpx test (#34674)
* add async iterator random stream for async httpx

* update perf tests with same args for easier comparison of perf

* pauls comments

* update asynciterator comment to iterable
2024-03-08 18:29:51 +00:00
Scott Beddall 88b404744e
1ES Template Conversion (#34663)
* pull across the unified yml changes for 1es. the holistic tests.yml changes will be coming in a follow-up manual commit to main
2024-03-06 16:57:35 -08:00
Krista Pratico 47f2d64ea4
use optional env for azure openai tests (#34517)
* use optional env for azure openai tests and remove v0 tests

* update param ToxTestEnv in live test template

* enable optional

* debug

* fix config options

* fixes to path for audio file and install aiohttp dev req

* remove debug logging line

* debugging test failure

* more debug

* undo debug testing, use pathlib for paths, target sys.executable for cli tests

* cspell ignores

* no logprobs
2024-03-05 11:45:38 -08:00
McCoy Patiño f1657966db
Stop requiring SP credentials when user-based auth is used (#34561) 2024-03-04 21:01:51 -08:00
Xiang Yan 6115a6adfd
Conda20240301 (#34399)
* add identity for storage

* add more tests

* update

* conda 2024-03-01

* update

* update

* update

* Update conda/conda-releaselogs/uamqp.md

* update

* update

* remove 312

* update conda_functions and build yaml to build successfully on all platforms

* update

* update

* update

* update

* add 312

* update

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-03-01 08:03:39 -08:00
Jacob Lauzon cf564cc3e8
[Storage] Enable Py_LIMITED_API for extensions (#34523) 2024-02-29 11:12:28 -08:00
McCoy Patiño a4823448e7
Fix incorrect repo source link (#34388) 2024-02-21 10:54:39 -08:00
Scott Beddall eb9924675b
Handle package-specific warning suppressions (#34289)
* handle package-specific suppressions. enable our 
un() to **fail** in the build stage
* suppressed build warnings -> suppressed skip warnings
2024-02-13 14:03:12 -08:00
Azure SDK Bot b027bbba88
fix pipeline (#34185)
Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
2024-02-06 02:28:42 +00:00
Azure SDK Bot 4cb239a6ec
[pipeline] optimize log (#34172)
* add more log to show

* update

---------

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
2024-02-05 15:23:00 +08:00
swathipil a97069d7a1
[Core] add perf tests (#33687)
* add upload/download perf tests

* add stream download/pageable perf tests

* update readme + rename test files

* start adding json (tables) request to core perf tests

* add tables put json

* add more json request tests

* cleanup readme + code

* add tables to perf reqs

* add policies arg

* add perf pipeline

* address annas comments

* address more comments

* add results-per-page option for list entities pageable perf test

* add aad auth arg

* address comments

* more comments

* fix upload binary test

* update perf pipeline

* comments

* test setting processes to 1

* fix resourcenotfound error

* update perf yml

* update regex of args

* remove debug logging

* add len to random stream to fix requests content length bug

* add requests transport to perf tests yml

* black

* fix mypy error in samples

* update perf timeout

* fix aiohttp sync upload stream bug
2024-02-02 13:57:15 -08:00
Jacob Lauzon 43452dd63e
[Storage] Introduce `azure-storage-extensions` (#33991) 2024-01-26 03:36:01 +00:00
McCoy Patiño 8262041a02
Support user-based authentication in live tests (#33994) 2024-01-24 17:06:44 -08:00
Scott Beddall 7624a2757c
Use prebuilt wheel dir to resolve necessary azure requirements before using repo version (#33911)
* enable our prebuilt wheel dir to override a located relative path
2024-01-19 10:54:13 -08:00
Scott Beddall 215eeac832
Nightly Dependency Replacement (#33908)
* probably need to ensure that sanitize_setup and create_build_and_install both submit True as well, but let's see if this works
* version_set_dev implies that we will always be working in a dev context, so should pass along dev=True
2024-01-18 16:07:05 -08:00
Krista Pratico 9dac56c3c0
close vnext issues if library passing (#33494)
* add close_vnext_issue function

* add close_vnext_issue function to ci checks that create issues

* add strict sphinx

* log GH issue number we're closing
2024-01-17 19:02:44 -08:00
Yuchao Yan 36caf9bbd7
drop py3.7 (#33753) 2024-01-09 14:50:22 -08:00
Scott Beddall fc9d4e538b
Remove Python 3.7 (#33722)
* remove 3.7
* require pygithub (and from there pynacl) from the default requirements set. this should allow testing on windows pypy39 to successfully install requirements
* remove python_version spec
* rebalance to force windows onto py310. there iwn't a wheel for pywin32 that works with pypy
* Update tools/azure-sdk-tools/setup.py
2024-01-09 13:21:15 -08:00
Paul Van Eck 56b5c3a57b
[CI] Fix parsing of dev_requirements with comments (#33734)
Encountered some issues with the generation.py script
when comments are in the dev_requirements.txt file. This
change correctly parses them.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2024-01-08 17:32:59 -08:00
Krista Pratico dd994c840b
create GH issues for strict sphinx (#33404)
* add strict-sphinx for issue creation

* add vnext_issue creator to run_sphinx_build

* add GH_TOKEN to generate docs to step

* update template

* update date to april deadline

* don't need args

* only open issues if running in analyze-weekly

* add in rohit's feedback
2023-12-15 11:00:24 -08:00
Krista Pratico 8acb041de5
CI enabled flag (#33387)
* try ci_enabled flag

* try using a gh env var

* fix import

* set env var, add filter in discover_targeted_packages

* add Public param to ci.yml test

* retry setting env var

* pass through template

* missing paren

* don't look for Public in ci.yml

* try again

* remove unrecognized arg

* print vars

* try checking build.reason

* few fixes + prints

* try testing skip

* try more prints

* try more prints

* try more prints

* try nonempty packages list

* ignore discover_targeted_packages for now

* try again

* try again

* try no parameter

* missed import

* accidentally deleted other var

* try again

* fix

* test set PULLREQUEST

* missed var

* set var correctly

* don't fail docs step

* remove condition

* comment

* fake pull request run

* with discover targeted packages filter run

* remove print debugs

* try only publish artifacts if they exist for docs

* remove filter for now

* try again

* set in right tempalte

* switch to a service we actually want to disable

* formatting

* feedback

* block on release if ci_enabled=false

* test disabling ci for template, should block on release

* remove test setting from azure-template

* remove unused import and add small doc
2023-12-14 16:07:23 -08:00
McCoy Patiño 5c4c683dcb
Remove internal `azure-devtools` references (#33492) 2023-12-14 15:24:25 -08:00
McCoy Patiño ad5ddf4e71
Remove deprecated test classes (#33400) 2023-12-13 09:40:03 -08:00
McCoy Patiño 630b103822
[Batch] Migrate to new test class inheritance and structure (#33388) 2023-12-13 09:30:51 -08:00
mccoyp 7b36743b5c [skip ci] Move perfstress_tests to devtools 2023-11-29 17:13:21 -08:00
McCoy Patiño 6dd921cc3e
Move away from `azure-devtools` test exceptions (#33273) 2023-11-28 11:11:50 -08:00
McCoy Patiño 8491fe43a0
[Communication] Remove references to deprecated `azure-devtools` library (#33191) 2023-11-28 11:06:54 -08:00
Scott Beddall 480c276faf
fix regression while installing azure-ml package (#33320) 2023-11-28 18:55:25 +00:00
catalinaperalta ca7bc6c1ab
allow post process for tsp generated projects (#33173) 2023-11-15 02:20:14 +00:00
Patrick Hallisey c73beedea0
Add language-settings functions for generic regeneration pipeline support (#32011) 2023-11-14 15:33:32 -08:00
Scott Beddall da947a9fce
Add `Optional` Environment (#32332)
* updates to eng/ci_tools and eng/test_tools.txt to allow necessary additions for compatibility
* added new namespace to azure-sdk-tools: ci_tools.scenario.
  * ci_tools.scenario is used to emplace any code that actually does the action of installing a dependency, replacing requirements, building on the fly, etc. This means that create_package_and_install and replace_dev_reqs both are moved into this module
* created tox environment 'optional'. This tox environment utilizes array items of pyproject.toml config item 'tool.azure-sdk-build.optional' to install requirements for specific test scenarios before invoking tests against them. These tests are run within a custom venv for each optional configuration item in pyproject.toml, location .tox/optional/<envname>/
  * the new 'optional' environment is enhanced to allow users to pass in the target environment EG: 'tox -e optional --root . -c ../../../eng/tox/tox.ini -- --optional no_requests'

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
2023-11-13 17:01:58 -08:00
Xiang Yan aacafd98da
update docs and debugging info (#33111)
* update docs and debugging info

* Update doc/dev/code_snippets.md

Co-authored-by: Krista Pratico <krpratic@microsoft.com>

---------

Co-authored-by: Krista Pratico <krpratic@microsoft.com>
2023-11-10 16:49:09 -08:00
Scott Beddall 296bbb622b
Enable Build of Non-Universal Wheels (#32911)
* Temporarily Scaffold new azure-storage-extensions package
* Update parse_functions.py to pick up extension modules and package names
* Add additional code testing parse_function for the new functionality
* Update build.py to invoke cibuildwheel to produce platform-specific wheels where necessary

Co-authored-by: Jacob Lauzon <jalauzon@microsoft.com>
Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
2023-11-09 13:34:48 -08:00
Scott Beddall d88fdea88b
Adjust Build of Relative Dependencies (#32883)
* updated replace_dev_reqs to handle all cases of relative installs to handle local relative deeps _deeper_ than the target package. Previously only handled relative deps starting with ../
* added unit tests for replace_dev_reqs to ensure that packages are replaced (or left alone) as expected
* apply black
* update scenario to include 'here'. update test to use automatic tempdir cleanup per Kevin's feedback

---------

Co-authored-by: kdestin <101366538+kdestin@users.noreply.github.com>
2023-10-31 16:07:36 -07:00
McCoy Patiño e75ba90665
[Test Proxy] Fix async tests on latest Core (#32751) 2023-10-25 23:34:56 +00:00
Krista Pratico e4dc09e657
be smarter about matching exact package name for vnext issues (#32714) 2023-10-24 18:31:30 -07:00
catalinaperalta 5a4f295f09
Update tox run -e generate for tsp-client tool release (#32553)
* update tox generate

* update tsp-location.yaml error message
2023-10-23 16:28:28 -07:00
Scott Beddall 98fb30ad9f
Updates to interactions with `pyproject.toml` (#32480)
* cleaning up setup_execute_tests. removing code paths that have gone completely unused since being implemented (to mirror previous methodology if necessary). cleaning up arguments that aren't used. cleaning up imports. generally just tightening up of the script and clarifying it's purpose.
* adding the ability to update a pyproject.toml easily
* adding tests for new update functionality
 
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2023-10-18 14:06:14 -07:00
McCoy Patiño eb22d096b4
[Test Proxy] Reduce excessive logging during tests (#32476) 2023-10-12 18:06:35 -07:00
McCoy Patiño 9a483b87a9
[Test Proxy] Automatically rotate local certificate (#32449) 2023-10-12 11:24:47 -07:00
Scott Beddall a28103b2e4
Add Python 3.12 to build matrix (#31758)
* Add python 3.12 to platform matrix for tests
* Various updates to test_tools.txt and ci_tools.txt to enable compatibility with python 3.12 at test run time
* Adjust build matrix for metricsadvisor and tables to route python 3.11 from windows to ubuntu machine, bypassing issue #32409 
* Add manually built cffi and aiohttp to test_tools.txt to enable async recorded tests on python 3.12
* Various updates to minimum range in install_depend_packages.py. All due to various levels of support for py 3.12
* Add the concept of platform specific override for minimum version, allowing the invoking platform to further refine the selection from pypi
* Updates and extensions to tools/azure-sdk-tools to handle cleanup of git idx files with wonky permissions
* Disable latestdependency and mindependency in azure-eventhub-checkpointstoreblob-aio. Follow-up issue #32422 
* Various other small updates to enable further compatibility

Co-authored-by: Krista Pratico <krpratic@microsoft.com>
2023-10-10 17:19:22 -07:00
Laurent Mazuel d03940fae4
Improve SDK automation debugging (#32302) 2023-10-09 06:14:30 +00:00
Chenjie Shi f0ceeb9b1a
Update sdk_generator.py (#32263)
fix python sdk generation problem
2023-09-28 04:11:30 +00:00
McCoy Patiño 8913e9d325
Update `devtools_testutils` documentation (#32259) 2023-09-27 17:05:45 -07:00
Scott Beddall 2cb9ce8e0c
Fix Snippet-Update Tests (#32217)
* fix tests
* local path
2023-09-25 14:15:35 -07:00
Yuchao Yan 0405b01f70
fix toml write (#32209) 2023-09-25 17:02:55 +08:00
Scott Beddall a743c56328
Upgrade Sphinx (#32066)
* updates to test sever, removing a couple of the pins from test_tools and ci_tools.txt
* remove bad readme_renderer requirement
* simplifying requirements. fixing requirement file for invoking analyze
* repair issues with pypy39 due to twine installation
* exclude azure-core-tracing-opencensus from sphinx build
* eliminate pytoml dependency
* Update Sphinx to v6.x
* safe import of tomli on <py311. import tomllib on >=py311. always pull in toml-w

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
2023-09-21 11:40:33 -07:00
ChenxiJiang333 44cf627956
Update README.md (#32154) 2023-09-21 09:51:58 +08:00
Scott Beddall 616ee29c91
Conda Pipeline Adjustments (#31968)
* adjustments recommended by McCoy
* apply black to adjustments
* our conda packages only support 38 -> 311
2023-09-18 17:37:49 -07:00
Laurent Mazuel 668f410822
Remove vcrpy completely (#32022)
* Remove vcrpy fork

* Packaging update of azure-mgmt-storagesync

* Fix azure-core tests

* cspell

* Fix tests without sdktools

* Adjust tag for azure sdk

---------

Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
2023-09-11 17:54:31 -07:00
Scott Beddall c82f016de6
Add Keyword Check (#31823)
* parse 'keywords' from setup.py in ParsedSetup class
* take advantage of parsed keywords to add new tox environment that verifies that 'azure sdk' is present in the keywords for our packages
* add check to 'analyze' step to invoke newly added keyword check
2023-09-07 16:10:57 -07:00
Scott Beddall f1f3836980
Refactor Conda Pipeline (#31804)
- Restructure per-service conda builds to a single, unified conda build located within `conda-sdk-client`
- This newly refactored pipeline takes the form of two stages. the first builds multiplatform conda packages against py38,39,310,311. the second builds all our universal (noarch) conda packages.
- Move all conda releaselogs under `conda/conda-releaselogs`
- Move all conda recipes from Xiang's personal build store into the official repo
- Refactor conda build pipeline from a script within `devops_tasks` directory to an entrypoint within `azure-sdk-tools`
- Update conda build within azure-sdk-tools to _also retrieve package data_ prior to assembling a conda package. This totally eliminates the need for a difference in CI and local invocation, and massively simplifies the CI pipeline steps
- Update conda version to 2023.09.01
2023-09-06 16:24:33 -07:00
catalinaperalta 0516392254
[generate client] Add post processing option when generating from autorest (#31865)
* add post processing option when generating from autorest

* check if generate section is present

* nit

* update toml section name
2023-08-31 10:41:22 -07:00
Laurent Mazuel d053b3cf39
Generate script (#31649)
* Generate script

* Python folder

* Add TSP support

* Simplify PS mode

* Add tox env

* add shell arg for autorest

---------

Co-authored-by: Catalina Peralta <catalinaperaltah@hotmail.com>
2023-08-29 13:57:13 -07:00
Krista Pratico e857bd3adf
don't run mypy on nonexistent samples dir, fix pip install for tox (#31738) 2023-08-24 14:19:58 -07:00
Scott Beddall 6faa888258
Produce Source Distribution and Documentation as tar.gz (#31419)
* remove all references to *.zip files throughout CI
* source distribution and documentation artifact are now all tar.gz files
* update all references to artifact .zip -> .tar.gz

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
2023-08-15 17:07:37 -07:00
Krista Pratico 33f3fe6cc2
vnext issue creator script (#31474)
* try getting build id

* try more env vars in ci

* try print env var

* try print env var

* wip

* add vnext script

* update label for creating issue

* move dep

* add envar to vnext steps

* add gh token to pipeline

* fix package name and lines too long

* move vnext script to azure-sdk-tools/gh_tools per feedback

* cspell

* fix more cspell
2023-08-11 14:17:26 -07:00
Yuchao Yan a0374d4763
fix (#31563) 2023-08-10 16:11:59 +08:00