diff --git a/cSpell.json b/cSpell.json index 36737a9bcf4c..74cff108a3ab 100644 --- a/cSpell.json +++ b/cSpell.json @@ -834,7 +834,7 @@ ] }, { - "filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/preview/*/confluent.json", + "filename": "**/specification/confluent/resource-manager/Microsoft.Confluent/*/*/confluent.json", "words": [ "orgvalidate" ] diff --git a/specification/confluent/resource-manager/readme.go.md b/specification/confluent/resource-manager/readme.go.md index 5cdbc0e75ec3..009bbc0813a3 100644 --- a/specification/confluent/resource-manager/readme.go.md +++ b/specification/confluent/resource-manager/readme.go.md @@ -21,12 +21,22 @@ azure-arm: true ``` yaml $(go) && $(multiapi) batch: + - tag: package-2021-12-01 - tag: package-preview-2021-09 - tag: package-2020-03-01 - tag: package-2020-03-01-preview - tag: package-2021-03-01-preview ``` +### Tag: package-2021-12-01 and go + +These settings apply only when `--tag=package-2021-12-01 --go` is specified on the command line. +Please also specify `--go-sdk-folder=`. + +``` yaml $(tag) == 'package-2021-12-01' && $(go) +output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-12-01/$(namespace) +``` + ### Tag: package-preview-2021-09 and go These settings apply only when `--tag=package-preview-2021-09 --go` is specified on the command line. diff --git a/specification/confluent/resource-manager/readme.java.md b/specification/confluent/resource-manager/readme.java.md index 462a9e89969d..640344a02430 100644 --- a/specification/confluent/resource-manager/readme.java.md +++ b/specification/confluent/resource-manager/readme.java.md @@ -16,11 +16,25 @@ output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-confluent ``` yaml $(java) && $(multiapi) batch: + - tag: package-2021-12-01 - tag: package-2020-03-01 - tag: package-2020-03-01-preview - tag: package-2021-03-01-preview ``` +### Tag: package-2021-12-01 and java + +These settings apply only when `--tag=package-2021-12-01 --java` is specified on the command line. +Please also specify `--azure-libraries-for-java=`. + +``` yaml $(tag) == 'package-2021-12-01' && $(java) && $(multiapi) +java: + namespace: com.microsoft.azure.management.confluent.v2021_12_01 + output-folder: $(azure-libraries-for-java-folder)/sdk/confluent/mgmt-v2021_12_01 +regenerate-manager: true +generate-interface: true +``` + ### Tag: package-2020-03-01 and java These settings apply only when `--tag=package-2020-03-01 --java` is specified on the command line. diff --git a/specification/confluent/resource-manager/readme.md b/specification/confluent/resource-manager/readme.md index 69df31488e89..82177207d3e0 100644 --- a/specification/confluent/resource-manager/readme.md +++ b/specification/confluent/resource-manager/readme.md @@ -28,15 +28,15 @@ These are the global settings for the Confluent API. title: ConfluentManagementClient openapi-type: arm openapi-subtype: rpaas -tag: package-2021-12 +tag: package-2021-12-01 ``` -### Tag: package-2021-12 +### Tag: package-2021-12-01 -These settings apply only when `--tag=package-2021-12` is specified on the command line. +These settings apply only when `--tag=package-2021-12-01` is specified on the command line. -```yaml $(tag) == 'package-2021-12' +```yaml $(tag) == 'package-2021-12-01' input-file: - Microsoft.Confluent/stable/2021-12-01/confluent.json ``` diff --git a/specification/confluent/resource-manager/readme.ruby.md b/specification/confluent/resource-manager/readme.ruby.md index 959d52a6fe4c..7cd818e0fe9e 100644 --- a/specification/confluent/resource-manager/readme.ruby.md +++ b/specification/confluent/resource-manager/readme.ruby.md @@ -12,10 +12,21 @@ azure-arm: true ``` yaml $(ruby) && $(multiapi) batch: + - tag: package-2021-12-01 - tag: package-2020-03-01 - tag: package-2020-03-01-preview ``` +### Tag: package-2021-12-01 and ruby + +These settings apply only when `--tag=package-2021-12-01 --ruby` is specified on the command line. +Please also specify `--ruby-sdks-folder=`. + +```yaml $(tag) == 'package-2021-12-01' && $(ruby) +namespace: "Azure::Confluent::Mgmt::V2021_12_01" +output-folder: $(ruby-sdks-folder)/management/azure_mgmt_confluent/lib +``` + ### Tag: package-2020-03-01 and ruby These settings apply only when `--tag=package-2020-03-01 --ruby` is specified on the command line.