Skip to content

Commit

Permalink
Servicebus t1 del (Azure#14884)
Browse files Browse the repository at this point in the history
* sql t2 readme config

* readme config

* Update readme.python.md

* conflient resolve

* t1 config del

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
2 people authored and Andrew Sager committed Jun 24, 2021
1 parent 5151ac9 commit 67b6e2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion specification/servicebus/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
Expand Down
30 changes: 0 additions & 30 deletions specification/servicebus/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
## Python

These settings apply only when `--python` is specified on the command line.

``` yaml !$(track2)
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
package-name: azure-mgmt-servicebus
clear-output-folder: true
no-namespace-folders: true
```

These settings apply only when `--track2` is specified on the command line.

Expand All @@ -27,13 +16,6 @@ modelerfour:
Generate all API versions currently shipped for this package
```yaml $(multiapi) && !$(track2)
batch:
- tag: package-2021-01-preview
- tag: package-2018-01-preview
- tag: package-2017-04
- tag: package-2015-08
```
```yaml $(multiapi) && $(track2)
clear-output-folder: true
Expand All @@ -59,9 +41,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2021-01-preview'
namespace: azure.mgmt.servicebus.v2021_01_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_01_01_preview
python:
namespace: azure.mgmt.servicebus.v2021_01_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2021_01_01_preview
```

### Tag: package-2018-01-preview and python
Expand All @@ -72,9 +51,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2018-01-preview'
namespace: azure.mgmt.servicebus.v2018_01_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2018_01_01_preview
python:
namespace: azure.mgmt.servicebus.v2018_01_01_preview
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2018_01_01_preview
```

### Tag: package-2017-04 and python
Expand All @@ -85,9 +61,6 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2017-04'
namespace: azure.mgmt.servicebus.v2017_04_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2017_04_01
python:
namespace: azure.mgmt.servicebus.v2017_04_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2017_04_01
```

### Tag: package-2015-08 and python
Expand All @@ -98,7 +71,4 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
``` yaml $(tag) == 'package-2015-08'
namespace: azure.mgmt.servicebus.v2015_08_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2015_08_01
python:
namespace: azure.mgmt.servicebus.v2015_08_01
output-folder: $(python-sdks-folder)/servicebus/azure-mgmt-servicebus/azure/mgmt/servicebus/v2015_08_01
```

0 comments on commit 67b6e2f

Please sign in to comment.