You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Description for Azure RMService Connection (#516)
feat: add description field to Add-VSTeamAzureRMServiceEndpoint cmdlet
* Update Add-VSTeamAzureRMServiceEndpoint.ps1 to include description field
* Create Add-VSTeamAzureRMServiceEndpoint.Tests.ps1 for tests
* Update CHANGELOG.md to reflect changes
* Update cmdlet name to VSTeamAzureRMServiceEndpoint
* Add necessary mocks and fix typos in tests
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## 7.11.0
4
+
5
+
Merged [Pull Request](https://github.com/MethodsAndPractices/vsteam/pull/516) from [Arturo Polanco](https://github.com/arturopolanco) the following:
6
+
- Added option to add a description to the Azure RM Service Connecstions.
7
+
3
8
## 7.10.0
4
9
5
10
Merged [Pull Request](https://github.com/MethodsAndPractices/vsteam/pull/486) from [Sebastian Schütze](https://github.com/SebastianSchuetze) the following:
0 commit comments