Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/Monitor/Monitor/Az.Monitor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'ActionGroup.Autorest/bin/Az.ActionGroup.private.dll',
Expand Down
1 change: 1 addition & 0 deletions src/Monitor/Monitor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

## Upcoming Release
* Pipeline Group upgraded API version to 2024-10-01-preview

## Version 6.0.1
* Upgraded nuget package to signed package.
Expand Down
27 changes: 27 additions & 0 deletions src/Monitor/PipelineGroup.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// 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 - PipelineGroup")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("6.0.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.1")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]

4 changes: 2 additions & 2 deletions src/Monitor/PipelineGroup.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ For information on how to develop for `Az.PipelineGroup`, see [how-to.md](how-to
> see https://aka.ms/autorest

``` yaml
commit: cf406046c304ec528a84ae1a151f3d1a647058a2
commit: ba1d416d3bfa258bc55d9b5a892093df29d2efff
require:
- $(this-folder)/../../readme.azure.noprofile.md
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/monitor/resource-manager/Microsoft.Monitor/preview/2023-10-01-preview/azuremonitor.json
- https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/monitor/resource-manager/Microsoft.Monitor/PipelineGroups/preview/2024-10-01-preview/pipelineGroups.json

root-module-name: $(prefix).Monitor
title: PipelineGroup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "pipelineGroups",
"apiVersion": "2023-10-01-preview",
"apiVersion": "2024-10-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.monitor"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models
{
public partial class PipelineGroupIdentity
{
/// <summary>Backing field for <see cref="AzureMonitorWorkspaceName" /> property.</summary>
private string _azureMonitorWorkspaceName;

/// <summary>The name of the Azure Monitor workspace. The name is case insensitive.</summary>
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Origin(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.PropertyOrigin.Owned)]
public string AzureMonitorWorkspaceName { get => this._azureMonitorWorkspaceName; set => this._azureMonitorWorkspaceName = value; }
}

public partial interface IPipelineGroupIdentity
{
/// <summary>The name of the Azure Monitor workspace. The name is case insensitive.</summary>
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(
Required = false,
ReadOnly = false,
Read = true,
Create = true,
Update = true,
Description = @"The name of the Azure Monitor workspace. The name is case insensitive.",
SerializedName = @"azureMonitorWorkspaceName",
PossibleTypes = new [] { typeof(string) })]
string AzureMonitorWorkspaceName { get; set; }
}

internal partial interface IPipelineGroupIdentityInternal
{
/// <summary>The name of the Azure Monitor workspace. The name is case insensitive.</summary>
string AzureMonitorWorkspaceName { get; set; }
}
}
2 changes: 1 addition & 1 deletion src/Monitor/PipelineGroup.Autorest/generate-info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "20133b0b-6e0f-4bee-9761-10226c9bcf11"
"generate_Id": "9b272216-f286-49e0-8519-f37112db0d07"
}
11 changes: 11 additions & 0 deletions src/Monitor/PipelineGroup.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.
Loading