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

[AutoPR servicefabric/data-plane] Swagger specification for Service Fabric runtime version 6.4 #3421

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
869 changes: 611 additions & 258 deletions profiles/preview/servicefabric/servicefabric/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -19,6 +19,15 @@

package servicefabricapi

import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/6.2/servicefabric/servicefabricapi"
import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/6.4/servicefabric/servicefabricapi"

type BaseClientAPI = original.BaseClientAPI
type MeshSecretClientAPI = original.MeshSecretClientAPI
type MeshSecretValueClientAPI = original.MeshSecretValueClientAPI
type MeshVolumeClientAPI = original.MeshVolumeClientAPI
type MeshNetworkClientAPI = original.MeshNetworkClientAPI
type MeshApplicationClientAPI = original.MeshApplicationClientAPI
type MeshServiceClientAPI = original.MeshServiceClientAPI
type MeshCodePackageClientAPI = original.MeshCodePackageClientAPI
type MeshServiceReplicaClientAPI = original.MeshServiceReplicaClientAPI
type MeshGatewayClientAPI = original.MeshGatewayClientAPI
21,185 changes: 21,185 additions & 0 deletions services/servicefabric/6.3/servicefabric/client.go

Large diffs are not rendered by default.

53,639 changes: 53,639 additions & 0 deletions services/servicefabric/6.3/servicefabric/models.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions services/servicefabric/6.3/servicefabric/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading