From b7e96144ba0c84c79562c5f0f78cbc4cbd39f1f6 Mon Sep 17 00:00:00 2001 From: carolyn Date: Tue, 15 May 2018 16:06:10 -0700 Subject: [PATCH] update vendor --- .../v3/zz_generated_azure_adconfig.go | 70 +++++++++---------- 1 file changed, 33 insertions(+), 37 deletions(-) diff --git a/client/management/v3/zz_generated_azure_adconfig.go b/client/management/v3/zz_generated_azure_adconfig.go index ec91b9ef..b7edbafc 100644 --- a/client/management/v3/zz_generated_azure_adconfig.go +++ b/client/management/v3/zz_generated_azure_adconfig.go @@ -1,44 +1,40 @@ package client const ( - AzureADConfigType = "azureADConfig" - AzureADConfigFieldAccessMode = "accessMode" - AzureADConfigFieldAdminAccountPassword = "adminAccountPassword" - AzureADConfigFieldAdminAccountUsername = "adminAccountUsername" - AzureADConfigFieldAllowedPrincipalIDs = "allowedPrincipalIds" - AzureADConfigFieldAnnotations = "annotations" - AzureADConfigFieldClientID = "clientId" - AzureADConfigFieldClientSecret = "clientSecret" - AzureADConfigFieldCreated = "created" - AzureADConfigFieldCreatorID = "creatorId" - AzureADConfigFieldDomain = "domain" - AzureADConfigFieldEnabled = "enabled" - AzureADConfigFieldLabels = "labels" - AzureADConfigFieldName = "name" - AzureADConfigFieldOwnerReferences = "ownerReferences" - AzureADConfigFieldRemoved = "removed" - AzureADConfigFieldTenantID = "tenantId" - AzureADConfigFieldType = "type" - AzureADConfigFieldUuid = "uuid" + AzureADConfigType = "azureADConfig" + AzureADConfigFieldAccessMode = "accessMode" + AzureADConfigFieldAllowedPrincipalIDs = "allowedPrincipalIds" + AzureADConfigFieldAnnotations = "annotations" + AzureADConfigFieldClientID = "clientId" + AzureADConfigFieldClientSecret = "clientSecret" + AzureADConfigFieldCreated = "created" + AzureADConfigFieldCreatorID = "creatorId" + AzureADConfigFieldDomain = "domain" + AzureADConfigFieldEnabled = "enabled" + AzureADConfigFieldLabels = "labels" + AzureADConfigFieldName = "name" + AzureADConfigFieldOwnerReferences = "ownerReferences" + AzureADConfigFieldRemoved = "removed" + AzureADConfigFieldTenantID = "tenantId" + AzureADConfigFieldType = "type" + AzureADConfigFieldUuid = "uuid" ) type AzureADConfig struct { - AccessMode string `json:"accessMode,omitempty" yaml:"accessMode,omitempty"` - AdminAccountPassword string `json:"adminAccountPassword,omitempty" yaml:"adminAccountPassword,omitempty"` - AdminAccountUsername string `json:"adminAccountUsername,omitempty" yaml:"adminAccountUsername,omitempty"` - AllowedPrincipalIDs []string `json:"allowedPrincipalIds,omitempty" yaml:"allowedPrincipalIds,omitempty"` - Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"` - ClientID string `json:"clientId,omitempty" yaml:"clientId,omitempty"` - ClientSecret string `json:"clientSecret,omitempty" yaml:"clientSecret,omitempty"` - Created string `json:"created,omitempty" yaml:"created,omitempty"` - CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` - Domain string `json:"domain,omitempty" yaml:"domain,omitempty"` - Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"` - Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` - Name string `json:"name,omitempty" yaml:"name,omitempty"` - OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` - Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` - TenantID string `json:"tenantId,omitempty" yaml:"tenantId,omitempty"` - Type string `json:"type,omitempty" yaml:"type,omitempty"` - Uuid string `json:"uuid,omitempty" yaml:"uuid,omitempty"` + AccessMode string `json:"accessMode,omitempty" yaml:"accessMode,omitempty"` + AllowedPrincipalIDs []string `json:"allowedPrincipalIds,omitempty" yaml:"allowedPrincipalIds,omitempty"` + Annotations map[string]string `json:"annotations,omitempty" yaml:"annotations,omitempty"` + ClientID string `json:"clientId,omitempty" yaml:"clientId,omitempty"` + ClientSecret string `json:"clientSecret,omitempty" yaml:"clientSecret,omitempty"` + Created string `json:"created,omitempty" yaml:"created,omitempty"` + CreatorID string `json:"creatorId,omitempty" yaml:"creatorId,omitempty"` + Domain string `json:"domain,omitempty" yaml:"domain,omitempty"` + Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"` + Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` + Name string `json:"name,omitempty" yaml:"name,omitempty"` + OwnerReferences []OwnerReference `json:"ownerReferences,omitempty" yaml:"ownerReferences,omitempty"` + Removed string `json:"removed,omitempty" yaml:"removed,omitempty"` + TenantID string `json:"tenantId,omitempty" yaml:"tenantId,omitempty"` + Type string `json:"type,omitempty" yaml:"type,omitempty"` + Uuid string `json:"uuid,omitempty" yaml:"uuid,omitempty"` }