Skip to content

Commit 7ca638d

Browse files
committed
Merge branch 'main' into fix-upload-fragment
2 parents 3f4c8c5 + a3db5a5 commit 7ca638d

File tree

3 files changed

+109
-1
lines changed

3 files changed

+109
-1
lines changed

src/index.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41010,6 +41010,67 @@
4101041010
"version": "1.4.3"
4101141011
},
4101241012
"sha256Digest": "f15077b2b7b7d40554529cb3382dd023462abb7f776040fe662dfb4293d1107d"
41013+
},
41014+
{
41015+
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.4.4-py3-none-any.whl",
41016+
"filename": "confcom-1.4.4-py3-none-any.whl",
41017+
"metadata": {
41018+
"azext.minCliCoreVersion": "2.26.2",
41019+
"classifiers": [
41020+
"Development Status :: 4 - Beta",
41021+
"Intended Audience :: Developers",
41022+
"Intended Audience :: System Administrators",
41023+
"Programming Language :: Python",
41024+
"Programming Language :: Python :: 3",
41025+
"Programming Language :: Python :: 3.6",
41026+
"Programming Language :: Python :: 3.7",
41027+
"Programming Language :: Python :: 3.8",
41028+
"Programming Language :: Python :: 3.9",
41029+
"Programming Language :: Python :: 3.10",
41030+
"License :: OSI Approved :: MIT License"
41031+
],
41032+
"extensions": {
41033+
"python.details": {
41034+
"contacts": [
41035+
{
41036+
"email": "[email protected]",
41037+
"name": "Microsoft Corporation",
41038+
"role": "author"
41039+
}
41040+
],
41041+
"document_names": {
41042+
"description": "DESCRIPTION.rst"
41043+
},
41044+
"project_urls": {
41045+
"Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom"
41046+
}
41047+
}
41048+
},
41049+
"extras": [],
41050+
"generator": "bdist_wheel (0.30.0)",
41051+
"license": "MIT",
41052+
"metadata_version": "2.0",
41053+
"name": "confcom",
41054+
"run_requires": [
41055+
{
41056+
"requires": [
41057+
"PyYAML (>=6.0.1)",
41058+
"PyYAML>=6.0.1",
41059+
"deepdiff (~=8.6.1)",
41060+
"deepdiff~=8.6.1",
41061+
"docker (>=6.1.0)",
41062+
"docker>=6.1.0",
41063+
"pydantic (>=2.12.4)",
41064+
"pydantic>=2.12.4",
41065+
"tqdm (==4.65.0)",
41066+
"tqdm==4.65.0"
41067+
]
41068+
}
41069+
],
41070+
"summary": "Microsoft Azure Command-Line Tools Confidential Container Security Policy Generator Extension",
41071+
"version": "1.4.4"
41072+
},
41073+
"sha256Digest": "0ffe0b02a57ab1938bfb727b4d67fb1709fbad4de2c235c6dd2819ded964267f"
4101341074
}
4101441075
],
4101541076
"confidentialledger": [
@@ -113341,6 +113402,49 @@
113341113402
"version": "4.1.0"
113342113403
},
113343113404
"sha256Digest": "f7ea5016da59cc8124e3def584d26e07a831bbb5ad46d0ceebdcedea382aeb40"
113405+
},
113406+
{
113407+
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/workload_orchestration-4.2.0-py3-none-any.whl",
113408+
"filename": "workload_orchestration-4.2.0-py3-none-any.whl",
113409+
"metadata": {
113410+
"azext.isPreview": false,
113411+
"azext.minCliCoreVersion": "2.67.0",
113412+
"classifiers": [
113413+
"Development Status :: 5 - Production/Stable",
113414+
"Intended Audience :: Developers",
113415+
"Intended Audience :: System Administrators",
113416+
"Programming Language :: Python",
113417+
"Programming Language :: Python :: 3",
113418+
"Programming Language :: Python :: 3.7",
113419+
"Programming Language :: Python :: 3.8",
113420+
"Programming Language :: Python :: 3.9",
113421+
"License :: OSI Approved :: MIT License"
113422+
],
113423+
"extensions": {
113424+
"python.details": {
113425+
"contacts": [
113426+
{
113427+
"email": "[email protected]",
113428+
"name": "Microsoft Corporation",
113429+
"role": "author"
113430+
}
113431+
],
113432+
"document_names": {
113433+
"description": "DESCRIPTION.rst"
113434+
},
113435+
"project_urls": {
113436+
"Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/workload-orchestration"
113437+
}
113438+
}
113439+
},
113440+
"generator": "bdist_wheel (0.30.0)",
113441+
"license": "MIT",
113442+
"metadata_version": "2.0",
113443+
"name": "workload-orchestration",
113444+
"summary": "Microsoft Azure Command-Line Tools WorkloadOperations Extension.",
113445+
"version": "4.2.0"
113446+
},
113447+
"sha256Digest": "825fbc61f7adc4b800294cef7a18a11c61964cba62d13e7b2ca4739aec2f5b0c"
113344113448
}
113345113449
],
113346113450
"workloads": [

src/workload-orchestration/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
4.2.0
7+
++++++
8+
* November 2025 release
9+
610
4.1.0
711
++++++
812
* Added currentStage and latestActionTriggeredBy fields in response of below commands:

src/workload-orchestration/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# HISTORY.rst entry.
13-
VERSION = '4.1.0'
13+
VERSION = '4.2.0'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)