Sample applications for Azure DevOps Project. Contribute to Tweety2oo6/devops-project-samples development by creating an account on GitHub.
let Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/v4.0-preview/TestResultsDaily? $apply=filter(" &"Pipeline/PipelineName eq '{pipelineName}' " &"And Date/Date ge {startdate} " &"And Workflow eq 'Build' " &") " &"/groupby( " &"(TestSK,...
let Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/V3.0-preview/WorkItemBoardSnapshot?" &"$apply=filter( " &"Team/TeamName eq '{teamname}' " &"and BoardName eq 'Stories' " &"and DateValue ge {startdate} " &") " &"/groupby( " &"(DateV...
Demo video of this Azure Logic App: The Azure DevOps project that is being used for this demo can be located here:Azure DevOps Orchestration with Azure Logic Apps sample pipeline Contents File/folderDescription samplesSample payloads that are sent to the app for execution. ...
let Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/v3.0-preview/WorkItemSnapshot?" &"$apply=filter(WorkItemType eq 'User Story' " &"and StateCategory ne 'Completed' " &"and (Teams/any(x:x/TeamName eq '{teamname}') or Teams/any(x:x/Team...
let Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/v3.0-preview/WorkItems?" &"$filter=WorkItemType eq 'User Story' " &"and StateCategory eq 'Completed' " &"and CompletedDate ge {startdate} " &"and (Teams/any(x:x/TeamName eq '{teamname})...
Add a postscript to leave one last impression. Mention an Azure DevOps project you admire or a recent DevOps trend you're excited about. Pro Tip:Following up a week after applying, especially if you haven't heard back, can improve your chances. ...
Node = configurationServer.CatalogNode; ReadOnlyCollection<CatalogNode> tpcNodes = catalogNode.QueryChildren( new Guid[] { CatalogResourceTypes.ProjectCollection }, false, CatalogQueryOptions.None); // Process each of the team project collections foreach (CatalogNode tpcNode in tpcNodes) { //...
// Print the name of the team project collection Console.WriteLine(“Collection: ” + tpc.Name); // Get catalog of team projects for the collection ReadOnlyCollection<CatalogNode> tpNodes = tpcNode.QueryChildren( new Guid[] { CatalogResourceTypes.TeamProject }, false, CatalogQueryOptions.None...
DevOps Engineer ApexByte Solutions, Caldwell, ID January 2020–May 2022 Built distributed cloud systems leveraging AWS and Azure, reducing latency by 25% and improving application response times. Automated routine maintenance tasks using Python and Bash scripts, saving 15 hours of manual work per wee...