Skip to content

Commit 22d5e5f

Browse files
author
Saksham Garg
committed
Fix version: change from 1.0.0b4 to 1.0.0b3
- Updated VERSION in setup.py to 1.0.0b3 - Merged 1.0.0b4 changelog into 1.0.0b3 in HISTORY.rst - All features remain the same (API versioning support) - Added helper files to .gitignore Validation passed: - 37/37 pytest tests passed - azdev style: PASSED - azdev linter: PASSED - test_index.py: 9 tests passed (2 skipped) - aaz folder: unchanged
1 parent 1e67514 commit 22d5e5f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,10 @@ _az_debug/
127127

128128
# Ignore test results
129129
test_results.xml
130+
.opencode/
131+
docs/agents.md
132+
scripts/autofix_cleanroom.py
133+
scripts/autofix_managedcleanroom.sh
134+
scripts/validate_managedcleanroom.sh
135+
src/managedcleanroom/cmdlet_testing_status_detailed.csv
136+
src/managedcleanroom/cmdlet_testing_status.xlsx

src/managedcleanroom/HISTORY.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
===============
55

6-
1.0.0b4
6+
1.0.0b3
77
+++++++
88
* Regenerated analytics_frontend_api SDK from V2026_03_01_Preview OpenAPI specification
99
* BREAKING CHANGE: All frontend API endpoints now require api-version=2026-03-01-preview query parameter
@@ -28,10 +28,6 @@ Release History
2828
* Updated: Added --pending-only filter to invitation list command
2929
* Updated: Added --scope, --from-seqno, --to-seqno filters to audit event list command
3030
* Updated: Response structures modernized (many list endpoints now return structured objects with value arrays)
31-
32-
1.0.0b3
33-
+++++++
34-
* Regenerate analytics_frontend_api SDK from updated frontend.yaml OpenAPI spec
3531
* Remove empty enum value from ApplicationState schema
3632

3733
1.0.0b1

src/managedcleanroom/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 = '1.0.0b4'
13+
VERSION = '1.0.0b3'
1414

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

0 commit comments

Comments
 (0)