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

Documentation fixes for a preview API #27350

Merged
merged 16 commits into from
Jan 17, 2024

Update updatePackage.json

3747f39
Select commit
Loading
Failed to load commit list.
Merged

Documentation fixes for a preview API #27350

Update updatePackage.json
3747f39
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / SDK azure-sdk-for-go succeeded Jan 15, 2024 in 3m 2s

SDK azure-sdk-for-go succeeded

Details

  • ️✔️Succeeded [Logs] Generate from 8a99910412d8cdf810ec68fa3263a72f5c179fb9. 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/automation/armautomation [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Type of `Identity.UserAssignedIdentities` has been changed from `map[string]*ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties` to `map[string]*UserAssignedIdentitiesProperties`
    info	[Changelog] - `ModuleProvisioningStateCancelled` from enum `ModuleProvisioningState` has been removed
    info	[Changelog] - Struct `ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties` has been removed
    info	[Changelog] - Field `Value` of struct `DscConfigurationClientGetContentResponse` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New value `ModuleProvisioningStateCanceled` added to enum type `ModuleProvisioningState`
    info	[Changelog] - New value `RunbookTypeEnumPowerShell72` added to enum type `RunbookTypeEnum`
    info	[Changelog] - New function `*ClientFactory.NewPowerShell72ModuleClient() *PowerShell72ModuleClient`
    info	[Changelog] - New function `*ClientFactory.NewPython3PackageClient() *Python3PackageClient`
    info	[Changelog] - New function `NewPowerShell72ModuleClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PowerShell72ModuleClient, error)`
    info	[Changelog] - New function `*PowerShell72ModuleClient.CreateOrUpdate(context.Context, string, string, string, ModuleCreateOrUpdateParameters, *PowerShell72ModuleClientCreateOrUpdateOptions) (PowerShell72ModuleClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*PowerShell72ModuleClient.Delete(context.Context, string, string, string, *PowerShell72ModuleClientDeleteOptions) (PowerShell72ModuleClientDeleteResponse, error)`
    info	[Changelog] - New function `*PowerShell72ModuleClient.Get(context.Context, string, string, string, *PowerShell72ModuleClientGetOptions) (PowerShell72ModuleClientGetResponse, error)`
    info	[Changelog] - New function `*PowerShell72ModuleClient.NewListByAutomationAccountPager(string, string, *PowerShell72ModuleClientListByAutomationAccountOptions) *runtime.Pager[PowerShell72ModuleClientListByAutomationAccountResponse]`
    info	[Changelog] - New function `*PowerShell72ModuleClient.Update(context.Context, string, string, string, ModuleUpdateParameters, *PowerShell72ModuleClientUpdateOptions) (PowerShell72ModuleClientUpdateResponse, error)`
    info	[Changelog] - New function `NewPython3PackageClient(string, azcore.TokenCredential, *arm.ClientOptions) (*Python3PackageClient, error)`
    info	[Changelog] - New function `*Python3PackageClient.CreateOrUpdate(context.Context, string, string, string, PythonPackageCreateParameters, *Python3PackageClientCreateOrUpdateOptions) (Python3PackageClientCreateOrUpdateResponse, error)`
    info	[Changelog] - New function `*Python3PackageClient.Delete(context.Context, string, string, string, *Python3PackageClientDeleteOptions) (Python3PackageClientDeleteResponse, error)`
    info	[Changelog] - New function `*Python3PackageClient.Get(context.Context, string, string, string, *Python3PackageClientGetOptions) (Python3PackageClientGetResponse, error)`
    info	[Changelog] - New function `*Python3PackageClient.NewListByAutomationAccountPager(string, string, *Python3PackageClientListByAutomationAccountOptions) *runtime.Pager[Python3PackageClientListByAutomationAccountResponse]`
    info	[Changelog] - New function `*Python3PackageClient.Update(context.Context, string, string, string, PythonPackageUpdateParameters, *Python3PackageClientUpdateOptions) (Python3PackageClientUpdateResponse, error)`
    info	[Changelog] - New struct `Dimension`
    info	[Changelog] - New struct `LogSpecification`
    info	[Changelog] - New struct `MetricSpecification`
    info	[Changelog] - New struct `OperationPropertiesFormat`
    info	[Changelog] - New struct `OperationPropertiesFormatServiceSpecification`
    info	[Changelog] - New struct `UserAssignedIdentitiesProperties`
    info	[Changelog] - New field `Origin`, `Properties` in struct `Operation`
    info	[Changelog] - New field `Description` in struct `OperationDisplay`
    info	[Changelog]
    info	[Changelog] Total 5 breaking change(s), 30 additive change(s).