Skip to content

Commit 9baa01d

Browse files
Update overview
* Related to #5 * Users were not clear on which Service Connection type was able to be used
1 parent 59e7821 commit 9baa01d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/Overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Use a [service connection][serviceConnection] with scripts instead of pasting secrets into variables!
44

5+
### *Important note on using Service Connections*
6+
7+
Please note that these tasks are built to only use `Generic` Service Connections. No other connections will be displayed when configuring these tasks. This is due to how Service Connections function in Azure DevOps- `Generic` is a "well-known" connection type as it is built into the platform, and thus can be reliably referenced by these tasks 🙂
8+
9+
Please see the following GitHub Issue if more detail is needed: [LINK](https://github.com/cloudpups/authenticated-scripts/issues/5)
10+
511
## Features
612

713
* ✅ Supply Generic Service Connection to a PowerShell script
@@ -67,4 +73,4 @@ Instances of folks asking for this:
6773
6874
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6975
70-
[serviceConnection]: https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml
76+
[serviceConnection]: https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml

0 commit comments

Comments
 (0)