diff --git a/specification/solutions/resource-manager/readme.typescript.md b/specification/solutions/resource-manager/readme.typescript.md index 5e55b680d339..7442cf513ef9 100644 --- a/specification/solutions/resource-manager/readme.typescript.md +++ b/specification/solutions/resource-manager/readme.typescript.md @@ -3,17 +3,10 @@ These settings apply only when `--typescript` is specified on the command line. Please also specify `--typescript-sdks-folder=`. -```yaml $(typescript) && !$(profile) +```yaml $(typescript) typescript: azure-arm: true - batch: true - generate-metadata: true -batch: - - package-managedapplications: true -``` - -```yaml $(typescript) && $(package-managedapplications) && !$(profile) -typescript: package-name: "@azure/arm-managedapplications" output-folder: "$(typescript-sdks-folder)/sdk/managedapplications/arm-managedapplications" + generate-metadata: true ``` \ No newline at end of file