Commit 63c04ab
authored
Add artifacts cmdlets (#166)
* Correct input variable name
* Add GetArtifactFeed
* Fix package version
* Add GetArtifactFeedView
* Update Winget manifest
* Add new itfs alias
* Add group as team admin, add Artifacts initial support (#163)
* Remove restriction on adding groups
* Add AreaPaths to New-Team
* Resume using the latest Azure DevOps SDK
* Fix empty return in GetTeamMember and GetTeamAdmin
* Fix handling of NoDefaultArea, NoBacklogIteration
* Update release notes
* Improve error message when using Server scope
* Update release notes
* Rename TfsQueryMembership to WebApi*
* Add Remove-TfsGitBranch cmdlet
* Bring back support for long queries
* Add artifact feed format
* Update release notes
* Add FeedView formatting
* Add get feed by id
* Add Artifact cmdlets
* Improve parameter handling
* Update artifact formatting
* Bump packages version
* Update release notes
* Add formatting
* Improve parameter logging
* Enumerate returned collections
* Improve "sequence has no elements" message
* Adjust argument list
* Add GetArtifactVersion
* Fix area path handling for new teams
* Update release notes
* Remove flaky test1 parent cf05988 commit 63c04ab
File tree
4 files changed
+6
-6
lines changed- CSharp/TfsCmdlets/Controllers/Team
- Docs/ReleaseNotes
- PS/_Tests
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments