Skip to content

[keyvault] continuation token for keys #12351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
93ea6e7
move generated code out of shared folder
iscai-msft Jun 12, 2020
e73478a
generate with autorest v3 (except v7.2-preview)
iscai-msft Jun 12, 2020
bd75efe
fix wiring with new generated code
iscai-msft Jun 17, 2020
6585bef
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-pytho…
iscai-msft Jun 17, 2020
23200f5
only call and import AioHttpTransport if user did not supply a transport
iscai-msft Jun 18, 2020
93da956
correct user agent
iscai-msft Jun 18, 2020
74088ed
fix duplicate platform info in user agent
iscai-msft Jun 18, 2020
b224136
fix pylint
iscai-msft Jun 18, 2020
40a8430
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-pytho…
iscai-msft Jun 22, 2020
c4589a0
switch references of user agent to sdk moniker in wrapped code
iscai-msft Jun 22, 2020
bf3ee1c
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-pytho…
iscai-msft Jun 23, 2020
a5d7e00
Revert "Merge branch 'master' of https://github.com/Azure/azure-sdk-f…
iscai-msft Jun 23, 2020
3ac2aea
generate with unflattened code
iscai-msft Jun 24, 2020
c3a2d16
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-pytho…
iscai-msft Jun 24, 2020
6308a6a
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-pytho…
iscai-msft Jun 30, 2020
f5c3231
regenerate to get exposed http_logging_policy
iscai-msft Jun 30, 2020
de9431b
add allowed header names to http logging policy
iscai-msft Jun 30, 2020
8bf6550
add tests for http logging policy
iscai-msft Jun 30, 2020
d7ec446
update dependency on azure core
iscai-msft Jun 30, 2020
576ba50
remove 7.2-preview from generation
iscai-msft Jul 1, 2020
ef60bb8
add continuation token
iscai-msft Jul 2, 2020
a33fbd4
add test
iscai-msft Jul 2, 2020
f2b80a7
checkout what's currently in master
iscai-msft Aug 4, 2020
7df938e
add continuation token (again)
iscai-msft Aug 4, 2020
64e7270
test for continuation token
iscai-msft Aug 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions eng/ci_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setuptools==44.1.0; python_version == '2.7'
setuptools==45.1.0; python_version >= '3.5'
virtualenv==20.0.23
wheel==0.34.2
wheel==0.34.2
Jinja2==2.11.1
packaging==20.4
tox==3.14.6
Expand All @@ -12,7 +12,7 @@ pathlib2==2.3.5
readme-renderer[md]==25.0
doc-warden==0.5.4
coverage==4.5.4
codecov==2.0.22
codecov==2.0.22
beautifulsoup4==4.8.2
pkginfo==1.5.0.1

Expand Down
2 changes: 1 addition & 1 deletion sdk/advisor/azure-mgmt-advisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure Advisor Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage
Expand Down
2 changes: 1 addition & 1 deletion sdk/aks/azure-mgmt-devspaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion sdk/alertsmanagement/azure-mgmt-alertsmanagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure Alerts Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage
Expand Down
2 changes: 1 addition & 1 deletion sdk/apimanagement/azure-mgmt-apimanagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure API Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage
Expand Down
6 changes: 6 additions & 0 deletions sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

-------------------

## 1.0.1 (Unreleased)

### Fixes

- Doc & Sample fixes

## 1.0.0 (2020-01-06)

