Skip to content

Commit 9666bc4

Browse files
authored
Get master (#8674)
* InteractiveBrowserCredential prompts for account selection (#8470) * remove *.yaml under tests folder from manifest.in (#8625) * [AutoPR] cosmos-db/resource-manager (#8560) * regenerated * fix script * another place * fix * fix * one more change * one more * undo multiapi script * regeneated * undo multiapi script * history, version + additional fix * regenerated * fixed test * fixed generation mistake * added more breaking changes to history * regenerated again * additional fixes * udpated test names * test recordings * Update README.md (#8628) Add standard section on security issues below the "file an issue via GitHub Issues' bullet. * Handle exceptions when constructing DefaultAzureCredential (#8294) * Python 3.8 test pipeline is not cancelled when build is cancelled (#8544) * Skip python 3.8 testing when CI is cancelled * Cosmos docstring review (#8607) * cosmos docstring edits * user-defined * trailing whitespace * xfail flaky emulator tests * review feedback * Default credentials are configurable by kwargs (#8514) * Nightly build is failing due version conflict between storage datalak… (#8635) * Nightly build is failing due version conflict between storage datalake and storage blob * InkRecognizer to use GA azure-core (#8341) * InkRecognizer to use Ga azure-core * Disable auto-pr update * Azconfig remove tests from whl (#8663) * update tests * ignoring the azure folder directly (#8673)
1 parent fb80ff3 commit 9666bc4

189 files changed

Lines changed: 19598 additions & 19081 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Libraries which enable you to provision specific resources. They are responsible
5050
* File an issue via [Github Issues](../../issues)
5151
* Check [previous questions](https://stackoverflow.com/questions/tagged/azure+python) or ask new ones on StackOverflow using `azure` and `python` tags.
5252

53+
### Reporting security issues and security bugs
54+
55+
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) <secure@microsoft.com>. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue).
56+
5357
## Contributing
5458
For details on contributing to this repository, see the [contributing guide](CONTRIBUTING.md).
5559

eng/pipelines/autorest_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This pipeline is triggered only for pr
2+
trigger: none
3+
14
pr:
25
branches:
36
include:

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
targetPath: $(Build.ArtifactStagingDirectory)
106106

107107
- job: 'Test_Linux_Python38'
108-
condition: ne(variables['Skip.Test'], 'true')
108+
condition: and(succeededOrFailed(), ne(variables['Skip.Test'], 'true'))
109109
timeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }}
110110
variables:
111111
- template: ../variables/globals.yml
112112

113113
dependsOn:
114-
- 'Build'
114+
- 'Build'
115115

116116
pool:
117117
vmImage: 'ubuntu-16.04'

eng/tox/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424

2525

2626
[testenv]
27-
default_pytest_params = --junitxml={toxinidir}/test-junit-{envname}.xml --verbose --durations=10
27+
default_pytest_params = --junitxml={toxinidir}/test-junit-{envname}.xml --verbose --durations=10 --ignore=azure
2828
pre-deps =
2929
wheel
3030
skip_install = true

sdk/appconfiguration/azure-appconfiguration/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
recursive-include tests *.py *.yaml
1+
recursive-include tests *.py
22
include *.md
33
include azure/__init__.py
44
recursive-include samples *.py *.md

sdk/appconfiguration/azure-appconfiguration/tests/__init__.py

Whitespace-only changes.

sdk/appconfiguration/azure-appconfiguration/tests/app_config_asynctests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)