Skip to content

Commit 53f6bd2

Browse files
committed
Unit test recode pass and update changelog
1 parent 17c80e7 commit 53f6bd2

File tree

9 files changed

+349
-327
lines changed

9 files changed

+349
-327
lines changed

src/ArcResourceBridge/ArcResourceBridge.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ArcResourceBridge")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.1")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.1")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

src/ArcResourceBridge/ArcResourceBridge.Autorest/README.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -111,44 +111,4 @@ directive:
111111
- Location
112112
- ProvisioningState
113113
- ResourceGroupName
114-
115-
- where:
116-
verb: Get
117-
subject: ApplianceCredential|Credential|UpgradeGraph
118-
set:
119-
breaking-change:
120-
deprecated-output-properties:
121-
- Kubeconfig
122-
- SupportedVersion
123-
new-output-properties:
124-
- Kubeconfig
125-
- SupportedVersion
126-
change-description: The types of the properties 'Kubeconfig' and 'SupportedVersion' will be changed from single object to 'List'.
127-
deprecated-by-version: 9.0.0
128-
deprecated-by-azversion: 15.0.0
129-
change-effective-date: 2025/11/03
130-
131-
- where:
132-
verb: Get
133-
subject: TelemetryConfig
134-
variant: GetViaIdentity
135-
set:
136-
breaking-change:
137-
deprecated-by-version: 9.0.0
138-
deprecated-by-azversion: 15.0.0
139-
change-effective-date: 2025/11/03
140-
141-
- where:
142-
verb: New
143-
subject: Bridge
144-
set:
145-
breaking-change:
146-
deprecated-output-properties:
147-
- IdentityType
148-
new-output-properties:
149-
- EnableSystemAssignedIdentity
150-
change-description: IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity.
151-
deprecated-by-version: 9.0.0
152-
deprecated-by-azversion: 15.0.0
153-
change-effective-date: 2025/11/03
154114
```

src/ArcResourceBridge/ArcResourceBridge.Autorest/docs/Az.ArcResourceBridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.ArcResourceBridge
3-
Module Guid: e97e4f24-db76-4243-a318-250467b4a331
3+
Module Guid: 72d873c3-b8fb-4c7f-8d95-0c84eb0c90cd
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.arcresourcebridge
55
Help Version: 1.0.0.0
66
Locale: en-US

src/ArcResourceBridge/ArcResourceBridge.Autorest/test/AzArcResourceBridge.Recording.json

Lines changed: 320 additions & 259 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47",
3-
"SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f",
4-
"resourceBridge1": "fdiq90",
5-
"location": "eastus",
62
"resourceGroup": "testgroup-resource-bridge-eastus",
7-
"resourceBridge2": "x5y7w8"
3+
"SubscriptionId": "0e745469-49f8-48c9-873b-24ca87143db1",
4+
"Tenant": "213e87ed-8e08-4eb4-a63c-c073058f7b00",
5+
"resourceBridge1": "vnmq16",
6+
"location": "eastus",
7+
"resourceBridge2": "3oxyf9"
88
}

src/ArcResourceBridge/ArcResourceBridge.Autorest/test/utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ function setupEnv() {
6868
}
6969
function cleanupEnv() {
7070
# Clean resources you create for testing
71-
# Remove-AzResourceGroup -Name $env.resourceGroup
71+
Remove-AzResourceGroup -Name $env.resourceGroup
7272
}
7373

src/ArcResourceBridge/ArcResourceBridge.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArcResourceBridge", "ArcRes
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArcResourceBridge.Autorest", "ArcResourceBridge.Autorest", "{72C9C292-049C-DA0C-A964-7722A64EB003}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ArcResourceBridge", "..\..\generated\ArcResourceBridge\ArcResourceBridge.Autorest\Az.ArcResourceBridge.csproj", "{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ArcResourceBridge", "..\..\generated\ArcResourceBridge\ArcResourceBridge.Autorest\Az.ArcResourceBridge.csproj", "{25D386B9-E217-4D52-ACC8-3EE385DBB41C}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|x64.Build.0 = Release|Any CPU
118118
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|x86.ActiveCfg = Release|Any CPU
119119
{64F3EFD4-35BB-41DE-99B8-5A49501F0B91}.Release|x86.Build.0 = Release|Any CPU
120-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Debug|x64.Build.0 = Debug|Any CPU
124-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Debug|x86.Build.0 = Debug|Any CPU
126-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Release|x64.ActiveCfg = Release|Any CPU
129-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Release|x64.Build.0 = Release|Any CPU
130-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Release|x86.ActiveCfg = Release|Any CPU
131-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E}.Release|x86.Build.0 = Release|Any CPU
120+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Debug|x64.Build.0 = Debug|Any CPU
124+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Debug|x86.Build.0 = Debug|Any CPU
126+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Release|x64.ActiveCfg = Release|Any CPU
129+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Release|x64.Build.0 = Release|Any CPU
130+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Release|x86.ActiveCfg = Release|Any CPU
131+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{F23D09F5-380C-41DA-90D6-CE45B1D2E44F} = {01B1CB07-FA0F-4C12-94D3-F4D76A765A79}
141141
{39750577-EB3D-441B-8E6B-19711DD6A474} = {01B1CB07-FA0F-4C12-94D3-F4D76A765A79}
142142
{44F6A918-F0AD-4410-93FB-2798D574555B} = {01B1CB07-FA0F-4C12-94D3-F4D76A765A79}
143-
{E3C1F3B8-4F64-47E9-82E4-E1C00A861B7E} = {72C9C292-049C-DA0C-A964-7722A64EB003}
143+
{25D386B9-E217-4D52-ACC8-3EE385DBB41C} = {72C9C292-049C-DA0C-A964-7722A64EB003}
144144
EndGlobalSection
145145
EndGlobal

src/ArcResourceBridge/ArcResourceBridge/Az.ArcResourceBridge.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2025-07-14
6+
# Generated on: 2025-09-01
77
#
88

99
@{
@@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
5757
RequiredAssemblies = 'ArcResourceBridge.Autorest/bin/Az.ArcResourceBridge.private.dll'
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
# ScriptsToProcess = @()
60+
ScriptsToProcess = @()
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
63-
# TypesToProcess = @()
63+
TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
6666
FormatsToProcess = 'ArcResourceBridge.Autorest/Az.ArcResourceBridge.format.ps1xml'
@@ -100,7 +100,7 @@ PrivateData = @{
100100
PSData = @{
101101

102102
# Tags applied to this module. These help with module discovery in online galleries.
103-
Tags = 'Azure','ResourceManager','ARM','PSModule','ArcResourceBridge'
103+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ArcResourceBridge'
104104

105105
# A URL to the license for this module.
106106
LicenseUri = 'https://aka.ms/azps-license'
@@ -125,7 +125,7 @@ PrivateData = @{
125125

126126
} # End of PSData hashtable
127127

128-
} # End of PrivateData hashtable
128+
} # End of PrivateData hashtable
129129

130130
# HelpInfo URI of this module
131131
# HelpInfoURI = ''

src/ArcResourceBridge/ArcResourceBridge/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
2122

2223
## Version 1.1.1
2324
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229

0 commit comments

Comments
 (0)