[Communication] Move core dependency to setup.py from dev_requirements in communication management package - #16077
Merged
Merged
Conversation
Contributor
Author
|
/azp run python - communication - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
turalf
marked this pull request as ready for review
January 12, 2021 17:49
turalf
requested review from
a team,
00Kai0,
RezaJooyandeh,
ankitarorabit,
changlong-liu,
jsntcy and
msyyc
as code owners
January 12, 2021 17:49
sacheu
reviewed
Jan 18, 2021
| 'msrest>=0.5.0', | ||
| 'msrestazure>=0.4.32,<2.0.0', | ||
| 'azure-common~=1.1', | ||
| "azure-core<2.0.0,>=1.2.2" |
There was a problem hiding this comment.
nit, change from " to ' in order to be consistent with line 84-86
memontic-ms
approved these changes
Jan 19, 2021
iscai-msft
added a commit
to iscai-msft/azure-sdk-for-python
that referenced
this pull request
Jan 20, 2021
…into fix_autorest_links * 'master' of https://github.com/Azure/azure-sdk-for-python: (44 commits) Added credscan steps for python (Azure#16136) [Communication] Move core dependency to setup.py from dev_requirements in communication management package (Azure#16077) Increment package version after release of azure_security_attestation (Azure#16218) T2 compute 2021 01 19 (Azure#16246) Update error message in tools repo (Azure#16245) Add LanguageDisplayName variable to LanguageSettings file (Azure#16239) Fix Eventgrid sample (Azure#16217) Adding 2020-09-01-hybrid profile (Azure#14642) Increment version for storage releases (Azure#16152) Increment package version after release of azure_storage_file_datalake (Azure#16157) make the globbing of the packages work in dev_setup from any invocation directory (Azure#16209) [Queues] Generated Queues using newest autorest version (Azure#16148) T2 confluent 2021 01 15 (Azure#16221) we are using a pool not a specific vmImage (Azure#16213) Naming Feedback - part 2 (Azure#16210) Naming feedback - part 1 (Azure#16208) Raise on bad credential (Azure#16206) Updated release date (Azure#16205) Required params must be positional (Azure#16194) Replace EventgridSharedAccessSignatureCredential with AzureSasCredential (Azure#16147) ...
azure-sdk-automation Bot
pushed a commit
that referenced
this pull request
Jul 28, 2026
Package name approval is now gated at the spec PR level via the package-name-approval workflow on azure-rest-api-specs. Since spec PRs cannot merge without package name approval, SDK generation never starts for unapproved package names. The release-time check is redundant. Changes: - Remove packageNameStatus from Check-ApiReviewStatus and Process-ReviewStatusCode in ApiView-Helpers.ps1 - Remove PackageNameApproval from VerifyAPIReview return object - Remove PackageNameApproval from release blocking condition - Remove PackageNameApprovalStatus/Details from work item updates Fixes #16077 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
azure-sdk-automation Bot
pushed a commit
that referenced
this pull request
Jul 28, 2026
Package name approval is now gated at the spec PR level via the package-name-approval workflow on azure-rest-api-specs. Since spec PRs cannot merge without package name approval, SDK generation never starts for unapproved package names. The release-time check is redundant. Changes: - Remove packageNameStatus from Check-ApiReviewStatus and Process-ReviewStatusCode in ApiView-Helpers.ps1 - Remove PackageNameApproval from VerifyAPIReview return object - Remove PackageNameApproval from release blocking condition - Remove PackageNameApprovalStatus/Details from work item updates Fixes #16077 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
azure-sdk-automation Bot
pushed a commit
that referenced
this pull request
Jul 28, 2026
Package name approval is now gated at the spec PR level via the package-name-approval workflow on azure-rest-api-specs. Since spec PRs cannot merge without package name approval, SDK generation never starts for unapproved package names. The release-time check is redundant. Changes: - Remove packageNameStatus from Check-ApiReviewStatus and Process-ReviewStatusCode in ApiView-Helpers.ps1 - Remove PackageNameApproval from VerifyAPIReview return object - Remove PackageNameApproval from release blocking condition - Remove PackageNameApprovalStatus/Details from work item updates Fixes #16077 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
azure-sdk-automation Bot
pushed a commit
that referenced
this pull request
Jul 28, 2026
Package name approval is now gated at the spec PR level via the package-name-approval workflow on azure-rest-api-specs. Since spec PRs cannot merge without package name approval, SDK generation never starts for unapproved package names. The release-time check is redundant. Changes: - Remove packageNameStatus from Check-ApiReviewStatus and Process-ReviewStatusCode in ApiView-Helpers.ps1 - Remove PackageNameApproval from VerifyAPIReview return object - Remove PackageNameApproval from release blocking condition - Remove PackageNameApprovalStatus/Details from work item updates Fixes #16077 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We had this PR to solve the dependency issue.
However the tests still failing for the scheduled runs of the pipeline. Moving that into setup.py