Skip to content

Commit

Permalink
Fix case sensitive switches (#357)
Browse files Browse the repository at this point in the history
* update cli wrapper

* update dist

---------

Co-authored-by: Swapnil Bhalgat <sbhalgat@microsoft.com>
  • Loading branch information
swapnilbhalgat and Swapnil Bhalgat committed Jun 9, 2023
1 parent 1bedc3a commit 657afe5
Show file tree
Hide file tree
Showing 31 changed files with 2,893 additions and 625 deletions.
125 changes: 103 additions & 22 deletions dist/actions/add-solution-component/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/assign-group/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/assign-user/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/backup-environment/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/actions/branch-solution/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,7 @@ var require_package = __commonJS({
dependencies: {
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.0",
"@microsoft/powerplatform-cli-wrapper": "^0.1.94",
"@microsoft/powerplatform-cli-wrapper": "^0.1.100",
"date-fns": "^2.30.0",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1",
Expand Down
125 changes: 103 additions & 22 deletions dist/actions/catalog-status/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/check-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/clone-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/copy-environment/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/create-environment/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/delete-environment/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/delete-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/deploy-package/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/download-paportal/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/export-data/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/export-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/import-data/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/import-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/install-catalog/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/pack-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/publish-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/reset-environment/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/restore-environment/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/submit-catalog/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/unpack-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/update-solution-version/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/upgrade-solution/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/upload-paportal/index.js

Large diffs are not rendered by default.

125 changes: 103 additions & 22 deletions dist/actions/who-am-i/index.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.0",
"@microsoft/powerplatform-cli-wrapper": "^0.1.94",
"@microsoft/powerplatform-cli-wrapper": "^0.1.100",
"date-fns": "^2.30.0",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1",
Expand Down

0 comments on commit 657afe5

Please sign in to comment.