Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into sample_documents

* 'master' of https://github.com/Azure/azure-sdk-for-python: (225 commits)
  [text analtyics] add abby as codeowner (Azure#15376)
  test (Azure#15402)
  fix iothub version (Azure#15405)
  [T2] Batch (Azure#14757)
  [T2] Policyinsights (Azure#14794)
  [T2] apimanagement Wave3 (Azure#14804)
  [T2] devtestlabs Wave3 (Azure#14795)
  [T2]eventgrid wave3 (Azure#14805)
  [T2] Search (Azure#14823)
  test,version,CHANGELOG (Azure#14838)
  [T2]datalake-store Wave3 (Azure#14765)
  [T2] cdn 2020 11 15 (Azure#14952)
  [T2] security (Azure#14953)
  [T2] Relay (Azure#14968)
  [T2] Cognitiveservice (Azure#14977)
  [T2] advisor (Azure#14995)
  [T2] Marketplaceordering (Azure#15001)
  [T2]machinelearningservices wave3 (Azure#14726)
  test,version,CHANGELOG (Azure#14842)
  [T2] OperationsManagement (Azure#14950)
  ...
  • Loading branch information
iscai-msft committed Nov 18, 2020
2 parents ac52fa3 + 51ba505 commit 2fbb59c
Show file tree
Hide file tree
Showing 6,780 changed files with 1,395,022 additions and 474,561 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
/sdk/template/ @Azure/azure-sdk-eng

# PRLabel: %Cognitive - Text Analytics
/sdk/textanalytics/ @kristapratico @iscai-msft
/sdk/textanalytics/ @kristapratico @iscai-msft @abhahn

# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @kristapratico @iscai-msft @rakshith91
Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ members of the project's leadership.
## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]
available at [https://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[homepage]: https://contributor-covenant.org
[version]: https://contributor-covenant.org/version/1/4/
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to Azure Python SDK

If you would like to become an active contributor to this project please
follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://azure.github.io/guidelines/).

## Building and Testing

Expand Down Expand Up @@ -143,4 +143,4 @@ This tox test( devtest) will fail if installed dependent packages are not dev bu
## Code of Conduct
This project's code of conduct can be found in the
[CODE_OF_CONDUCT.md file](https://github.com/Azure/azure-sdk-for-python/blob/master/CODE_OF_CONDUCT.md)
(v1.4.0 of the http://contributor-covenant.org/ CoC).
(v1.4.0 of the https://contributor-covenant.org/ CoC).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Last stable versions of packages that have been provided for usage with Azure an

### Management: New Releases
A new set of management libraries that follow the [Azure SDK Design Guidelines for Python](https://azure.github.io/azure-sdk/python/guidelines/) are now available. These new libraries provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
Documentation and code samples for these new libraries can be found [here](http://aka.ms/azsdk/python/mgmt). In addition, a migration guide that shows how to transition from older versions of libraries is located [here](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/sphinx/mgmt_quickstart.rst#migration-guide).
Documentation and code samples for these new libraries can be found [here](https://aka.ms/azsdk/python/mgmt). In addition, a migration guide that shows how to transition from older versions of libraries is located [here](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/sphinx/mgmt_quickstart.rst#migration-guide).

You can find the [most up to date list of all of the new packages on our page](https://azure.github.io/azure-sdk/releases/latest/mgmt/python.html)

Expand Down
6 changes: 3 additions & 3 deletions doc/eng_sys_checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ It is lot of combinations if we need to run tests for all released versions with

Following are the additional tests we run during nightly CI checks.

####Latest Dependency Test
#### Latest Dependency Test

This test makes sure that a package being developed works absolutely fine using latest released version of required Azure SDK package as long as there is a released version which satisfies the requirement specification. Workflow of this test is as follows:

Expand All @@ -133,7 +133,7 @@ Tox name of this test is `latestdependency` and steps to manually run this test
`Tox –e latestdependency –c ../../../tox/tox.ini`


####Oldest Dependency Test
#### Minimum Dependency Test

This test makes sure that a package being developed works absolutely fine using oldest released version of required Azure SDK package as long as there is a released version which satisfies the requirement specification. Workflow of this test is as follows:

Expand All @@ -150,7 +150,7 @@ Tox name of this test is `mindependency` and steps to manually run this test loc
`Tox –e mindependency –c ../../../tox/tox.ini`


####Regression Test
#### Regression Test

As mentioned earlier, regression test or reverse dependency test is added to avoid a regression scenario for customers when any new change is made in a package that is required by other packages. Currently we have only very few Azure SDK packages that are added as required package by other Azure SDK package. As of now, list of these required packages are:
`azure-core`
Expand Down
230 changes: 0 additions & 230 deletions doc/sphinx/generate_versioned_index.py

This file was deleted.

22 changes: 0 additions & 22 deletions doc/sphinx/ref/azure.appconfiguration.aio.rst

This file was deleted.

45 changes: 0 additions & 45 deletions doc/sphinx/ref/azure.appconfiguration.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/sphinx/ref/azure.applicationinsights.models.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/sphinx/ref/azure.applicationinsights.operations.rst

This file was deleted.

Loading

0 comments on commit 2fbb59c

Please sign in to comment.