Skip to content

Commit

Permalink
earliest versions of communication identity tests are set up improper…
Browse files Browse the repository at this point in the history
…ly. skip 1.0.0 in regression testing (Azure#19258)
  • Loading branch information
scbedd committed Jun 14, 2021
1 parent 9998221 commit ad92392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/devops_tasks/git_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
'azure-eventgrid': '1.3.0',
'azure-schemaregistry-avroserializer': '1.0.0b1',
'azure-storage-blob-changefeed' : '12.0.0b2',
'azure-storage-file-datalake': '12.2.0b1'
'azure-storage-file-datalake': '12.2.0b1',
'azure-communication-identity': '1.0.0'
}

# This method identifies release tag for latest or oldest released version of a given package
Expand Down

0 comments on commit ad92392

Please sign in to comment.