Skip to content

Commit 360a90c

Browse files
authored
Update Azure DevOps Services Changesets.M
1 parent 7e9b7b6 commit 360a90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Miscellaneous/Scripts/M/Azure DevOps Services Changesets.M

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//set the parameter "source_control_org_url" e.g https://dev.azure.com/YourOrganziation/YourProject
1+
//set the parameter "source_control_org_url" e.g. https://dev.azure.com/YourOrganziation/YourProject
22

33
let
44
Source = VSTS.Contents(source_control_org_url & "/_apis/tfvc/changesets?api-version=6.0"),
@@ -19,4 +19,4 @@ let
1919
#"Changed Type2" = Table.TransformColumnTypes(#"Reordered Columns",{{"Created DateTime", type datetime}}),
2020
#"Replaced Value" = Table.ReplaceValue(#"Changed Type2","/_apis/tfvc/changesets/","/_versionControl/changeset/",Replacer.ReplaceText,{"url"})
2121
in
22-
#"Replaced Value"
22+
#"Replaced Value"

0 commit comments

Comments
 (0)