Skip to content

Commit 8c91a89

Browse files
mryanloisra-fel
andauthored
[DeviceRegistry][2510] - Support Device Registry 2025-10-01 GA stable release api version to Azure powershell (#28713)
Co-authored-by: Yeming Liu <[email protected]>
1 parent f566801 commit 8c91a89

File tree

128 files changed

+12032
-8452
lines changed

Some content is hidden

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

128 files changed

+12032
-8452
lines changed

src/DeviceRegistry/DeviceRegistry.Autorest/Properties/AssemblyInfo.cs

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

2828

29-

src/DeviceRegistry/DeviceRegistry.Autorest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For information on how to develop for `Az.DeviceRegistry`, see [how-to.md](how-t
2828
2929
```yaml
3030
# pin the swagger version by using the commit id instead of branch name
31-
commit: 2ae7cdd6509fb91ed9d7742186e278b67b86398e
31+
commit: 161ce8762bdaf4f544548a13630de0da8fd6b5a2
3232
require:
3333
# readme.azure.noprofile.md is the common configuration file
3434
- $(this-folder)/../../readme.azure.noprofile.md

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/assetEndpointProfiles.json

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

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/assets.json

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

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/billingContainers.json

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

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/namespaces-assets.json

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

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/namespaces-devices.json

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

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/namespaces-discoveredAssets.json

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

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/namespaces-discoveredDevices.json

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

src/DeviceRegistry/DeviceRegistry.Autorest/UX/Microsoft.DeviceRegistry/namespaces.json

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

0 commit comments

Comments
 (0)