1+ # PowerShell Module for Power Platform Dataverse
2+ # Copyright(C) 2024 AMSoftwareNL
3+ #
4+ # This program is free software: you can redistribute it and/or modify
5+ # it under the terms of the GNU General Public License as published by
6+ # the Free Software Foundation, either version 3 of the License, or
7+ # (at your option) any later version.
8+ #
9+ # This program is distributed in the hope that it will be useful,
10+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ # GNU General Public License for more details.
13+ #
14+ # You should have received a copy of the GNU General Public License
15+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
16+
17+
18+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
19+ function Export-DataverseWebResource {
20+ [CmdletBinding ()]
21+ param ( )
22+ begin { throw [System.NotImplementedException ]::new() }
23+ }
24+
25+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
26+ function Export-DataversePluginAssembly {
27+ [CmdletBinding ()]
28+ param ( )
29+ begin { throw [System.NotImplementedException ]::new() }
30+ }
31+
32+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
33+ function Import-DataverseWebResource {
34+ [CmdletBinding ()]
35+ param ( )
36+ begin { throw [System.NotImplementedException ]::new() }
37+ }
38+
39+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
40+ function Publish-DataverseComponent {
41+ [CmdletBinding ()]
42+ param ( )
43+ begin { throw [System.NotImplementedException ]::new() }
44+ }
45+
46+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
47+ function Register-DataverseDataProvider {
48+ [CmdletBinding ()]
49+ param ( )
50+ begin { throw [System.NotImplementedException ]::new() }
51+ }
52+
53+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
54+ function Register-DataversePlugin {
55+ [CmdletBinding ()]
56+ param ( )
57+ begin { throw [System.NotImplementedException ]::new() }
58+ }
59+
60+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
61+ function Register-DataversePluginStep {
62+ [CmdletBinding ()]
63+ param ( )
64+ begin { throw [System.NotImplementedException ]::new() }
65+ }
66+
67+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
68+ function Register-DataversePluginStepImage {
69+ [CmdletBinding ()]
70+ param ( )
71+ begin { throw [System.NotImplementedException ]::new() }
72+ }
73+
74+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
75+ function Register-DataverseServiceEndpoint {
76+ [CmdletBinding ()]
77+ param ( )
78+ begin { throw [System.NotImplementedException ]::new() }
79+ }
80+
81+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
82+ function Register-DataverseWebhook {
83+ [CmdletBinding ()]
84+ param ( )
85+ begin { throw [System.NotImplementedException ]::new() }
86+ }
87+
88+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
89+ function Test-DataverseSolution {
90+ [CmdletBinding ()]
91+ param ( )
92+ begin { throw [System.NotImplementedException ]::new() }
93+ }
94+
95+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
96+ function Test-DataverseSolutionComponent {
97+ [CmdletBinding ()]
98+ param ( )
99+ begin { throw [System.NotImplementedException ]::new() }
100+ }
101+
102+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
103+ function Unregister-DataverseDataProvider {
104+ [CmdletBinding ()]
105+ param ( )
106+ begin { throw [System.NotImplementedException ]::new() }
107+ }
108+
109+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
110+ function Unregister-DataversePlugin {
111+ [CmdletBinding ()]
112+ param ( )
113+ begin { throw [System.NotImplementedException ]::new() }
114+ }
115+
116+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
117+ function Unregister-DataversePluginAssembly {
118+ [CmdletBinding ()]
119+ param ( )
120+ begin { throw [System.NotImplementedException ]::new() }
121+ }
122+
123+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
124+ function Unregister-DataversePluginStep {
125+ [CmdletBinding ()]
126+ param ( )
127+ begin { throw [System.NotImplementedException ]::new() }
128+ }
129+
130+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
131+ function Unregister-DataversePluginStepImage {
132+ [CmdletBinding ()]
133+ param ( )
134+ begin { throw [System.NotImplementedException ]::new() }
135+ }
136+
137+ # . EXTERNALHELP AMSoftware.Dataverse.PowerShell.Development.psm1-help.xml
138+ function Unregister-DataverseServiceEndpoint {
139+ [CmdletBinding ()]
140+ param ( )
141+ begin { throw [System.NotImplementedException ]::new() }
142+ }
0 commit comments