Skip to content

Commit 26e9c88

Browse files
authored
Adding new 2025-06-05 version for SpotPlacementScore cmd (#28231)
1 parent 67e64d3 commit 26e9c88

File tree

50 files changed

+731
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+731
-535
lines changed

src/Compute/Compute.Autorest/Az.Compute.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Az.Compute</id>
5-
<version>0.1.0</version>
5+
<version>0.3.0</version>
66
<authors>Microsoft Corporation</authors>
77
<owners>Microsoft Corporation</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
@@ -13,7 +13,7 @@
1313
<copyright>Microsoft Corporation. All rights reserved.</copyright>
1414
<tags>Azure ResourceManager ARM PSModule $(service-name)</tags>
1515
<dependencies>
16-
<dependency id="Az.Accounts" version="2.2.3" />
16+
<dependency id="Az.Accounts" version="2.7.5" />
1717
</dependencies>
1818
</metadata>
1919
<files>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Compute")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("10.1.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("10.1.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/Compute/Compute.Autorest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For information on how to develop for `Az.Compute`, see [how-to.md](how-to.md).
2626
### AutoRest Configuration
2727
> see https://aka.ms/autorest
2828
``` yaml
29-
commit: 6f498e0646e1bb978b8b6f8b4e701938dd79df2b
29+
commit: 4517f89a8ebd2f6a94e107e5ee60fff9886f3612
3030
require:
3131
# readme.azure.noprofile.md is the common configuration file
3232
- $(this-folder)/../../readme.azure.noprofile.md
@@ -35,7 +35,7 @@ input-file:
3535
- $(repo)/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2022-01-03/gallery.json
3636
- $(repo)/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-07-01/runCommand.json
3737
- $(repo)/specification/compute/resource-manager/Microsoft.Compute/common-types/v1/common.json
38-
- $(repo)/specification/compute/resource-manager/Microsoft.Compute/DiagnosticRP/preview/2024-06-01-preview/diagnostic.json
38+
- $(repo)/specification/compute/resource-manager/Microsoft.Compute/RecommenderRP/stable/2025-06-05/RecommenderRP.json
3939
# If the swagger has not been put in the repo, you may uncomment the following line and refer to it locally
4040
module-version: 0.3.0
4141
# Normally, title is the service name

src/Compute/Compute.Autorest/UX/Microsoft.Compute/locations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resourceType": "locations",
3-
"apiVersion": "2024-06-01-preview",
3+
"apiVersion": "2025-06-05",
44
"learnMore": {
55
"url": "https://learn.microsoft.com/powershell/module/az.compute"
66
},

src/Compute/Compute.Autorest/docs/Az.Compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Compute
3-
Module Guid: 64d81db2-280c-4cff-a9f8-9e3ef386b229
3+
Module Guid: 6efa7baa-fa76-4740-bf80-bafbbd1b0b65
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.compute
55
Help Version: 1.0.0.0
66
Locale: en-US

src/Compute/Compute.Autorest/docs/Invoke-AzSpotPlacementScore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The desired resource SKUs.
264264
To construct, see NOTES section for DESIREDSIZE properties and create a hash table.
265265
266266
```yaml
267-
Type: Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.IResourceSize[]
267+
Type: Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.IResourceSize[]
268268
Parameter Sets: PostExpanded, PostViaIdentityExpanded
269269
Aliases:
270270

@@ -311,7 +311,7 @@ SpotPlacementScores API Input.
311311
To construct, see NOTES section for SPOTPLACEMENTSCORESINPUT properties and create a hash table.
312312
313313
```yaml
314-
Type: Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput
314+
Type: Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresInput
315315
Parameter Sets: Post, PostViaIdentity
316316
Aliases: SpotPlacementRecommenderInput
317317

@@ -374,13 +374,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
374374
375375
## INPUTS
376376
377-
### Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresInput
377+
### Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresInput
378378
379379
### Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IComputeIdentity
380380
381381
## OUTPUTS
382382
383-
### Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20240601Preview.ISpotPlacementScoresResponse
383+
### Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20250605.ISpotPlacementScoresResponse
384384
385385
## NOTES
386386
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "09c3a2ba-feac-4626-bc87-601e6e968bbf"
2+
"generate_Id": "926fc75a-f3b2-4f73-aff1-e949e3a4023d"
33
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
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.
3+
4+
## Info
5+
- Modifiable: yes
6+
- Generated: no
7+
- Committed: yes
8+
- Packaged: no
9+
10+
## Purpose
11+
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.

0 commit comments

Comments
 (0)