### Features
Expand Down
4 changes: 2 additions & 2 deletions sdk/appconfiguration/azure-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ deleted_config_setting = client.delete_configuration_setting(
```python

filtered_listed = client.list_configuration_settings(
labels=["*Labe*"], keys=["*Ke*"]
label_filter="My*", key_filter="My*"
)
for item in filtered_listed:
pass # do something
Expand Down Expand Up @@ -234,7 +234,7 @@ To use list_configuration_settings, call it synchronously and iterate over the r
```python

filtered_listed = async_client.list_configuration_settings(
labels=["*Labe*"], keys=["*Ke*"]
label_filter="My*", key_filter="My*"
)
async for item in filtered_listed:
pass # do something
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def list_configuration_settings(
pass # do something

filtered_listed = client.list_configuration_settings(
label_filter="*Labe*", key_filter="*Ke*", accept_datetime=accept_datetime
label_filter="Labe*", key_filter="Ke*", accept_datetime=accept_datetime
)
for item in filtered_listed:
pass # do something
Expand Down Expand Up @@ -473,7 +473,7 @@ def list_revisions(
pass # do something

filtered_revisions = client.list_revisions(
label_filter="*Labe*", key_filter="*Ke*", accept_datetime=accept_datetime
label_filter="Labe*", key_filter="Ke*", accept_datetime=accept_datetime
)
for item in filtered_revisions:
pass # do something
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "1.0.0"
VERSION = "1.0.1"
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def list_configuration_settings(
pass # do something

filtered_listed = async_client.list_configuration_settings(
label_filter="*Labe*", key_filter="*Ke*", accept_datetime=accept_datetime
label_filter="Labe*", key_filter="Ke*", accept_datetime=accept_datetime
)
async for item in filtered_listed:
pass # do something
Expand Down Expand Up @@ -491,7 +491,7 @@ def list_revisions(
pass # do something

filtered_revisions = async_client.list_revisions(
label_filter="*Labe*", key_filter="*Ke*", accept_datetime=accept_datetime
label_filter="Labe*", key_filter="Ke*", accept_datetime=accept_datetime
)
async for item in filtered_revisions:
pass # do something
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def main():
print("")

print("List configuration settings")
config_settings = client.list_configuration_settings(labels=["MyLabel"])
config_settings = client.list_configuration_settings(label_filter="MyLabel")
async for item in config_settings:
print_configuration_setting(item)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main():
print("")

print("List configuration settings")
config_settings = client.list_configuration_settings(labels=["MyLabel"])
config_settings = client.list_configuration_settings(label_filter="MyLabel")
for item in config_settings:
print_configuration_setting(item)

Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-mgmt-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure App Configuration Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ package_doc_id = "?view=azure-python-preview"
is_stable = false
is_arm = true
need_msrestazure = false
need_azurecore = true
need_azuremgmtcore = true
2 changes: 1 addition & 1 deletion sdk/appconfiguration/azure-mgmt-appconfiguration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
pass

# Version extraction inspired from 'requests'
with open(os.path.join(package_folder_path, 'version.py')
with open(os.path.join(package_folder_path, 'version.py')
if os.path.exists(os.path.join(package_folder_path, 'version.py'))
else os.path.join(package_folder_path, '_version.py'), 'r') as fd:
version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion sdk/appplatform/azure-mgmt-appplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure MyService Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage
Expand Down
2 changes: 1 addition & 1 deletion sdk/appservice/azure-mgmt-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure Web Apps Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage
Expand Down
2 changes: 1 addition & 1 deletion sdk/attestation/azure-mgmt-attestation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the Microsoft Azure MyService Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage
Expand Down
2 changes: 1 addition & 1 deletion sdk/authorization/azure-mgmt-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion sdk/automation/azure-mgmt-automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
8 changes: 1 addition & 7 deletions sdk/azurestack/azure-mgmt-azurestack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.

## Usage

For code examples, see [AzureStack
Management](https://docs.microsoft.com/python/api/overview/azure/azurestack)
on docs.microsoft.com.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Provide Feedback

Expand Down
33 changes: 33 additions & 0 deletions sdk/azurestackhci/ci.yml
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/azurestackhci/

pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/azurestackhci/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: azurestackhci
Artifacts:
- name: azure_mgmt_azurestackhci
safeName: azuremgmtazurestackhci
2 changes: 1 addition & 1 deletion sdk/batch/azure-mgmt-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion sdk/billing/azure-mgmt-billing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
8 changes: 8 additions & 0 deletions sdk/botservice/azure-mgmt-botservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 0.2.0 (2019-05-21)

**Features**

- Model DirectLineSite has a new parameter is_secure_site_enabled
- Model DirectLineSite has a new parameter trusted_origins
- Added operation group EnterpriseChannelsOperations

## 0.1.0 (2018-08-07)

- Initial Release
2 changes: 1 addition & 1 deletion sdk/botservice/azure-mgmt-botservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion sdk/cdn/azure-mgmt-cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For the older Azure Service Management (ASM) libraries, see
library.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

## 0.3.0 (2020-07-23)

**Features**

- Added `change_point_detect` method to the client.
- Added new models `ChangePointDetectRequest` and `ChangePointDetectResponse`

## 0.2.0 (2019-04-12)

**Bugfixes**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
## Microsoft Azure SDK for Python
# Microsoft Azure SDK for Python

This is the Microsoft Azure Cognitive Services Anomaly Detector Client
Library.

This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
This is the Microsoft Azure Cognitive Services Anomaly Detector Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.

For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Usage
# Usage

For code examples, see [Cognitive Services Anomaly
Detector](https://docs.microsoft.com/python/api/overview/azure/cognitive-services)
For code examples, see [Cognitive Services Anomaly Detector](https://docs.microsoft.com/python/api/overview/azure/cognitive-services)
on docs.microsoft.com.

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in
the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
# Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.

![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-anomalydetector%2FREADME.png)

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-anomalydetector%2FREADME.png)
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
# regenerated.
# --------------------------------------------------------------------------

from .anomaly_detector_client import AnomalyDetectorClient
from .version import VERSION
from ._configuration import AnomalyDetectorClientConfiguration
from ._anomaly_detector_client import AnomalyDetectorClient
__all__ = ['AnomalyDetectorClient', 'AnomalyDetectorClientConfiguration']

__all__ = ['AnomalyDetectorClient']
from .version import VERSION

__version__ = VERSION

Loading