Skip to content

Commit

Permalink
Microsoft.BareMetalInfrastructure: correctly annotate read-only prope…
Browse files Browse the repository at this point in the history
…rties with readOnly (#15255)

* Microsoft.BareMetalInfrastructure: correctly annotate read-only properties with readOnly

* Use multi-api and namespace formats for Go SDK like hanaonazure does
  • Loading branch information
lagalbra authored Aug 4, 2021
1 parent 3bae02c commit e0a8cac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@
"description": "Displayed AzureBareMetal operation information"
},
"isDataAction": {
"readOnly": true,
"description": "indicates whether an operation is a data action or not.",
"type": "boolean"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ These settings apply only when `--go` is specified on the command line.
```yaml $(go)
go:
license-header: MICROSOFT_MIT_NO_VERSION
namespace: baremetalinfrastructure
clear-output-folder: true
```
### Go multi-api
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-08-06-preview
```
### Tag: package-2020-08-06-preview and go
These settings apply only when `--tag=package-2020-08-06-preview --go` is specified on the command line.
Expand Down

0 comments on commit e0a8cac

Please sign in to comment.