-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated IoT Central .NET package to 4.0.0 (RP version 2021-06-01) wit…
…h support for Managed Identities (#16438) * Updated IoT Central DotNet package to 4.0.0 with support for Managed Identities Updated IoT Central Management Plane .Net package to 4.0.0. This version supports Managed Identities, removes support for S1 SKU, and supports only regional locations (not geographic). Related: .NET SDK update PR: Azure/azure-sdk-for-net#24992 Swagger update PR: Azure/azure-rest-api-specs#16139 * Minor updates to tests and changelog Minor updates to tests and changelog * Updated test session records. Updated test session records. * Update ChangeLog.md * Reverting module version Reverting module version and assembly version since they are computed per PR feedback. Co-authored-by: Yunchi Wang <[email protected]>
- Loading branch information
1 parent
e6a0399
commit 093863f
Showing
18 changed files
with
512 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
816 changes: 403 additions & 413 deletions
816
...s.IotCentral.Test.ScenarioTests.IotCentralTests/TestIotCentralAppLifecycleManagement.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ Subdomain : MyAppSubdomain | |
Template : [email protected] | ||
SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | ||
ResourceGroupName : MyResourceGroupName | ||
Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity | ||
|
||
### Example 2 Get IoT Central Applications in Subscription. | ||
```powershell | ||
|
@@ -79,6 +80,7 @@ Subdomain : MyAppSubdomain | |
Template : [email protected] | ||
SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | ||
ResourceGroupName : MyResourceGroupName | ||
Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity | ||
|
||
ResourceId : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroupName2/providers/Microsoft | ||
.IoTCentral/IoTApps/MyAppResourceName2 | ||
|
@@ -93,6 +95,7 @@ Subdomain : MyAppSubdomain2 | |
Template : [email protected] | ||
SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | ||
ResourceGroupName : MyResourceGroupName2 | ||
Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity | ||
|
||
### Example 3 Get IoT Central Applications in Resource Group. | ||
```powershell | ||
|
@@ -116,6 +119,7 @@ Subdomain : MyAppSubdomain | |
Template : [email protected] | ||
SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | ||
ResourceGroupName : MyResourceGroupName | ||
Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity | ||
|
||
ResourceId : /subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroupName/providers/Microsoft | ||
.IoTCentral/IoTApps/MyAppResourceName2 | ||
|
@@ -130,6 +134,7 @@ Subdomain : MyAppSubdomain2 | |
Template : [email protected] | ||
SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | ||
ResourceGroupName : MyResourceGroupName | ||
Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity | ||
|
||
## PARAMETERS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Creates a new IoT Central Application. | |
## SYNTAX | ||
|
||
``` | ||
New-AzIotCentralApp [-Subdomain] <String> [-DisplayName <String>] [-Template <String>] [-Sku <String>] | ||
New-AzIotCentralApp [-Subdomain] <String> [-DisplayName <String>] [-Template <String>] [-Sku <String>] [-Identity <String>] | ||
[-Location <String>] [-Tag <Hashtable>] [-AsJob] [-ResourceGroupName] <String> [-Name] <String> | ||
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>] | ||
``` | ||
|
@@ -43,6 +43,7 @@ Subdomain : MyAppSubdomain | |
Template : [email protected] | ||
SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | ||
ResourceGroupName : MyResourceGroupName | ||
Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity | ||
|
||
Create an IoT Central application in the standard pricing tier ST2, in the region of the resource group. | ||
|
||
|
@@ -66,6 +67,7 @@ Subdomain : MyAppSubdomain | |
Template : [email protected] | ||
SubscriptionId : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | ||
ResourceGroupName : MyResourceGroupName | ||
Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity | ||
|
||
Create an IoT Central application with the standard pricing tier ST2 in the 'westus' region, with a custom display name, based on the iotc-default template. | ||
|
||
|
@@ -226,6 +228,22 @@ Accept pipeline input: True (ByPropertyName) | |
Accept wildcard characters: False | ||
``` | ||
### -Identity | ||
The type of managed identity for the IoT Central application. | ||
Default value is None. System-assigned managed identities are supported. | ||
```yaml | ||
Type: System.String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -Confirm | ||
Prompts you for confirmation before running the cmdlet. | ||
|
Oops, something went wrong.