Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARG Query Generation API in 2023-09-01-preview #25699

Merged
merged 7 commits into from
Sep 18, 2023

Updated ARG Swagger Specs to Handle Linter Issue.

4f20241
Select commit
Loading
Failed to load commit list.
Merged

ARG Query Generation API in 2023-09-01-preview #25699

Updated ARG Swagger Specs to Handle Linter Issue.
4f20241
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / SDK azure-sdk-for-go succeeded Sep 15, 2023 in 2m 59s

SDK azure-sdk-for-go succeeded

azure-sdk-for-go
View more details.

Details

  • ️✔️Succeeded [Logs] Generate from f202606253721abb0ec94c35a61e1e56bc37da6a. SDK Automation 14.0.0
    command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️sdk/resourcemanager/resourcegraph/armresourcegraph [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Field `Interface` of struct `ClientResourcesHistoryResponse` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New enum type `ChangeCategory` with values `ChangeCategorySystem`, `ChangeCategoryUser`
    info	[Changelog] - New enum type `ChangeType` with values `ChangeTypeCreate`, `ChangeTypeDelete`, `ChangeTypeUpdate`
    info	[Changelog] - New enum type `PropertyChangeType` with values `PropertyChangeTypeInsert`, `PropertyChangeTypeRemove`, `PropertyChangeTypeUpdate`
    info	[Changelog] - New enum type `Role` with values `RoleAssistant`, `RoleSystem`, `RoleUser`
    info	[Changelog] - New enum type `StatusCategory` with values `StatusCategoryFailed`, `StatusCategorySucceeded`
    info	[Changelog] - New enum type `Versions` with values `VersionsV20230901Preview`
    info	[Changelog] - New function `*Client.ResourceChangeDetails(context.Context, ResourceChangeDetailsRequestParameters, *ClientResourceChangeDetailsOptions) (ClientResourceChangeDetailsResponse, error)`
    info	[Changelog] - New function `*Client.ResourceChanges(context.Context, ResourceChangesRequestParameters, *ClientResourceChangesOptions) (ClientResourceChangesResponse, error)`
    info	[Changelog] - New function `*ClientFactory.NewQueryClient() *QueryClient`
    info	[Changelog] - New function `NewQueryClient(azcore.TokenCredential, *arm.ClientOptions) (*QueryClient, error)`
    info	[Changelog] - New function `*QueryClient.GenerateQuery(context.Context, QueryGenerationRequest, *QueryClientGenerateQueryOptions) (QueryClientGenerateQueryResponse, error)`
    info	[Changelog] - New struct `HistoryContext`
    info	[Changelog] - New struct `QueryGenerationRequest`
    info	[Changelog] - New struct `QueryGenerationResponse`
    info	[Changelog] - New struct `ResourceChangeData`
    info	[Changelog] - New struct `ResourceChangeDataAfterSnapshot`
    info	[Changelog] - New struct `ResourceChangeDataBeforeSnapshot`
    info	[Changelog] - New struct `ResourceChangeDetailsRequestParameters`
    info	[Changelog] - New struct `ResourceChangeList`
    info	[Changelog] - New struct `ResourceChangesRequestParameters`
    info	[Changelog] - New struct `ResourceChangesRequestParametersInterval`
    info	[Changelog] - New struct `ResourcePropertyChange`
    info	[Changelog] - New struct `ResourceSnapshotData`
    info	[Changelog] - New struct `StatusResponse`
    info	[Changelog] - New field `Value` in struct `ClientResourcesHistoryResponse`
    info	[Changelog]
    info	[Changelog] Total 1 breaking change(s), 52 additive change(s).