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

Release v57.1.0 #15437

Merged
merged 5 commits into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Generated from specification/servicefabric/resource-manager/readme.md…
… tag package-2021-06 (commit hash: 51b37b069ecbb9d2fcd300eabd4b10b7911b7d7d)
  • Loading branch information
Alancere committed Sep 2, 2021
commit 8e30e1f52d82d4cc45f78bd64e9d0c6a52862baa
180 changes: 127 additions & 53 deletions profiles/latest/servicefabric/mgmt/servicefabric/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package servicefabricapi

import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2019-03-01/servicefabric/servicefabricapi"
import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2021-06-01/servicefabric/servicefabricapi"

type ApplicationTypeVersionsClientAPI = original.ApplicationTypeVersionsClientAPI
type ApplicationTypesClientAPI = original.ApplicationTypesClientAPI
Expand Down
180 changes: 127 additions & 53 deletions profiles/preview/servicefabric/mgmt/servicefabric/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package servicefabricapi

import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2019-03-01/servicefabric/servicefabricapi"
import original "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2021-06-01/servicefabric/servicefabricapi"

type ApplicationTypeVersionsClientAPI = original.ApplicationTypeVersionsClientAPI
type ApplicationTypesClientAPI = original.ApplicationTypesClientAPI
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Change History

11 changes: 11 additions & 0 deletions services/servicefabric/mgmt/2021-06-01/servicefabric/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"commit": "51b37b069ecbb9d2fcd300eabd4b10b7911b7d7d",
"readme": "/_/azure-rest-api-specs/specification/servicefabric/resource-manager/readme.md",
"tag": "package-2021-06",
"use": "@microsoft.azure/autorest.go@2.1.187",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2021-06 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --enum-prefix /_/azure-rest-api-specs/specification/servicefabric/resource-manager/readme.md",
"additional_properties": {
"additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION --enum-prefix"
}
}
Loading