-
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 specification/operationalinsights/resource-manager/readme.md tag package-2020-03-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf) * Generated from specification/mixedreality/resource-manager/readme.md tag package-2021-01 (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf) * Generated from specification/storage/resource-manager/readme.md tag package-2020-08-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf) * Generated from specification/storagecache/resource-manager/readme.md tag package-2020-10-01 (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf) * Generated from specification/compute/resource-manager/readme.md tag package-2020-10-01-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf) * v51.1.0
- Loading branch information
Showing
83 changed files
with
53,241 additions
and
114 deletions.
There are no files selected for viewing
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
27 changes: 27 additions & 0 deletions
27
profiles/latest/mixedreality/mgmt/mixedreality/mixedrealityapi/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,27 @@ | ||
// +build go1.9 | ||
|
||
// Copyright 2021 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 mixedrealityapi | ||
|
||
import original "github.com/Azure/azure-sdk-for-go/services/mixedreality/mgmt/2021-01-01/mixedreality/mixedrealityapi" | ||
|
||
type BaseClientAPI = original.BaseClientAPI | ||
type OperationsClientAPI = original.OperationsClientAPI | ||
type RemoteRenderingAccountsClientAPI = original.RemoteRenderingAccountsClientAPI | ||
type SpatialAnchorsAccountsClientAPI = original.SpatialAnchorsAccountsClientAPI |
164 changes: 164 additions & 0 deletions
164
profiles/latest/mixedreality/mgmt/mixedreality/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,164 @@ | ||
// +build go1.9 | ||
|
||
// Copyright 2021 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 mixedreality | ||
|
||
import ( | ||
"context" | ||
|
||
original "github.com/Azure/azure-sdk-for-go/services/mixedreality/mgmt/2021-01-01/mixedreality" | ||
) | ||
|
||
const ( | ||
DefaultBaseURI = original.DefaultBaseURI | ||
) | ||
|
||
type CreatedByType = original.CreatedByType | ||
|
||
const ( | ||
Application CreatedByType = original.Application | ||
Key CreatedByType = original.Key | ||
ManagedIdentity CreatedByType = original.ManagedIdentity | ||
User CreatedByType = original.User | ||
) | ||
|
||
type NameUnavailableReason = original.NameUnavailableReason | ||
|
||
const ( | ||
AlreadyExists NameUnavailableReason = original.AlreadyExists | ||
Invalid NameUnavailableReason = original.Invalid | ||
) | ||
|
||
type ResourceIdentityType = original.ResourceIdentityType | ||
|
||
const ( | ||
SystemAssigned ResourceIdentityType = original.SystemAssigned | ||
) | ||
|
||
type SkuTier = original.SkuTier | ||
|
||
const ( | ||
Basic SkuTier = original.Basic | ||
Free SkuTier = original.Free | ||
Premium SkuTier = original.Premium | ||
Standard SkuTier = original.Standard | ||
) | ||
|
||
type AccountKeyRegenerateRequest = original.AccountKeyRegenerateRequest | ||
type AccountKeys = original.AccountKeys | ||
type AccountProperties = original.AccountProperties | ||
type AzureEntityResource = original.AzureEntityResource | ||
type BaseClient = original.BaseClient | ||
type CheckNameAvailabilityRequest = original.CheckNameAvailabilityRequest | ||
type CheckNameAvailabilityResponse = original.CheckNameAvailabilityResponse | ||
type CloudError = original.CloudError | ||
type CloudErrorBody = original.CloudErrorBody | ||
type Identity = original.Identity | ||
type LogSpecification = original.LogSpecification | ||
type MetricDimension = original.MetricDimension | ||
type MetricSpecification = original.MetricSpecification | ||
type Operation = original.Operation | ||
type OperationDisplay = original.OperationDisplay | ||
type OperationPage = original.OperationPage | ||
type OperationPageIterator = original.OperationPageIterator | ||
type OperationPagePage = original.OperationPagePage | ||
type OperationProperties = original.OperationProperties | ||
type OperationsClient = original.OperationsClient | ||
type Plan = original.Plan | ||
type ProxyResource = original.ProxyResource | ||
type RemoteRenderingAccount = original.RemoteRenderingAccount | ||
type RemoteRenderingAccountPage = original.RemoteRenderingAccountPage | ||
type RemoteRenderingAccountPageIterator = original.RemoteRenderingAccountPageIterator | ||
type RemoteRenderingAccountPagePage = original.RemoteRenderingAccountPagePage | ||
type RemoteRenderingAccountsClient = original.RemoteRenderingAccountsClient | ||
type Resource = original.Resource | ||
type ResourceModelWithAllowedPropertySet = original.ResourceModelWithAllowedPropertySet | ||
type ResourceModelWithAllowedPropertySetIdentity = original.ResourceModelWithAllowedPropertySetIdentity | ||
type ResourceModelWithAllowedPropertySetPlan = original.ResourceModelWithAllowedPropertySetPlan | ||
type ResourceModelWithAllowedPropertySetSku = original.ResourceModelWithAllowedPropertySetSku | ||
type ServiceSpecification = original.ServiceSpecification | ||
type Sku = original.Sku | ||
type SpatialAnchorsAccount = original.SpatialAnchorsAccount | ||
type SpatialAnchorsAccountPage = original.SpatialAnchorsAccountPage | ||
type SpatialAnchorsAccountPageIterator = original.SpatialAnchorsAccountPageIterator | ||
type SpatialAnchorsAccountPagePage = original.SpatialAnchorsAccountPagePage | ||
type SpatialAnchorsAccountsClient = original.SpatialAnchorsAccountsClient | ||
type SystemData = original.SystemData | ||
type TrackedResource = original.TrackedResource | ||
|
||
func New(subscriptionID string) BaseClient { | ||
return original.New(subscriptionID) | ||
} | ||
func NewOperationPageIterator(page OperationPagePage) OperationPageIterator { | ||
return original.NewOperationPageIterator(page) | ||
} | ||
func NewOperationPagePage(cur OperationPage, getNextPage func(context.Context, OperationPage) (OperationPage, error)) OperationPagePage { | ||
return original.NewOperationPagePage(cur, getNextPage) | ||
} | ||
func NewOperationsClient(subscriptionID string) OperationsClient { | ||
return original.NewOperationsClient(subscriptionID) | ||
} | ||
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient { | ||
return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID) | ||
} | ||
func NewRemoteRenderingAccountPageIterator(page RemoteRenderingAccountPagePage) RemoteRenderingAccountPageIterator { | ||
return original.NewRemoteRenderingAccountPageIterator(page) | ||
} | ||
func NewRemoteRenderingAccountPagePage(cur RemoteRenderingAccountPage, getNextPage func(context.Context, RemoteRenderingAccountPage) (RemoteRenderingAccountPage, error)) RemoteRenderingAccountPagePage { | ||
return original.NewRemoteRenderingAccountPagePage(cur, getNextPage) | ||
} | ||
func NewRemoteRenderingAccountsClient(subscriptionID string) RemoteRenderingAccountsClient { | ||
return original.NewRemoteRenderingAccountsClient(subscriptionID) | ||
} | ||
func NewRemoteRenderingAccountsClientWithBaseURI(baseURI string, subscriptionID string) RemoteRenderingAccountsClient { | ||
return original.NewRemoteRenderingAccountsClientWithBaseURI(baseURI, subscriptionID) | ||
} | ||
func NewSpatialAnchorsAccountPageIterator(page SpatialAnchorsAccountPagePage) SpatialAnchorsAccountPageIterator { | ||
return original.NewSpatialAnchorsAccountPageIterator(page) | ||
} | ||
func NewSpatialAnchorsAccountPagePage(cur SpatialAnchorsAccountPage, getNextPage func(context.Context, SpatialAnchorsAccountPage) (SpatialAnchorsAccountPage, error)) SpatialAnchorsAccountPagePage { | ||
return original.NewSpatialAnchorsAccountPagePage(cur, getNextPage) | ||
} | ||
func NewSpatialAnchorsAccountsClient(subscriptionID string) SpatialAnchorsAccountsClient { | ||
return original.NewSpatialAnchorsAccountsClient(subscriptionID) | ||
} | ||
func NewSpatialAnchorsAccountsClientWithBaseURI(baseURI string, subscriptionID string) SpatialAnchorsAccountsClient { | ||
return original.NewSpatialAnchorsAccountsClientWithBaseURI(baseURI, subscriptionID) | ||
} | ||
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient { | ||
return original.NewWithBaseURI(baseURI, subscriptionID) | ||
} | ||
func PossibleCreatedByTypeValues() []CreatedByType { | ||
return original.PossibleCreatedByTypeValues() | ||
} | ||
func PossibleNameUnavailableReasonValues() []NameUnavailableReason { | ||
return original.PossibleNameUnavailableReasonValues() | ||
} | ||
func PossibleResourceIdentityTypeValues() []ResourceIdentityType { | ||
return original.PossibleResourceIdentityTypeValues() | ||
} | ||
func PossibleSkuTierValues() []SkuTier { | ||
return original.PossibleSkuTierValues() | ||
} | ||
func UserAgent() string { | ||
return original.UserAgent() + " profiles/latest" | ||
} | ||
func Version() string { | ||
return original.Version() | ||
} |
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
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
Oops, something went wrong.