Commit 5b37318
Add missing HasHolds property to Get-PnPTenantSite cmdlet output (#4976)
* Initial plan
* Initial investigation: Found HasHolds property in SiteProperties
Co-authored-by: gautamdsheth <8832018+gautamdsheth@users.noreply.github.com>
* Add HasHolds property to SPOSite model for Get-PnPTenantSite cmdlet
Co-authored-by: gautamdsheth <8832018+gautamdsheth@users.noreply.github.com>
* Clean up duplicate test methods and finalize HasHolds property implementation
Co-authored-by: gautamdsheth <8832018+gautamdsheth@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gautamdsheth <8832018+gautamdsheth@users.noreply.github.com>1 parent b97375b commit 5b37318
File tree
3 files changed
+14
-1
lines changed- src
- Commands
- Model
- Utilities
- Tests/Admin
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
92 | 103 | | |
93 | 104 | | |
94 | 105 | | |
| |||
0 commit comments