Skip to content

Commit ad92392

Browse files
authored
earliest versions of communication identity tests are set up improperly. skip 1.0.0 in regression testing (Azure#19258)
1 parent 9998221 commit ad92392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/devops_tasks/git_helper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
'azure-eventgrid': '1.3.0',
2626
'azure-schemaregistry-avroserializer': '1.0.0b1',
2727
'azure-storage-blob-changefeed' : '12.0.0b2',
28-
'azure-storage-file-datalake': '12.2.0b1'
28+
'azure-storage-file-datalake': '12.2.0b1',
29+
'azure-communication-identity': '1.0.0'
2930
}
3031

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

0 commit comments

Comments
 (0)