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
26 changes: 26 additions & 0 deletions src/LoadTesting/LoadTesting.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
// is regenerated.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[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 - LoadTesting")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
22 changes: 22 additions & 0 deletions src/LoadTesting/LoadTesting.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,26 @@ directive:
verb: Remove
subject: Load
hide: true

- where:
verb: New
subject: Load
set:
breaking-change:
replacement-cmdlet: New-AzLoad
deprecated-by-version: 2.0.0
deprecated-by-azversion: 15.0.0
change-effective-date: 2025/11
change-description: "***********************************************************************\\r\\n* This cmdlet will undergo a breaking change in a future release. *\\r\\n* At least one change applies to this cmdlet. *\\r\\n* See all possible breaking changes at: https://learn.microsoft.com/powershell/azure/breaking-changes-generated-modules *\\r\\n***********************************************************************"

# - where:
# verb: New|Update
# subject: Load
# set:
# breaking-change:
# deprecated-by-version: 2.0.0
# deprecated-by-azversion: 15.0.0
# change-effective-date: 2025/11
# change-description: this is a message

```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.LoadTesting
Module Guid: 739ddedf-3d49-40e0-bc84-00bedfe6b2ec
Module Guid: ff12ec77-2eea-44bd-a3f0-1076cb249c14
Download Help Link: https://learn.microsoft.com/powershell/module/az.loadtesting
Help Version: 1.0.0.0
Locale: en-US
Expand Down
3 changes: 0 additions & 3 deletions src/LoadTesting/LoadTesting.Autorest/generate-info.json

This file was deleted.

11 changes: 11 additions & 0 deletions src/LoadTesting/LoadTesting.Autorest/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Resources
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.

## Info
- Modifiable: yes
- Generated: no
- Committed: yes
- Packaged: no

## Purpose
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
1 change: 1 addition & 0 deletions src/LoadTesting/LoadTesting/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229

## Version 1.1.0
* Upgraded nuget package to signed package.
Expand Down
Loading