Skip to content
Draft
Show file tree
Hide file tree
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
10 changes: 6 additions & 4 deletions src/DurableTask/DurableTask.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
Comment on lines 1 to 5
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
Expand All @@ -19,9 +22,8 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - DurableTask")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.2.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.2.0")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - MicrosoftDurableTask")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.1")]
Comment on lines +25 to +27
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]

69 changes: 0 additions & 69 deletions src/DurableTask/DurableTask.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,72 +22,3 @@ AutoRest does not generate authentication code for the module. Authentication is
## Development
For information on how to develop for `Az.DurableTask`, see [how-to.md](how-to.md).
<!-- endregion -->
Comment on lines 22 to 24

### AutoRest Configuration

> see https://aka.ms/autorest

```yaml
# pin the swagger version by using the commit id instead of branch name
commit: b4430e90bbd9c27f2dd7931a7623a16a5ecc7be0
require:
# readme.azure.noprofile.md is the common configuration file
- $(this-folder)/../../readme.azure.noprofile.md
- $(repo)/specification/durabletask/resource-manager/readme.md
# If the swagger has not been put in the repo, you may uncomment the following line and refer to it locally
# - (this-folder)/relative-path-to-your-local-readme.md

try-require:
- $(repo)/specification/durabletask/resource-manager/readme.powershell.md

# For new RP, the version is 0.1.0
module-version: 0.2.0
# Normally, title is the service name
title: DurableTask
subject-prefix: $(service-name)

# The next three configurations are exclusive to v3, and in v4, they are activated by default. If you are still using v3, please uncomment them.
# identity-correction-for-post: true
# resourcegroup-append: true
# nested-object-to-string: true

directive:
# Following are common directives which are normally required in all the RPs
# 1. Remove the unexpanded parameter set
# 2. For New-* cmdlets, ViaIdentity is not required
# Following two directives are v4 specific
- where:
variant: ^(Create|Update)(?!.*?(Expanded|JsonFilePath|JsonString))
remove: true
- where:
variant: ^CreateViaIdentity$|^CreateViaIdentityExpanded$
remove: true
# Follow directive is v3 specific. If you are using v3, uncomment following directive and comments out two directives above
#- where:
# variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
# remove: true

# Remove the set-* cmdlet
- where:
verb: Set
remove: true

# Updating TaskHub is not supported
- where:
verb: Update
subject: TaskHub
remove: true

# Retention policy operations are not supported
- where:
subject: RetentionPolicy
remove: true

# Private Endpoint Connections and Private Links are handled via the Network Cmdlets
- where:
subject: SchedulerPrivateEndpointConnection
remove: true
- where:
subject: SchedulerPrivateLink
remove: true
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.DurableTask
Module Guid: e19fbc46-d4cc-4da2-81d0-45535b1de2a0
Module Guid: 486f71cd-8f5a-4d18-b828-e0fd16915a6f
Download Help Link: https://learn.microsoft.com/powershell/module/az.durabletask
Comment on lines 1 to 4
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Loading
Loading