-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #998 from hashicorp/auto-pr/eb0ee640
Auto PR: Regenerating the Go SDK (93ca19b)
- Loading branch information
Showing
5 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
9 changes: 7 additions & 2 deletions
9
resource-manager/hdinsight/2024-05-01/hdinsights/model_clusterpoolcomputeprofile.go
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,9 +1,14 @@ | ||
package hdinsights | ||
|
||
import ( | ||
"github.com/hashicorp/go-azure-helpers/resourcemanager/zones" | ||
) | ||
|
||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See NOTICE.txt in the project root for license information. | ||
|
||
type ClusterPoolComputeProfile struct { | ||
Count *int64 `json:"count,omitempty"` | ||
VMSize string `json:"vmSize"` | ||
AvailabilityZones *zones.Schema `json:"availabilityZones,omitempty"` | ||
Count *int64 `json:"count,omitempty"` | ||
VMSize string `json:"vmSize"` | ||
} |
7 changes: 6 additions & 1 deletion
7
resource-manager/hdinsight/2024-05-01/hdinsights/model_computeprofile.go
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,8 +1,13 @@ | ||
package hdinsights | ||
|
||
import ( | ||
"github.com/hashicorp/go-azure-helpers/resourcemanager/zones" | ||
) | ||
|
||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See NOTICE.txt in the project root for license information. | ||
|
||
type ComputeProfile struct { | ||
Nodes []NodeProfile `json:"nodes"` | ||
AvailabilityZones *zones.Schema `json:"availabilityZones,omitempty"` | ||
Nodes []NodeProfile `json:"nodes"` | ||
} |
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
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
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