Skip to content

Commit

Permalink
Resolve python markdown conflict & fix typo (#15402)
Browse files Browse the repository at this point in the history
* resolve python conflict & fix typo

* resolve conflict
  • Loading branch information
FumingZhang authored Jul 28, 2021
1 parent b1dc9ed commit 593eb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ batch:
These settings apply only when `--tag=package-2021-07` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>`.

``` yaml $(tag) == 'package-2021-05' && $(java) && $(multiapi)
``` yaml $(tag) == 'package-2021-07' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.containerservice.v2021_07_01
output-folder: $(azure-libraries-for-java-folder)/sdk/containerservice/mgmt-v2021_07_01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ perform-load: false
These settings apply only when `--tag=package-2021-07-01-only --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2021-05-01-only' && $(python)
python:
namespace: azure.mgmt.containerservice.v2021_07_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_07_01
``` yaml $(tag) == 'package-2021-07-01-only' && $(python)
namespace: azure.mgmt.containerservice.v2021_07_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_07_01
```
Expand Down

0 comments on commit 593eb17

Please sign in to comment.