Skip to content

Commit

Permalink
Updating based on 5cb172ae
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Apr 22, 2024
1 parent 5f37441 commit 0e5fb00
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ package loadtests
// Licensed under the MIT License. See NOTICE.txt in the project root for license information.

type LoadTestProperties struct {
DataPlaneURI *string `json:"dataPlaneURI,omitempty"`
Description *string `json:"description,omitempty"`
ProvisioningState *ResourceState `json:"provisioningState,omitempty"`
DataPlaneURI *string `json:"dataPlaneURI,omitempty"`
Description *string `json:"description,omitempty"`
Encryption *EncryptionProperties `json:"encryption,omitempty"`
ProvisioningState *ResourceState `json:"provisioningState,omitempty"`
}

0 comments on commit 0e5fb00

Please sign in to comment.