Skip to content

Commit 62774eb

Browse files
authored
Revert "small edits to lease client docs (#7550)" (#7631)
This reverts commit ed20b58.
1 parent 9a527ff commit 62774eb

File tree

187 files changed

+8874
-76657
lines changed

Some content is hidden

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

187 files changed

+8874
-76657
lines changed

doc/sphinx/ref/azure.core.pipeline.policies.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ azure.core.pipeline.policies.custom\_hook module
4444
:undoc-members:
4545
:show-inheritance:
4646

47-
azure.core.pipeline.policies.distributed\_tracing module
48-
--------------------------------------------------------
49-
50-
.. automodule:: azure.core.pipeline.policies.distributed_tracing
51-
:members:
52-
:undoc-members:
53-
:show-inheritance:
54-
5547
azure.core.pipeline.policies.redirect module
5648
--------------------------------------------
5749

doc/sphinx/ref/azure.core.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Subpackages
88

99
azure.core.pipeline
1010
azure.core.polling
11-
azure.core.tracing
1211

1312
Submodules
1413
----------
@@ -53,14 +52,6 @@ azure.core.exceptions module
5352
:undoc-members:
5453
:show-inheritance:
5554

56-
azure.core.match\_conditions module
57-
-----------------------------------
58-
59-
.. automodule:: azure.core.match_conditions
60-
:members:
61-
:undoc-members:
62-
:show-inheritance:
63-
6455
azure.core.paging module
6556
------------------------
6657

doc/sphinx/ref/azure.core.tracing.ext.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

doc/sphinx/ref/azure.core.tracing.rst

Lines changed: 0 additions & 53 deletions
This file was deleted.

eng/pipelines/templates/stages/cosmos-sdk-client.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,3 @@ stages:
4242
PythonVersion: $(PythonVersion)
4343
OSName: $(OSName)
4444
ToxTestEnv: 'whl,sdist'
45-
46-
# The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch.
47-
- ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}:
48-
- template: pipelines/stages/archetype-python-release.yml@azure-sdk-build-tools
49-
parameters:
50-
DependsOn: Build
51-
Artifacts: ${{parameters.Artifacts}}
52-
ArtifactName: packages

sdk/appconfiguration/ci.yml

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
# DO NOT EDIT THIS FILE
22
# This file is generated automatically and any changes will be lost.
33

