forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 18641 in Azure/azure-rest-api-specs
Merge e9dca46cf46b9bfe061f8bf009e419c72104d852 into a0ea00d6f2a385a23212211ccaf6eb4a1c3eae7b
- Loading branch information
SDKAuto
committed
Apr 11, 2022
1 parent
d2427c4
commit 0cd90f8
Showing
21 changed files
with
3,672 additions
and
28 deletions.
There are no files selected for viewing
24 changes: 23 additions & 1 deletion
24
services/azurestackhci/mgmt/2020-10-01/azurestackhci/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# Change History | ||
# Unreleased | ||
|
||
## Additive Changes | ||
|
||
### New Constants | ||
|
||
1. CreatedByType.Application | ||
1. CreatedByType.Key | ||
1. CreatedByType.ManagedIdentity | ||
1. CreatedByType.User | ||
|
||
### New Funcs | ||
|
||
1. PossibleCreatedByTypeValues() []CreatedByType | ||
|
||
### Struct Changes | ||
|
||
#### New Structs | ||
|
||
1. SystemData | ||
|
||
#### New Struct Fields | ||
|
||
1. Cluster.*SystemData |
2 changes: 1 addition & 1 deletion
2
services/azurestackhci/mgmt/2020-10-01/azurestackhci/_meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", | ||
"commit": "26e0afbc891c93df70ba6554af89223e667b269b", | ||
"readme": "/_/azure-rest-api-specs/specification/azurestackhci/resource-manager/readme.md", | ||
"tag": "package-2020-10", | ||
"use": "@microsoft.azure/[email protected]", | ||
|
16 changes: 6 additions & 10 deletions
16
services/azurestackhci/mgmt/2020-10-01/azurestackhci/clusters.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
services/azurestackhci/mgmt/2020-10-01/azurestackhci/enums.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 30 additions & 2 deletions
32
services/azurestackhci/mgmt/2020-10-01/azurestackhci/models.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
services/azurestackhci/mgmt/2022-01-01/azurestackhci/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Unreleased | ||
|
11 changes: 11 additions & 0 deletions
11
services/azurestackhci/mgmt/2022-01-01/azurestackhci/_meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"commit": "26e0afbc891c93df70ba6554af89223e667b269b", | ||
"readme": "/_/azure-rest-api-specs/specification/azurestackhci/resource-manager/readme.md", | ||
"tag": "package-2022-01", | ||
"use": "@microsoft.azure/[email protected]", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"autorest_command": "autorest [email protected]/[email protected] --tag=package-2022-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/azurestackhci/resource-manager/readme.md", | ||
"additional_properties": { | ||
"additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" | ||
} | ||
} |
Oops, something went wrong.