singhabh27
singhabh27
/azp run unifiedPipeline
@leni-msft , please merge the PR.
Hi @raosuhas, this is as per design. We use ASR bool converter in our service code. Example of existing case: 
> > ``` > > "VMwareCbtSecurityProfileDetails": { > > ``` > > VMwareCbtSecurityProfileDetails and VMwareCbtSecurityProfileInput, both have same schema. Why are these two being defined as two objects? I assume,...
> > ``` > > "targetVmSecurityType": { > > ``` > > Observed that targetVmSecurityType in this VMwareCbtSecurityProfileDetails object is of type string, whereas in VMwareCbtSecurityProfileInput, it is of type...
> > ``` > > } > > ``` > > These 4 properties start with "is" indicating they should be booleans (or better, enums)? Why are these strings? >...
> > ``` > > "description": "A value indicating the inplace OS Upgrade version.", > > ``` > > The description doesn't seem to be apt? Do you mean something...
> > > > ``` > > > > } > > > > ``` > > > > > > > > > These 4 properties start with "is"...