-
Notifications
You must be signed in to change notification settings - Fork 46
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 #868 from hashicorp/auto-pr/80b96e0c
Auto PR: Regenerating the Go SDK (0fceb35)
- Loading branch information
Showing
6 changed files
with
35 additions
and
55 deletions.
There are no files selected for viewing
10 changes: 0 additions & 10 deletions
10
resource-manager/streamanalytics/2020-03-01/streamingjobs/model_identity.go
This file was deleted.
Oops, something went wrong.
18 changes: 11 additions & 7 deletions
18
resource-manager/streamanalytics/2020-03-01/streamingjobs/model_streamingjob.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,14 +1,18 @@ | ||
package streamingjobs | ||
|
||
import ( | ||
"github.com/hashicorp/go-azure-helpers/resourcemanager/identity" | ||
) | ||
|
||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See NOTICE.txt in the project root for license information. | ||
|
||
type StreamingJob struct { | ||
Id *string `json:"id,omitempty"` | ||
Identity *Identity `json:"identity,omitempty"` | ||
Location *string `json:"location,omitempty"` | ||
Name *string `json:"name,omitempty"` | ||
Properties *StreamingJobProperties `json:"properties,omitempty"` | ||
Tags *map[string]string `json:"tags,omitempty"` | ||
Type *string `json:"type,omitempty"` | ||
Id *string `json:"id,omitempty"` | ||
Identity *identity.SystemAssigned `json:"identity,omitempty"` | ||
Location *string `json:"location,omitempty"` | ||
Name *string `json:"name,omitempty"` | ||
Properties *StreamingJobProperties `json:"properties,omitempty"` | ||
Tags *map[string]string `json:"tags,omitempty"` | ||
Type *string `json:"type,omitempty"` | ||
} |
11 changes: 0 additions & 11 deletions
11
resource-manager/streamanalytics/2021-10-01-preview/streamingjobs/model_identity.go
This file was deleted.
Oops, something went wrong.
20 changes: 12 additions & 8 deletions
20
resource-manager/streamanalytics/2021-10-01-preview/streamingjobs/model_streamingjob.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,15 +1,19 @@ | ||
package streamingjobs | ||
|
||
import ( | ||
"github.com/hashicorp/go-azure-helpers/resourcemanager/identity" | ||
) | ||
|
||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See NOTICE.txt in the project root for license information. | ||
|
||
type StreamingJob struct { | ||
Id *string `json:"id,omitempty"` | ||
Identity *Identity `json:"identity,omitempty"` | ||
Location *string `json:"location,omitempty"` | ||
Name *string `json:"name,omitempty"` | ||
Properties *StreamingJobProperties `json:"properties,omitempty"` | ||
Sku *Sku `json:"sku,omitempty"` | ||
Tags *map[string]string `json:"tags,omitempty"` | ||
Type *string `json:"type,omitempty"` | ||
Id *string `json:"id,omitempty"` | ||
Identity *identity.SystemOrUserAssignedMap `json:"identity,omitempty"` | ||
Location *string `json:"location,omitempty"` | ||
Name *string `json:"name,omitempty"` | ||
Properties *StreamingJobProperties `json:"properties,omitempty"` | ||
Sku *Sku `json:"sku,omitempty"` | ||
Tags *map[string]string `json:"tags,omitempty"` | ||
Type *string `json:"type,omitempty"` | ||
} |
11 changes: 0 additions & 11 deletions
11
resource-manager/streamanalytics/2021-10-01-preview/subscriptions/model_identity.go
This file was deleted.
Oops, something went wrong.
20 changes: 12 additions & 8 deletions
20
resource-manager/streamanalytics/2021-10-01-preview/subscriptions/model_streamingjob.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,15 +1,19 @@ | ||
package subscriptions | ||
|
||
import ( | ||
"github.com/hashicorp/go-azure-helpers/resourcemanager/identity" | ||
) | ||
|
||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See NOTICE.txt in the project root for license information. | ||
|
||
type StreamingJob struct { | ||
Id *string `json:"id,omitempty"` | ||
Identity *Identity `json:"identity,omitempty"` | ||
Location *string `json:"location,omitempty"` | ||
Name *string `json:"name,omitempty"` | ||
Properties *StreamingJobProperties `json:"properties,omitempty"` | ||
Sku *Sku `json:"sku,omitempty"` | ||
Tags *map[string]string `json:"tags,omitempty"` | ||
Type *string `json:"type,omitempty"` | ||
Id *string `json:"id,omitempty"` | ||
Identity *identity.SystemOrUserAssignedMap `json:"identity,omitempty"` | ||
Location *string `json:"location,omitempty"` | ||
Name *string `json:"name,omitempty"` | ||
Properties *StreamingJobProperties `json:"properties,omitempty"` | ||
Sku *Sku `json:"sku,omitempty"` | ||
Tags *map[string]string `json:"tags,omitempty"` | ||
Type *string `json:"type,omitempty"` | ||
} |