Skip to content

Commit

Permalink
Updating based on ea4ddf1e
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed May 22, 2024
1 parent ce69297 commit f3a416f
Show file tree
Hide file tree
Showing 5,272 changed files with 5,272 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c DomainServicesClient) ListCompleteMatchingPredicate(ctx context.Context,

resp, err := c.List(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c DomainServicesClient) ListByResourceGroupCompleteMatchingPredicate(ctx c

resp, err := c.ListByResourceGroup(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
1 change: 1 addition & 0 deletions resource-manager/aad/2021-05-01/oucontainer/method_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c OuContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id

resp, err := c.List(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c TenantsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.

resp, err := c.ListByResourceGroup(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c TenantsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.C

resp, err := c.ListBySubscription(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ConfigurationsClient) ListByResourceGroupCompleteMatchingPredicate(ctx c

resp, err := c.ListByResourceGroup(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ConfigurationsClient) ListBySubscriptionCompleteMatchingPredicate(ctx co

resp, err := c.ListBySubscription(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func (c GetRecommendationsClient) RecommendationsListCompleteMatchingPredicate(c

resp, err := c.RecommendationsList(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c MetadataClient) RecommendationMetadataListCompleteMatchingPredicate(ctx

resp, err := c.RecommendationMetadataList(ctx)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (c SuppressionsClient) ListCompleteMatchingPredicate(ctx context.Context, i

resp, err := c.List(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ConfigurationsClient) ListByResourceGroupCompleteMatchingPredicate(ctx c

resp, err := c.ListByResourceGroup(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ConfigurationsClient) ListBySubscriptionCompleteMatchingPredicate(ctx co

resp, err := c.ListBySubscription(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func (c GetRecommendationsClient) RecommendationsListCompleteMatchingPredicate(c

resp, err := c.RecommendationsList(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c MetadataClient) RecommendationMetadataListCompleteMatchingPredicate(ctx

resp, err := c.RecommendationMetadataList(ctx)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (c SuppressionsClient) ListCompleteMatchingPredicate(ctx context.Context, i

resp, err := c.List(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ConfigurationsClient) ListByResourceGroupCompleteMatchingPredicate(ctx c

resp, err := c.ListByResourceGroup(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ConfigurationsClient) ListBySubscriptionCompleteMatchingPredicate(ctx co

resp, err := c.ListBySubscription(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func (c GetRecommendationsClient) RecommendationsListCompleteMatchingPredicate(c

resp, err := c.RecommendationsList(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c MetadataClient) RecommendationMetadataListCompleteMatchingPredicate(ctx

resp, err := c.RecommendationMetadataList(ctx)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (c SuppressionsClient) ListCompleteMatchingPredicate(ctx context.Context, i

resp, err := c.List(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (c ActionRulesClient) ListByResourceGroupCompleteMatchingPredicate(ctx cont

resp, err := c.ListByResourceGroup(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (c ActionRulesClient) ListBySubscriptionCompleteMatchingPredicate(ctx conte

resp, err := c.ListBySubscription(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func (c AlertsManagementsClient) AlertsGetAllCompleteMatchingPredicate(ctx conte

resp, err := c.AlertsGetAll(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func (c SmartGroupsClient) GetAllCompleteMatchingPredicate(ctx context.Context,

resp, err := c.GetAll(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (c SmartDetectorAlertRulesClient) ListCompleteMatchingPredicate(ctx context

resp, err := c.List(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (c SmartDetectorAlertRulesClient) ListByResourceGroupCompleteMatchingPredic

resp, err := c.ListByResourceGroup(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c AlertProcessingRulesClient) ListByResourceGroupCompleteMatchingPredicate

resp, err := c.ListByResourceGroup(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c AlertProcessingRulesClient) ListBySubscriptionCompleteMatchingPredicate(

resp, err := c.ListBySubscription(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (c ApiClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, i

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiDiagnosticClient) ListByServiceCompleteMatchingPredicate(ctx context.

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (c ApiIssueClient) ListByServiceCompleteMatchingPredicate(ctx context.Conte

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiIssueAttachmentClient) ListByServiceCompleteMatchingPredicate(ctx con

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiIssueCommentClient) ListByServiceCompleteMatchingPredicate(ctx contex

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ApiManagementServiceClient) ListCompleteMatchingPredicate(ctx context.Co

resp, err := c.List(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c ApiManagementServiceClient) ListByResourceGroupCompleteMatchingPredicate

resp, err := c.ListByResourceGroup(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c ApiManagementServiceSkusClient) ListAvailableServiceSkusCompleteMatching

resp, err := c.ListAvailableServiceSkus(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (c ApiOperationClient) ListByApiCompleteMatchingPredicate(ctx context.Conte

resp, err := c.ListByApi(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c ApiOperationPolicyClient) ListByOperationCompleteMatchingPredicate(ctx c

resp, err := c.ListByOperation(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (c ApiOperationsByTagClient) OperationListByTagsCompleteMatchingPredicate(c

resp, err := c.OperationListByTags(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiOperationTagClient) TagListByOperationCompleteMatchingPredicate(ctx c

resp, err := c.TagListByOperation(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func (c ApiPolicyClient) ListByApiCompleteMatchingPredicate(ctx context.Context,

resp, err := c.ListByApi(ctx, id)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiProductClient) ListByApisCompleteMatchingPredicate(ctx context.Contex

resp, err := c.ListByApis(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiReleaseClient) ListByServiceCompleteMatchingPredicate(ctx context.Con

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiRevisionClient) ListByServiceCompleteMatchingPredicate(ctx context.Co

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (c ApisByTagClient) ApiListByTagsCompleteMatchingPredicate(ctx context.Cont

resp, err := c.ApiListByTags(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiSchemaClient) ListByApiCompleteMatchingPredicate(ctx context.Context,

resp, err := c.ListByApi(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiTagClient) TagListByApiCompleteMatchingPredicate(ctx context.Context,

resp, err := c.TagListByApi(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiTagDescriptionClient) ListByServiceCompleteMatchingPredicate(ctx cont

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiVersionSetClient) ListByServiceCompleteMatchingPredicate(ctx context.

resp, err := c.ListByService(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (c ApiWikiClient) ListCompleteMatchingPredicate(ctx context.Context, id Api

resp, err := c.List(ctx, id, options)
if err != nil {
result.LatestHttpResponse = resp.HttpResponse
err = fmt.Errorf("loading results: %+v", err)
return
}
Expand Down
Loading

0 comments on commit f3a416f

Please sign in to comment.