diff --git a/specification/network/resource-manager/readme.python.md b/specification/network/resource-manager/readme.python.md index 2e8577c2b941..ce776c92c5d8 100644 --- a/specification/network/resource-manager/readme.python.md +++ b/specification/network/resource-manager/readme.python.md @@ -18,9 +18,10 @@ Generate all API versions currently shipped for this package ```yaml $(python) multiapi: true -default-api-version: "2023-04-01" +default-api-version: "2023-05-01" clear-output-folder: true batch: + - tag: package-2023-05 - tag: package-2023-04 - tag: package-2023-02 - tag: package-2021-02 @@ -55,6 +56,16 @@ perform-load: false clear-output-folder: false ``` +### Tag: package-2023-05 and python + +These settings apply only when `--tag=package-2023-05 --python` is specified on the command line. +Please also specify `--python-sdks-folder=`. + +``` yaml $(tag) == 'package-2023-05' +namespace: azure.mgmt.network.v2023_05_01 +output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_05_01 +``` + ### Tag: package-2023-04 and python These settings apply only when `--tag=package-2023-04 --python` is specified on the command line.