Commit a4f54f8
Update managed cleanroom cmdlets (#9700)
* update cmdlets as per frontend spec changes + test fixes+ help
* update ManagedCleanroom frontend cmdlets
* 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
* Update to latest Frontend API spec from develop branch
- Pulled latest spec from azure-cleanroom develop branch
- Fixed ApplicationState empty enum value (AutoRest blocker)
- Regenerated analytics_frontend_api SDK with updated method signatures
- Applied Microsoft MIT License headers to all SDK files
- Updated custom code for SDK method renames (5 functions)
- Updated test mocks for new SDK methods (14 changes across 3 files)
- Added comprehensive pylint suppressions for generated code
SDK Method Changes (internal, transparent to CLI):
- list → list_get
- analytics_dataset_* → analytics_datasets_* (plural)
- check_consent_document_id_get → consent_document_id_get
- set_consent_document_id_put → consent_document_id_put
Validation (all passed):
- pytest: 37/37 tests passed
- azdev style: PASSED
- azdev linter: PASSED
- test_index: PASSED
- aaz folder: unchanged
- wheel: built successfully (157K)
Version: 1.0.0b3 (kept same as requested)
* parameterize cmdlets
* linter and styling fixes
* update query segments to be json objects
* Remove extension-specific entries from global .gitignore
- Removed .opencode/ and personal helper scripts from global .gitignore
- These are extension-specific development files that should not be in the global ignore list
- Files will remain untracked locally without affecting the repository
Addresses PR review feedback
* Update .gitignore
* update extension version
---------
Co-authored-by: Saksham Garg <sakshamgarg@microsoft.com>1 parent 442e523 commit a4f54f8
File tree
27 files changed
+4565
-3947
lines changed- src/managedcleanroom
- azext_managedcleanroom
- analytics_frontend_api
- _utils
- aio
- operations
- operations
- tests/latest
27 files changed
+4565
-3947
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
| |||
172 | 180 | | |
173 | 181 | | |
174 | 182 | | |
| 183 | + | |
175 | 184 | | |
176 | 185 | | |
Lines changed: 15 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 34 | | |
41 | 35 | | |
42 | 36 | | |
43 | 37 | | |
44 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
110 | 101 | | |
111 | 102 | | |
112 | 103 | | |
| |||
0 commit comments