-
Notifications
You must be signed in to change notification settings - Fork 850
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated from 5927195a95dbda5a1729692d42a088b60c4a4a88
Adding new version of API
- Loading branch information
1 parent
dfbf6a9
commit 4831927
Showing
37 changed files
with
22,009 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
profiles/latest/databoxedge/mgmt/databoxedge/databoxedgeapi/models.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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// +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 databoxedgeapi | ||
|
||
import original "github.com/Azure/azure-sdk-for-go/services/databoxedge/mgmt/2019-07-01/databoxedge/databoxedgeapi" | ||
|
||
type AlertsClientAPI = original.AlertsClientAPI | ||
type BandwidthSchedulesClientAPI = original.BandwidthSchedulesClientAPI | ||
type DevicesClientAPI = original.DevicesClientAPI | ||
type JobsClientAPI = original.JobsClientAPI | ||
type NodesClientAPI = original.NodesClientAPI | ||
type OperationsClientAPI = original.OperationsClientAPI | ||
type OperationsStatusClientAPI = original.OperationsStatusClientAPI | ||
type OrdersClientAPI = original.OrdersClientAPI | ||
type RolesClientAPI = original.RolesClientAPI | ||
type SharesClientAPI = original.SharesClientAPI | ||
type StorageAccountCredentialsClientAPI = original.StorageAccountCredentialsClientAPI | ||
type TriggersClientAPI = original.TriggersClientAPI | ||
type UsersClientAPI = original.UsersClientAPI |
Oops, something went wrong.