Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions specification/azurestackhci/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,22 @@ azure-arm: true

```yaml $(go) && $(multiapi)
batch:
- tag: package-2022-01
- tag: package-preview-2021-01
- tag: package-2020-10
- tag: package-2020-03-01-preview
```

### Tag: package-2022-01 and go

These settings apply only when `--tag=package-2022-01 --go` is specified on the command line.
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag) == 'package-2022-01' && $(go)
namespace: azurestackhci
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-01-01/$(namespace)
```

### Tag: package-preview-2021-01 and go

These settings apply only when `--tag=package-preview-2021-01 --go` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2705,6 +2705,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14439,6 +14439,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3531,6 +3531,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14562,6 +14562,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2736,6 +2736,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,18 @@
"name"
],
"description": "A list of gallery image features."
},
"architecture": {
"type": "string",
"description": "The architecture of the image. Applicable to OS disks only.",
"enum": [
"x64",
"Arm64"
],
"x-ms-enum": {
"name": "Architecture",
"modelAsString": true
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10130,6 +10130,18 @@
"modelAsString": true
}
},
"ArchitectureType": {
"type": "string",
"description": "Specifies the Architecture Type",
"enum": [
"x64",
"Arm64"
],
"x-ms-enum": {
"name": "ArchitectureTypes",
"modelAsString": true
}
},
"InstanceViewStatus": {
"properties": {
"code": {
Expand Down Expand Up @@ -11886,6 +11898,9 @@
"x-ms-identifiers": [
"name"
]
},
"architecture": {
"$ref": "#/definitions/ArchitectureType"
}
},
"description": "Describes the properties of a Virtual Machine Image."
Expand Down
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ directive:

```yaml $(go) && $(multiapi)
batch:
- tag: package-2021-12-01
- tag: package-2021-11-01
- tag: package-2021-08-01
- tag: package-2021-07-01
Expand Down Expand Up @@ -76,6 +77,16 @@ batch:
- tag: package-container-service-2015-11-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=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag)=='package-2021-12-01' && $(go)
namespace: compute
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-12-01/$(namespace)
```

### Tag: package-2021-11-01 and go

These settings apply only when `--tag=package-2021-11-01 --go` is specified on the command line.
Expand Down
10 changes: 10 additions & 0 deletions specification/resourcehealth/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,20 @@ azure-arm: true

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2020-05-01
- tag: package-2017-07
- tag: package-2015-01
```

### Tag: package-2020-05-01 and go

These settings apply only when `--tag=package-2020-05-01 --go` is specified on the command line.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2020-05-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-05-01/$(namespace)
```

### Tag: package-2017-07 and go

These settings apply only when `--tag=package-2017-07 --go` is specified on the command line.
Expand Down