Skip to content

Commit

Permalink
updated as per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-vaghasia committed Oct 17, 2023
1 parent 32c0981 commit a2aac84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ protected override void ExecuteCmdlet()
{
WriteVerbose($"Retrieving all Solutions within environment '{environmentName}'");
var requestUrl = dynamicsScopeUrl + "/api/data/v9.0/solutions?$filter=isvisible eq true&$expand=publisherid($select=friendlyname)&api-version=9.1";
//https://orge92ba4cd.crm8.dynamics.com/api/data/v9.0/solutions?%24expand=publisherid&%24filter=(isvisible%20eq%20true)&%24orderby=createdon%20desc
var solutions = GraphHelper.GetResultCollectionAsync<Model.PowerPlatform.Environment.Solution.PowerPlatformSolution>(Connection, requestUrl, accessTokenForGettingSolutions).GetAwaiter().GetResult();
WriteObject(solutions, true);
}
Expand Down

0 comments on commit a2aac84

Please sign in to comment.