@pnp/cli-microsoft365 6.10.0 → 6.11.0-beta.613eb82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/Auth.js +2 -1
  2. package/dist/Command.js +1 -1
  3. package/dist/m365/cli/commands/config/config-list.js +29 -0
  4. package/dist/m365/cli/commands.js +1 -0
  5. package/dist/m365/pa/commands/app/app-permission-ensure.js +177 -0
  6. package/dist/m365/pa/commands/app/app-permission-remove.js +170 -0
  7. package/dist/m365/pa/commands.js +2 -0
  8. package/dist/m365/planner/commands/bucket/bucket-add.js +2 -2
  9. package/dist/m365/planner/commands/bucket/bucket-get.js +2 -2
  10. package/dist/m365/planner/commands/bucket/bucket-list.js +2 -2
  11. package/dist/m365/planner/commands/bucket/bucket-remove.js +2 -2
  12. package/dist/m365/planner/commands/bucket/bucket-set.js +2 -2
  13. package/dist/m365/planner/commands/plan/plan-get.js +1 -2
  14. package/dist/m365/planner/commands/plan/plan-list.js +4 -5
  15. package/dist/m365/planner/commands/plan/plan-set.js +2 -2
  16. package/dist/m365/spfx/commands/project/project-externalize/rules/PnPJsRule.js +34 -23
  17. package/dist/m365/spfx/commands/spfx-doctor.js +32 -48
  18. package/dist/m365/spo/commands/file/file-add.js +13 -13
  19. package/dist/m365/spo/commands/file/file-checkin.js +1 -1
  20. package/dist/m365/spo/commands/file/file-checkout.js +1 -1
  21. package/dist/m365/spo/commands/file/file-copy.js +38 -4
  22. package/dist/m365/spo/commands/file/file-list.js +4 -4
  23. package/dist/m365/spo/commands/file/file-move.js +2 -2
  24. package/dist/m365/spo/commands/file/file-remove.js +6 -6
  25. package/dist/m365/spo/commands/file/file-rename.js +2 -2
  26. package/dist/m365/spo/commands/file/file-retentionlabel-ensure.js +1 -1
  27. package/dist/m365/spo/commands/file/file-retentionlabel-remove.js +1 -1
  28. package/dist/m365/spo/commands/file/file-roleassignment-add.js +1 -1
  29. package/dist/m365/spo/commands/file/file-roleassignment-remove.js +1 -1
  30. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +1 -1
  31. package/dist/m365/spo/commands/file/file-roleinheritance-reset.js +1 -1
  32. package/dist/m365/spo/commands/file/file-version-clear.js +1 -1
  33. package/dist/m365/spo/commands/file/file-version-get.js +1 -1
  34. package/dist/m365/spo/commands/file/file-version-list.js +1 -1
  35. package/dist/m365/spo/commands/file/file-version-remove.js +1 -1
  36. package/dist/m365/spo/commands/file/file-version-restore.js +1 -1
  37. package/dist/m365/spo/commands/folder/folder-add.js +2 -4
  38. package/dist/m365/spo/commands/folder/folder-get.js +1 -1
  39. package/dist/m365/spo/commands/folder/folder-list.js +2 -2
  40. package/dist/m365/spo/commands/folder/folder-remove.js +7 -4
  41. package/dist/m365/spo/commands/folder/folder-rename.js +13 -17
  42. package/dist/m365/spo/commands/folder/folder-retentionlabel-ensure.js +1 -1
  43. package/dist/m365/spo/commands/folder/folder-retentionlabel-remove.js +1 -1
  44. package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +1 -1
  45. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +1 -1
  46. package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +1 -1
  47. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +1 -1
  48. package/dist/m365/spo/commands/group/group-list.js +0 -1
  49. package/dist/m365/spo/commands/navigation/navigation-node-set.js +2 -2
  50. package/dist/utils/planner.js +6 -3
  51. package/dist/utils/spo.js +1 -1
  52. package/docs/docs/cmd/aad/user/user-set.mdx +1 -1
  53. package/docs/docs/cmd/cli/config/config-list.mdx +78 -0
  54. package/docs/docs/cmd/flow/flow-enable.mdx +2 -2
  55. package/docs/docs/cmd/login.mdx +6 -0
  56. package/docs/docs/cmd/pa/app/app-permission-ensure.mdx +85 -0
  57. package/docs/docs/cmd/pa/app/app-permission-remove.mdx +74 -0
  58. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +2 -2
  59. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +2 -2
  60. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.mdx +3 -3
  61. package/docs/docs/cmd/spo/file/file-add.mdx +1 -1
  62. package/docs/docs/cmd/spo/file/file-checkin.mdx +1 -1
  63. package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +1 -9
  64. package/docs/docs/cmd/spo/file/file-checkout.mdx +1 -1
  65. package/docs/docs/cmd/spo/file/file-copy.mdx +20 -16
  66. package/docs/docs/cmd/spo/file/file-get.mdx +1 -1
  67. package/docs/docs/cmd/spo/file/file-list.mdx +2 -2
  68. package/docs/docs/cmd/spo/file/file-move.mdx +2 -2
  69. package/docs/docs/cmd/spo/file/file-remove.mdx +8 -8
  70. package/docs/docs/cmd/spo/file/file-rename.mdx +3 -3
  71. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +2 -2
  72. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +3 -3
  73. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +1 -1
  74. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +1 -1
  75. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +1 -1
  76. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +1 -1
  77. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +1 -1
  78. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +1 -1
  79. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +1 -1
  80. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +1 -1
  81. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +1 -1
  82. package/docs/docs/cmd/spo/file/file-sharinglink-remove.mdx +1 -1
  83. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +1 -1
  84. package/docs/docs/cmd/spo/file/file-version-clear.mdx +1 -1
  85. package/docs/docs/cmd/spo/file/file-version-get.mdx +1 -1
  86. package/docs/docs/cmd/spo/file/file-version-list.mdx +1 -1
  87. package/docs/docs/cmd/spo/file/file-version-remove.mdx +1 -1
  88. package/docs/docs/cmd/spo/file/file-version-restore.mdx +1 -1
  89. package/docs/docs/cmd/spo/folder/folder-add.mdx +76 -1
  90. package/docs/docs/cmd/spo/folder/folder-get.mdx +1 -1
  91. package/docs/docs/cmd/spo/folder/folder-list.mdx +1 -1
  92. package/docs/docs/cmd/spo/folder/folder-remove.mdx +1 -1
  93. package/docs/docs/cmd/spo/folder/folder-rename.mdx +5 -1
  94. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +1 -1
  95. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +1 -1
  96. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +2 -2
  97. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +1 -1
  98. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +1 -1
  99. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +1 -1
  100. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +1 -1
  101. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  102. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +1 -1
  103. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +1 -1
  104. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  105. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +1 -1
  106. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  107. package/docs/docs/cmd/yammer/network/network-list.mdx +1 -1
  108. package/npm-shrinkwrap.json +685 -346
  109. package/package.json +14 -14
