Skip to content

Commit

Permalink
Update bicep generator to use bicep-types and new contract (#7506)
Browse files Browse the repository at this point in the history
Update bicep generator to use bicep-types and new contract

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request fixes a bug in Radius and has an approved issue
(issue link required).
- This pull request adds or changes features of Radius and has an
approved issue (issue link required).
- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #issue_number

---------

Signed-off-by: sk593 <shruthikumar@microsoft.com>
  • Loading branch information
sk593 committed Jun 14, 2024
1 parent 6d6ed0b commit a478f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/bicep-types-radius/src/generator/src/cmd/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { TypeFile, buildIndex, readTypesJson, writeIndexJson, writeIndexMarkdown
import { GeneratorConfig, getConfig } from '../config';
import * as markdown from '@ts-common/commonmark-to-markdown'
import * as yaml from 'js-yaml'
import { exec } from 'child_process';
import { copyRecursive, executeSynchronous, getLogger, lowerCaseCompare, logErr, logOut, ILogger, defaultLogger, executeCmd, findRecursive } from '../utils';

const rootDir = `${__dirname}/../../../../`;
Expand Down

0 comments on commit a478f2b

Please sign in to comment.