Skip to content

Commit

Permalink
Updating based on d8de4b947
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Nov 18, 2024
1 parent 5245fc9 commit e725a42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var _ SecretParameters = URLSigningKeyParameters{}
type URLSigningKeyParameters struct {
KeyId string `json:"keyId"`
SecretSource ResourceReference `json:"secretSource"`
SecretVersion *string `json:"secretVersion,omitempty"`
SecretVersion string `json:"secretVersion"`

// Fields inherited from SecretParameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type SAPVirtualInstance struct {
Id *string `json:"id,omitempty"`
Identity *identity.LegacySystemAndUserAssignedMap `json:"identity,omitempty"`
Location string `json:"location"`
Name *string `json:"name,omitempty"`
Properties *SAPVirtualInstanceProperties `json:"properties,omitempty"`
SystemData *systemdata.SystemData `json:"systemData,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
Id *string `json:"id,omitempty"`
Identity *identity.UserAssignedMap `json:"identity,omitempty"`
Location string `json:"location"`
Name *string `json:"name,omitempty"`
Properties *SAPVirtualInstanceProperties `json:"properties,omitempty"`
SystemData *systemdata.SystemData `json:"systemData,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Type *string `json:"type,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type UpdateSAPVirtualInstanceRequest struct {
Identity *identity.LegacySystemAndUserAssignedMap `json:"identity,omitempty"`
Properties *UpdateSAPVirtualInstanceProperties `json:"properties,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
Identity *identity.UserAssignedMap `json:"identity,omitempty"`
Properties *UpdateSAPVirtualInstanceProperties `json:"properties,omitempty"`
Tags *map[string]string `json:"tags,omitempty"`
}

0 comments on commit e725a42

Please sign in to comment.