Skip to content

Commit

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

* 'master' of https://github.com/Azure/azure-sdk-for-python: (223 commits)
  generate mixedreality track2 sdk (Azure#15779)
  Fix mypy in core authentication (Azure#15768)
  [Media] Added new LVA Edge SDK (Azure#15375)
  Sync eng/common directory with azure-sdk-tools for PR 1273 (Azure#15767)
  Sync eng/common directory with azure-sdk-tools for PR 1274 (Azure#15765)
  Sync eng/common directory with azure-sdk-tools for PR 1270 (Azure#15766)
  [Media] Add nspkg package  (Azure#15751)
  Update readme example to import async client (Azure#15763)
  Align azure-keyvault-administration API with other SDKs (Azure#15717)
  Create Initial cut at an early preview (machine generated) version of python SDK. (Azure#15712)
  Add additional code owner for Azure Communication Services (Azure#15738)
  Increment version for storage releases (Azure#15690)
  Create PR to target against master (Azure#15748)
  Fix dependence (Azure#15746)
  [T2]kubernetesconfiguration (Azure#15726)
  [T2] redhatopenshift (Azure#15743)
  [T2]hybridkubernetes (Azure#15725)
  generate servicefabric track2 version (Azure#15601)
  generate synapse track2 sdk (Azure#15745)
  generate serialconsole track2 sdk (Azure#15744)
  ...
  • Loading branch information
iscai-msft committed Dec 14, 2020
2 parents a5b086c + 14eb1db commit 1216071
Show file tree
Hide file tree
Showing 12,837 changed files with 2,024,534 additions and 1,769,605 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
/sdk/loganalytics/azure-loganalytics/ @divya-jay @geneh @alongafni

# PRLabel: %Batch
/sdk/batch/ @bgklein @xingwu1
/sdk/batch/ @cRui861 @paterasMSFT @dpwatrous @gingi @zfengms
/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/ @areddish

# PRLabel: %Communication
/sdk/communication/ @RezaJooyandeh @turalf @ankitarorabit @Azure/azure-sdk-communication-code-reviewers
/sdk/communication/ @RezaJooyandeh @turalf @ankitarorabit @memontic-ms @Azure/azure-sdk-communication-code-reviewers

# PRLabel: %KeyVault
/sdk/keyvault/ @schaabs @chlowell @mccoyp
Expand Down 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ sdk/cosmos/azure-cosmos/test/test_config.py

# temp path to to run regression test
.tmp_code_path/

# env vars
.env
2 changes: 1 addition & 1 deletion 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](https://azure.github.io/guidelines/).
follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](https://opensource.microsoft.com/collaborate/).

## Building and Testing

Expand Down
5 changes: 5 additions & 0 deletions doc/dev/dev_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ or execute the various commands available in the toolbox.
```
python scripts/dev_setup.py -p azure-mgmt-service
```

5. Create a .env file to store your secrets.

The recommended place to store your .env file is one directory higher than the `azure-sdk-for-python` location.
This ensures the secrets will be loaded by the interpreter and most importantly not be committed to Git history.
4 changes: 2 additions & 2 deletions doc/sphinx/python_mgmt_migration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ To the show the code snippets for the change:

.. code:: python
import azure.mmgt.compute
import azure.mgmt.compute
from azure.identity import ClientSecretCredential
credential = ClientSecretCredential(
client_secret=client_secret,
client_id=client_id,
tenant_id=tenant_id
client_secret=client_secret
)
compute_client = azure.mgmt.compute.ComputeManagementClient(credential=credential, subscription_id=self.subscription_id)
Expand Down
4 changes: 4 additions & 0 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ known_content_issues:
- ['sdk/synapse/azure-synapse-accesscontrol/README.md', '#4554']
- ['sdk/synapse/azure-synapse-spark/README.md', '#4554']
- ['sdk/synapse/azure-synapse-artifacts/README.md', '#4554']
- ['sdk/synapse/azure-synapse-monitoring/README.md', '#4554']
- ['sdk/synapse/azure-synapse-managedprivateendpoints/README.md', '#4554']
- ['sdk/synapse/azure-synapse-nspkg/README.md', '#4554']
- ['sdk/security/azure-security-nspkg/README.md', '#4554']
- ['sdk/anomalydetector/azure-ai-anomalydetector/README.md', '#4554']
- ['sdk/metricsadvisor/azure-ai-metricsadvisor/README.md', '#4554']
- ['sdk/applicationinsights/azure-applicationinsights/README.md', '#4554']
Expand Down Expand Up @@ -100,6 +103,7 @@ known_content_issues:
- ['sdk/monitor/microsoft-opentelemetry-exporter-azuremonitor/swagger/README.md', '#4554']
- ['sdk/monitor/microsoft-opentelemetry-exporter-azuremonitor/README.md', '#4554']
- ['sdk/digitaltwins/azure-digitaltwins-core/swagger/README.md', '#4554']
- ['sdk/media/azure-media-nspkg/README.md', '#4554']

# nspckg and common.
- ['sdk/appconfiguration/azure-appconfiguration/README.md', 'nspkg and common']
Expand Down
Loading

0 comments on commit 1216071

Please sign in to comment.