@@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem';
4
4
 
5
5
  # spo tenant applicationcustomizer list
6
6
 
7
- Retrieves a list of application customizers that are installed tenant-wide.
7
+ Retrieves a list of application customizers that are installed tenant-wide
8
8
 
9
9
  ## Usage
10
10
 
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
 
3
3
  # spo tenant applicationcustomizer remove
4
4
 
5
- Removes an application customizer that is installed tenant wide.
5
+ Removes an application customizer that is installed tenant wide
6
6
 
7
7
  ## Usage
8
8
 
@@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem';
4
4
 
5
5
  # spo tenant commandset add
6
6
 
7
- Add a ListView Command Set as a tenant-wide extension.
7
+ Add a ListView Command Set as a tenant-wide extension
8
8
 
9
9
  ## Usage
10
10
 
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
 
3
3
  # spo tenant commandset remove
4
4
 
5
- Removes a ListView Command Set that is installed tenant wide.
5
+ Removes a ListView Command Set that is installed tenant wide
6
6
 
7
7
  ## Usage
8
8
 
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
 
3
3
  # spo tenant commandset set
4
4
 
5
- Updates a ListView Command Set that is installed tenant wide.
5
+ Updates a ListView Command Set that is installed tenant wide
6
6
 
7
7
  ## Usage
8
8
 
@@ -2,7 +2,7 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # Yammer network list
5
+ # yammer network list
6
6
 
7
7
  Returns a list of networks to which the current user has access
8
8