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

fix: userAssignedIdentityId in windows azure.json missing quotes #2327

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

xizha162
Copy link
Contributor

@xizha162 xizha162 commented Nov 16, 2019

Reason for Change:

The userAssignedIdentity property in azure.json for windows does not have quotes around the values. So when the value is empty string, you will get the following line in the json:

"userAssignedIdentityID": ,

That is a syntax error.

Issue Fixed:

Requirements:

Notes:

@codecov
Copy link

codecov bot commented Nov 16, 2019

Codecov Report

Merging #2327 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2327   +/-   ##
=======================================
  Coverage   71.73%   71.73%           
=======================================
  Files         142      142           
  Lines       24992    24992           
=======================================
  Hits        17927    17927           
  Misses       5934     5934           
  Partials     1131     1131

Copy link
Member

@mboersma mboersma 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 Nov 18, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mboersma, xizhamsft

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

@mboersma
Copy link
Member

Azure DevOps seems not to have updated the overall "pr-e2e" job status, although all the actual test jobs passed. Merging...

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.

3 participants