4-
resources:
5-
repositories:
6-
- repository: azure-sdk-tools
7-
type: github
8-
name: Azure/azure-sdk-tools
9-
endpoint: azure
10-
- repository: azure-sdk-build-tools
11-
type: git
12-
name: internal/azure-sdk-build-tools
13-
144
trigger:
155
branches:
166
include:
177
- master
18-
- feature/*
19-
- hotfix/*
20-
- release/*
21-
- restapi*
228
paths:
239
include:
2410
- sdk/appconfiguration/
25-
- sdk/core/
2611

2712
pr:
2813
branches:
@@ -35,12 +20,15 @@ pr:
3520
paths:
3621
include:
3722
- sdk/appconfiguration/
38-
- sdk/core/
3923

40-
stages:
41-
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
24+
resources:
25+
repositories:
26+
- repository: azure-sdk-tools
27+
type: github
28+
name: Azure/azure-sdk-tools
29+
endpoint: azure
30+
31+
jobs:
32+
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
4233
parameters:
4334
ServiceDirectory: appconfiguration
44-
Artifacts:
45-
- name: azure_appconfiguration
46-
safeName: azureappconfiguration

sdk/cosmos/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,14 @@ resources:
77
type: github
88
name: Azure/azure-sdk-tools
99
endpoint: azure
10-
- repository: azure-sdk-build-tools
11-
type: git
12-
name: internal/azure-sdk-build-tools
1310

1411
trigger:
1512
branches:
1613
include:
1714
- master
18-
- feature/*
19-
- hotfix/*
20-
- release/*
21-
- restapi*
2215
paths:
2316
include:
2417
- sdk/cosmos/
25-
- sdk/core/
2618

2719
pr:
2820
branches:
@@ -35,12 +27,8 @@ pr:
3527
paths:
3628
include:
3729
- sdk/cosmos/
38-
- sdk/core/
3930

4031
stages:
4132
- template: ../../eng/pipelines/templates/stages/cosmos-sdk-client.yml
4233
parameters:
4334
ServiceDirectory: cosmos
44-
Artifacts:
45-
- name: azure_cosmos
46-
safeName: azurecosmos

sdk/eventhub/ci.yml

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
# DO NOT EDIT THIS FILE
22
# This file is generated automatically and any changes will be lost.
33

4-
resources:
5-
repositories:
6-
- repository: azure-sdk-tools
7-
type: github
8-
name: Azure/azure-sdk-tools
9-
endpoint: azure
10-
- repository: azure-sdk-build-tools
11-
type: git
12-
name: internal/azure-sdk-build-tools
13-
144
trigger:
155
branches:
166
include:
177
- master
18-
- feature/*
19-
- hotfix/*
20-
- release/*
21-
- restapi*
228
paths:
239
include:
2410
- sdk/eventhub/
@@ -37,12 +23,14 @@ pr:
3723
- sdk/eventhub/
3824
- sdk/core/
3925

40-
stages:
41-
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
26+
resources:
27+
repositories:
28+
- repository: azure-sdk-tools
29+
type: github
30+
name: Azure/azure-sdk-tools
31+
endpoint: azure
32+
33+
jobs:
34+
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
4235
parameters:
43-
ServiceDirectory: eventhub
44-
Artifacts:
45-
- name: azure_eventhubs
46-
safeName: azureeventhubs
47-
- name: azure_eventhubs_checkpointstoreblob-aio
48-
safeName: azureeventhubscheckpointstoreblobaio
36+
ServiceDirectory: eventhub

sdk/identity/ci.yml

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
# DO NOT EDIT THIS FILE
22
# This file is generated automatically and any changes will be lost.
33

4-
resources:
5-
repositories:
6-
- repository: azure-sdk-tools
7-
type: github
8-
name: Azure/azure-sdk-tools
9-
endpoint: azure
10-
- repository: azure-sdk-build-tools
11-
type: git
12-
name: internal/azure-sdk-build-tools
13-
144
trigger:
155
branches:
166
include:
177
- master
18-
- feature/*
19-
- hotfix/*
20-
- release/*
21-
- restapi*
228
paths:
239
include:
2410
- sdk/identity/
@@ -37,10 +23,14 @@ pr:
3723
- sdk/identity/
3824
- sdk/core/
3925

40-
stages:
41-
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
26+
resources:
27+
repositories:
28+
- repository: azure-sdk-tools
29+
type: github
30+
name: Azure/azure-sdk-tools
31+
endpoint: azure
32+
33+
jobs:
34+
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
4235
parameters:
43-
ServiceDirectory: identity
44-
Artifacts:
45-
- name: azure_identity
46-
safeName: azureidentity
36+
ServiceDirectory: identity

sdk/keyvault/azure-keyvault-keys/HISTORY.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# Release History
22

33
## 4.0.0b4
4-
### Breaking changes:
54
- Enums 'JsonWebKeyCurveName', 'JsonWebKeyOperation', and 'JsonWebKeyType' have
65
been renamed to 'KeyCurveName', 'KeyOperation', and 'KeyType', respectively.
76

8-
### Fixes and improvements:
9-
- The `key` argument to `import_key` should be an instance of `azure.keyvault.keys.JsonWebKey`
10-
([#7590](https://github.com/Azure/azure-sdk-for-python/pull/7590))
11-
12-
137
## 4.0.0b3 (2019-09-11)
148
### Breaking changes:
159
- `CryptographyClient` methods `wrap` and `unwrap` are renamed `wrap_key` and

0 commit comments

Comments
 (0)