Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

fix: #926 Escape servicePrincipalClientSecret in Windows custom script block #927

Merged
merged 3 commits into from
Apr 3, 2019

Conversation

PatrickLang
Copy link
Contributor

Reason for Change:
The AADClientSecret needs to be escaped in case it contains a special character such as )

Issue Fixed:
Fixes #926

Requirements:

Notes:

Not tested, relying on automation to test it

@acs-bot acs-bot added the size/XS label Apr 1, 2019
@CecileRobertMichon CecileRobertMichon changed the title bug: fix #926 Escape servicePrincipalClientSecret in Windows custom script block fix: #926 Escape servicePrincipalClientSecret in Windows custom script block Apr 1, 2019
@jackfrancis
Copy link
Member

/azp run pr-e2e

@jackfrancis
Copy link
Member

lgtm pending E2E

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@CecileRobertMichon
Copy link
Contributor

unit tests are failing @PatrickLang

@CecileRobertMichon
Copy link
Contributor

/azp run pr-e2e

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PatrickLang
Copy link
Contributor Author

/azp run pr-e2e

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecov
Copy link

codecov bot commented Apr 3, 2019

Codecov Report

Merging #927 into master will decrease coverage by 0.04%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #927      +/-   ##
==========================================
- Coverage    73.4%   73.35%   -0.05%     
==========================================
  Files         130      130              
  Lines       17689    17717      +28     
==========================================
+ Hits        12984    12996      +12     
- Misses       4007     4024      +17     
+ Partials      698      697       -1

Copy link
Contributor

@CecileRobertMichon CecileRobertMichon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@acs-bot
Copy link

acs-bot commented Apr 3, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, PatrickLang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@acs-bot acs-bot merged commit 8b82f15 into Azure:master Apr 3, 2019
mboersma pushed a commit that referenced this pull request Apr 4, 2019
…t block (#927)

* fix: #926 Escape servicePrincipalClientSecret in Windows custom script block

* Fix unit test

* Fixing escapes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using special characters in client_secret will break windows node pool creation
5 participants