Skip to content

Commit

Permalink
Retrieving lose files
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Aug 5, 2019
1 parent c615e19 commit ca07ab7
Show file tree
Hide file tree
Showing 174 changed files with 36,691 additions and 0 deletions.
26 changes: 26 additions & 0 deletions profiles/latest/aad/mgmt/aad/aadapi/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package aadapi

import original "github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2017-04-01/aad/aadapi"

type DiagnosticSettingsCategoryClientAPI = original.DiagnosticSettingsCategoryClientAPI
type DiagnosticSettingsClientAPI = original.DiagnosticSettingsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
95 changes: 95 additions & 0 deletions profiles/latest/aad/mgmt/aad/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package aad

import original "github.com/Azure/azure-sdk-for-go/services/aad/mgmt/2017-04-01/aad"

const (
DefaultBaseURI = original.DefaultBaseURI
)

type Category = original.Category

const (
AuditLogs Category = original.AuditLogs
SignInLogs Category = original.SignInLogs
)

type CategoryType = original.CategoryType

const (
Logs CategoryType = original.Logs
)

type BaseClient = original.BaseClient
type DiagnosticSettings = original.DiagnosticSettings
type DiagnosticSettingsCategory = original.DiagnosticSettingsCategory
type DiagnosticSettingsCategoryClient = original.DiagnosticSettingsCategoryClient
type DiagnosticSettingsCategoryResource = original.DiagnosticSettingsCategoryResource
type DiagnosticSettingsCategoryResourceCollection = original.DiagnosticSettingsCategoryResourceCollection
type DiagnosticSettingsClient = original.DiagnosticSettingsClient
type DiagnosticSettingsResource = original.DiagnosticSettingsResource
type DiagnosticSettingsResourceCollection = original.DiagnosticSettingsResourceCollection
type Display = original.Display
type ErrorDefinition = original.ErrorDefinition
type ErrorResponse = original.ErrorResponse
type LogSettings = original.LogSettings
type OperationsClient = original.OperationsClient
type OperationsDiscovery = original.OperationsDiscovery
type OperationsDiscoveryCollection = original.OperationsDiscoveryCollection
type ProxyOnlyResource = original.ProxyOnlyResource
type RetentionPolicy = original.RetentionPolicy

func New() BaseClient {
return original.New()
}
func NewDiagnosticSettingsCategoryClient() DiagnosticSettingsCategoryClient {
return original.NewDiagnosticSettingsCategoryClient()
}
func NewDiagnosticSettingsCategoryClientWithBaseURI(baseURI string) DiagnosticSettingsCategoryClient {
return original.NewDiagnosticSettingsCategoryClientWithBaseURI(baseURI)
}
func NewDiagnosticSettingsClient() DiagnosticSettingsClient {
return original.NewDiagnosticSettingsClient()
}
func NewDiagnosticSettingsClientWithBaseURI(baseURI string) DiagnosticSettingsClient {
return original.NewDiagnosticSettingsClientWithBaseURI(baseURI)
}
func NewOperationsClient() OperationsClient {
return original.NewOperationsClient()
}
func NewOperationsClientWithBaseURI(baseURI string) OperationsClient {
return original.NewOperationsClientWithBaseURI(baseURI)
}
func NewWithBaseURI(baseURI string) BaseClient {
return original.NewWithBaseURI(baseURI)
}
func PossibleCategoryTypeValues() []CategoryType {
return original.PossibleCategoryTypeValues()
}
func PossibleCategoryValues() []Category {
return original.PossibleCategoryValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/latest"
}
func Version() string {
return original.Version()
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// +build go1.9

// Copyright 2019 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package adhybridhealthserviceapi

import original "github.com/Azure/azure-sdk-for-go/services/adhybridhealthservice/mgmt/2014-01-01/adhybridhealthservice/adhybridhealthserviceapi"

type AdDomainServiceMembersClientAPI = original.AdDomainServiceMembersClientAPI
type AddsServiceClientAPI = original.AddsServiceClientAPI
type AddsServiceMembersClientAPI = original.AddsServiceMembersClientAPI
type AddsServicesClientAPI = original.AddsServicesClientAPI
type AddsServicesReplicationStatusClientAPI = original.AddsServicesReplicationStatusClientAPI
type AddsServicesServiceMembersClientAPI = original.AddsServicesServiceMembersClientAPI
type AddsServicesUserPreferenceClientAPI = original.AddsServicesUserPreferenceClientAPI
type AlertsClientAPI = original.AlertsClientAPI
type ConfigurationClientAPI = original.ConfigurationClientAPI
type DimensionsClientAPI = original.DimensionsClientAPI
type OperationsClientAPI = original.OperationsClientAPI
type ReportsClientAPI = original.ReportsClientAPI
type ServiceClientAPI = original.ServiceClientAPI
type ServiceMembersClientAPI = original.ServiceMembersClientAPI
type ServicesClientAPI = original.ServicesClientAPI
Loading

0 comments on commit ca07ab7

Please sign in to comment.