about summary refs log tree commit diff
path: root/pkgs/tools/admin/azure-cli/python-packages.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-09Merge pull request #276695 from katexochen/azure-cli/pluginsPol Dellaiera1-1/+12
azure-cli: immutable command index & add extensions
2024-03-20azure-cli: 2.56.0 -> 2.58.0Jean-Francois Chevrette1-120/+32
2024-03-02azure-cli: immutable command indexPaul Meyer1-1/+12
2024-01-22azure-cli: 2.55.0 -> 2.56.0Paul Meyer1-3/+5
2024-01-20Merge pull request #282191 from RaitoBezarius/wrong-sri-hashesWeijia Wang1-1/+1
azure-cli: `azure-mgmt-devtestlabs` has wrong SRI hash
2024-01-20azure-cli: `azure-mgmt-devtestlabs` has wrong SRI hashRaito Bezarius1-1/+1
Nix does not care too much about this, but this is problematic for evaluators which are strict, like Tvix. In the future, my wish is that Nix becomes stricter on those SRI hashes as this is somewhat problematic to accept arbitrary padding.
2024-01-18azure-cli: fix transitive dependenciesPaul Meyer1-4/+10
Seems like these are broken after https://github.com/NixOS/nixpkgs/pull/279138 https://github.com/NixOS/nixpkgs/pull/279143
2023-12-08azure-cli: 2.54.0 -> 2.55.0Fabian Affolter1-3/+4
Changelog: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md
2023-11-29azure-cli: 2.53.1 -> 2.54.0Samy Lahfa1-24/+53
BIG CHANGES (improve stability): - Removed patches for python311 test as they got fixed. - Fix az self-test, upgrade azure-mgmt-signalr version to 2.0.0b2 - Pin all release dependencies and add msrest to azure-mgmt-maps - Removed override antlr4-python3-runtime of antlr4 to antlr4_9 was causing ord 'monitor' errors during self-test. - Pinned azure-mgmt-* dependencies to https://github.com/Azure/azure-cli/blob/f74a18bc269b41b1b9d2712113ac54cba16b7e02/src/azure-cli/requirements.py3.Linux.txt - Pin antlr to 4.12
2023-10-31azure-cli: dependencies cleanupmdarocha1-421/+29
Synced propagatedBuildInputs with what's actually defined in the upstream source. Also based on the result of self-test, all overrides that were not necessary or breaking something were removed. Several import tests were removed - they are caused by the related package being vendored into the upstream source.
2023-10-26azure-cli: fix azure-cli-core buildmdarocha1-0/+15
Apply patch to fix tests broken on python311
2023-10-06azure-cli: 2.52.0 -> 2.53.0Fabian Affolter1-20/+10
2023-09-20Merge pull request #256269 from fabaff/azure-data-tables-bumpFabian Affolter1-2/+4
python311Packages.azure-data-tables: 12.4.3 -> 12.4.4
2023-09-20Merge pull request #256280 from fabaff/azure-mgmt-iothub-bumpFabian Affolter1-2/+4
python311Packages.azure-mgmt-iothub: 2.4.0 -> 3.0.0
2023-09-20azure-cli: adjust azure-mgmt-redis overrideFabian Affolter1-2/+4
2023-09-20azure-cli: azure-mgmt-iothub overrideFabian Affolter1-2/+4
2023-09-20azure-cli: adjust azure-data-tables overrideFabian Affolter1-2/+4
2023-09-17azure-cli: fix build again due to overriden package changesLily Foster1-2/+4
2023-09-09azure-cli : 2.51.0 -> 2.52.0Samy Lahfa1-2/+2
2023-08-28azure-cli: add msrest to specific overridesPhillip Cloud1-6/+12
2023-08-28azure-cli: add missing azure-mgmt-appcontainers dependencyPhillip Cloud1-0/+3
2023-08-28style: format azure-cli/python-packages.nixPhillip Cloud1-26/+26
2023-08-24azure-cli: use overridePythonAttrs for overridesLily Foster1-1/+1
2023-08-13azure-cli: 2.50.0 → 2.51.0 ↵Samy Lahfa1-17/+17
https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/release-notes-azure-cli.md * Add SourceProvenance and changelog * Fix typo on sourceTypes * Bump msal from 1.20.0 to 1.24.0b1 * Fix changelog link to latest file upstream instead of commit * Add meta.{mainProgram,platforms,longDescription,downloadPage} and update sha256 to sha512
2023-07-25pkgs/tools/admin: remove dead codefigsoda1-1/+1
with the help of deadnix & nil
2023-07-23azure-cli: 2.49.0 → 2.50.0Samy Lahfa1-16/+17
2023-06-29azure-cli: 2.44.1 -> 2.49.0Jean-François Roche1-53/+64
2023-05-25treewide: tools/admin: use top-level fetchPypiWeijia Wang1-21/+21
2023-03-16azure-cli: fix buildWeijia Wang1-1/+2
2023-03-03aws-cli: Use hash and SRI hashesMartin Weinelt1-38/+38
With the python package set moving to hash, overriding the fetcher and reintroducing sha256 breaks eval, due to multiple hashes passed.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-2/+2
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-20azure-cli: 2.37.0 -> 2.44.1Andreas Stührk1-81/+84
2022-12-09azure-cli: fix hashMathijs Kwik1-1/+1
f7b8a5d7f636c37f0a46ac2c5ca69a342bfccc90 changed the upstream version to "hash" that lead to "multiple hashes passed to fetchurl" for this override
2022-06-07fixup! azure-cli: 2.34.1 -> 2.37.0Sandro Jäckel1-10/+1
2022-06-06azure-cli: 2.34.1 -> 2.37.0Jonathan Ringer1-60/+80
2022-06-06azure-cli: remove blanket python2 compat logicJonathan Ringer1-10/+8
2022-05-05python3Packages.azure-mgmt-msi: update propagatedBuildInputsRobert Schütz1-2/+13
2022-04-25azure-cli: pin azure-mgmt-servicelinkerJonathan Ringer1-0/+3
2022-03-14azure-cli: 2.32.0 -> 2.34.1Jonathan Ringer1-27/+28
2022-03-02azure-cli: fix buildJonathan Ringer1-12/+0
2022-02-03Merge remote-tracking branch 'origin/staging-next' into stagingJonathan Ringer1-1/+1
2022-02-03azure-cli: fix azure-batch shaJonathan Ringer1-1/+1
2022-01-23azure-cli: fix depsJonathan Ringer1-1/+12
2022-01-20azure-cli: fix adal testsJonathan Ringer1-0/+2
2022-01-13azure-cli: 2.30.0 -> 2.32.0Jonathan Ringer1-28/+27
2022-01-08azure-cli: fix pinning for azure-mgmt-computeJonathan Ringer1-1/+1
2021-12-25azure-cli: fix recoeryservicebackup shaJonathan Ringer1-1/+1
2021-12-10Merge master into staging-nextgithub-actions[bot]1-5/+4
2021-12-09azure-cli: python -> python3 renaming, remove optional py2 depsJonathan Ringer1-5/+4
To avoid python2 false positives
2021-11-30azure-cli: fix namespacing of dependencyJonathan Ringer1-3/+11