forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-python …
…into enum-meta * 'master' of https://github.com/Azure/azure-sdk-for-python: (128 commits) Communication identity api redesign (Azure#16420) fix EH samples and docs (Azure#16457) T2 redisenterprise 2021 02 02 (Azure#16472) Update automation_generate.sh (Azure#16470) Sync eng/common directory with azure-sdk-tools for PR 1353 (Azure#16465) Normalize the package name for Doc.Ms readme (Azure#16401) fix changelog and version (Azure#16445) we should always run integration to publish from our artifacts. if the build pipeline crashed too early in the pipeline, this will fail regardless, due to inability to pull the artifacts down (Azure#15058) Fix DateTime bug (Azure#16456) Resolve Regression Failures (Azure#16455) [text analytics] Expose 'string_index_type' parameter in all service client methods where applicable (Azure#16412) adding devtools to the appconfig dev_reqs to solve python core issue (Azure#16381) Copy job matrix functionality (Azure#16450) Add APIView KV variable group to prepare pipelines bot (Azure#16451) [Datalake] Added support for PurePosixPath (Azure#16400) Regenerate baseline because last one break. (Azure#16415) adding step to test for crlf line endings (Azure#16398) [Datalake] Removed list_paths manual paging and deserialization (Azure#16309) Sync eng/common directory with azure-sdk-tools for PR 1351 (Azure#16448) Update auto_codegen.py (Azure#16443) ...
- Loading branch information
Showing
2,260 changed files
with
478,807 additions
and
76,908 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ build/ | |
|
||
# Test results | ||
TestResults/ | ||
ENV_DIR/ | ||
|
||
# tox generated artifacts | ||
test-junit-*.xml | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# DO NOT EDIT THIS FILE | ||
# This file is generated automatically and any changes will be lost. | ||
|
||
trigger: | ||
branches: | ||
include: | ||
- master | ||
- hotfix/* | ||
- release/* | ||
- restapi* | ||
paths: | ||
include: | ||
- sdk/MyService/ | ||
|
||
pr: | ||
branches: | ||
include: | ||
- master | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
- restapi* | ||
paths: | ||
include: | ||
- sdk/MyService/ | ||
|
||
extends: | ||
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml | ||
parameters: | ||
ServiceDirectory: MyService | ||
Artifacts: | ||
- name: azure_mgmt_MyService | ||
safeName: azuremgmtMyService |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
azure-core>=0.0.0b1 | ||
azure-identity>=0.0.0b1 | ||
azure-cosmos>=4.0.0b5 | ||
azure-eventhub>=0.0.0b1 | ||
azure-keyvault-certificates>=0.0.0b1 | ||
azure-keyvault-keys>=0.0.0b1 | ||
azure-keyvault-secrets>=0.0.0b1 | ||
azure-storage-blob>=0.0.0b1 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,4 @@ | ||
variables: | ||
InstallAsyncRequirements: true | ||
|
||
jobs: | ||
- job: | ||
strategy: | ||
matrix: | ||
Python_27_Linux (AzureCloud): | ||
PythonVersion: '2.7' | ||
InstallAsyncRequirements: false | ||
OSVmImage: ubuntu-18.04 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Python_37_Linux (AzureCloud): | ||
PythonVersion: '3.7' | ||
OSVmImage: ubuntu-18.04 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Python_38_Linux (AzureCloud): | ||
PythonVersion: '3.8' | ||
OSVmImage: ubuntu-18.04 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Python_38_Linux (AzureCloud Canary): | ||
PythonVersion: '3.8' | ||
OSVmImage: ubuntu-18.04 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Location: 'eastus2euap' | ||
Python_37_Windows (AzureCloud): | ||
PythonVersion: '3.7' | ||
OSVmImage: windows-2019 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Python_38_Windows (AzureCloud): | ||
PythonVersion: '3.8' | ||
OSVmImage: windows-2019 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Python_37_Mac (AzureCloud): | ||
PythonVersion: '3.7' | ||
OSVmImage: macOS-10.15 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Python_38_Mac (AzureCloud): | ||
PythonVersion: '3.8' | ||
OSVmImage: macOS-10.15 | ||
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources) | ||
ArmTemplateParameters: $(azureCloudArmParameters) | ||
Python_38_Linux (AzureUSGovernment): | ||
PythonVersion: '3.8' | ||
OSVmImage: ubuntu-18.04 | ||
SubscriptionConfiguration: $(sub-config-gov-test-resources) | ||
ArmTemplateParameters: $(azureUSGovernmentArmParameters) | ||
Python_37_Windows (AzureUSGovernment): | ||
PythonVersion: '3.7' | ||
OSVmImage: windows-2019 | ||
SubscriptionConfiguration: $(sub-config-gov-test-resources) | ||
ArmTemplateParameters: $(azureUSGovernmentArmParameters) | ||
Python_38_Linux (AzureChinaCloud): | ||
PythonVersion: '3.8' | ||
OSVmImage: ubuntu-18.04 | ||
SubscriptionConfiguration: $(sub-config-cn-test-resources) | ||
Location: 'chinanorth' | ||
ArmTemplateParameters: $(azureChinaCloudArmParameters) | ||
Python_37_Windows (AzureChinaCloud): | ||
PythonVersion: '3.7' | ||
OSVmImage: windows-2019 | ||
SubscriptionConfiguration: $(sub-config-cn-test-resources) | ||
Location: 'chinanorth' | ||
ArmTemplateParameters: $(azureChinaCloudArmParameters) | ||
|
||
pool: | ||
vmImage: $(OSVmImage) | ||
|
||
variables: | ||
Location: '' | ||
azureCloudArmParameters: "@{ storageEndpointSuffix = 'core.windows.net'; azureCloud = 'AzureCloud'; }" | ||
azureUSGovernmentArmParameters: "@{ storageEndpointSuffix = 'core.usgovcloudapi.net'; azureCloud = 'AzureUSGovernment'; }" | ||
azureChinaCloudArmParameters: "@{ storageEndpointSuffix = 'core.chinacloudapi.cn'; azureCloud = 'AzureChinaCloud'; }" | ||
|
||
steps: | ||
- task: UsePythonVersion@0 | ||
displayName: "Use Python $(PythonVersion)" | ||
inputs: | ||
versionSpec: $(PythonVersion) | ||
|
||
- script: | | ||
python -m pip install pip==20.0.2 | ||
pip --version | ||
displayName: pip --version | ||
- script: pip install -r ./common/smoketest/requirements.txt --pre --no-deps --index-url https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple | ||
displayName: Install requirements from dev feed without dependencies | ||
|
||
- script: pip install -r ./common/smoketest/requirements_async.txt | ||
displayName: "Install requirements_async.txt" | ||
condition: and(succeeded(), eq(variables['InstallAsyncRequirements'], 'true')) | ||
|
||
- script: python ./common/smoketest/dependencies.py -r ./common/smoketest/requirements.txt | tee ./common/smoketest/requirements_dependencies.txt | ||
displayName: Create dependency list from installed dev packages | ||
|
||
- script: pip install -r ./common/smoketest/requirements_dependencies.txt | ||
displayName: Install dev package dependencies from PyPI | ||
|
||
- script: pip freeze | ||
displayName: Show installed packages (pip freeze) | ||
|
||
- template: /eng/common/TestResources/deploy-test-resources.yml | ||
parameters: | ||
ServiceDirectory: '$(Build.SourcesDirectory)/common/smoketest/' | ||
SubscriptionConfiguration: $(SubscriptionConfiguration) | ||
Location: $(Location) | ||
ArmTemplateParameters: $(ArmTemplateParameters) | ||
|
||
- script: python ./common/smoketest/program.py | ||
displayName: Run Smoke Test | ||
|
||
- template: /eng/common/TestResources/remove-test-resources.yml | ||
parameters: | ||
ServiceDirectory: '$(Build.SourcesDirectory)/common/smoketest/' | ||
SubscriptionConfiguration: $(SubscriptionConfiguration) | ||
|
||
- template: /eng/pipelines/templates/jobs/smoke-test.yml | ||
parameters: | ||
Daily: true |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"tool": "Credential Scanner", | ||
"suppressions": [] | ||
} |
This file contains 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
Oops, something went wrong.