Commit a17ad47
authored
Fix ResourceUrl for Token Retrieval in Connect-FabricAccount (#51)
* Fix ResourceUrl for Token Retrieval in Connect-FabricAccount
Updated the ResourceUrl used to retrieve the authentication token in the Connect-FabricAccount function. This change ensures that the correct API endpoint is utilized for obtaining the Fabric token, improving the reliability of the connection process for Pester Help Tests.
Thank you!
* Fixed a bug in New-FabricEventhouse that ran Invoke-RestMethod twice. Removed the ShouldProcess Check, rather than the one outside the ShouldProcess This change simplifies the API request process.
* Add ShouldProcess check for API request in New-FabricEventhouse
This change introduces a ShouldProcess check before making the API request to create a new Eventhouse. This ensures that the operation is confirmed by the user, enhancing safety and control over the action.1 parent d771488 commit a17ad47
File tree
2 files changed
+1
-12
lines changed- source/Public
- Eventhouse
2 files changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 155 | | |
167 | 156 | | |
168 | 157 | | |
| |||
0 commit comments