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
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,26 @@ Update subscriptions to be monitored by the Elastic monitor resource, ensuring o

### Example 1: Enable monitoring for a subscription
```powershell
Update-AzElasticMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myElasticMonitor" -ConfigurationName "12345678-1234-1234-1234-123456789012" -SubscriptionId "12345678-1234-1234-1234-123456789012" -Operation "Add"
Update-AzElasticMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myElasticMonitor" -ConfigurationName "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Operation "Add"
```

```output
SubscriptionId Status Error TagRules
-------------- ------ ----- --------
12345678-1234-1234-1234-123456789012 Enabled Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRules
aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Enabled Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRules
```

This command adds a subscription to the Elastic monitor for monitoring, enabling log and metric collection from the specified subscription.

### Example 2: Disable monitoring for a subscription
```powershell
Update-AzElasticMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myElasticMonitor" -ConfigurationName "12345678-1234-1234-1234-123456789012" -SubscriptionId "12345678-1234-1234-1234-123456789012" -Operation "Delete"
Update-AzElasticMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myElasticMonitor" -ConfigurationName "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Operation "Delete"
```

```output
SubscriptionId Status Error TagRules
-------------- ------ ----- --------
12345678-1234-1234-1234-123456789012 Disabled Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRules
aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Disabled Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRules
```

This command removes a subscription from monitoring, disabling log and metric collection from the specified subscription.
Expand Down Expand Up @@ -328,4 +328,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Id : /subscriptions/subscriptionid/resourceGroups/
7739397aa
IsBackingResource : False
Location : eastus2euap
Name : subscriptionid.testPranjitEH1-4263ede0-d5e1-4166-9694-2f07739397aa
Name : subscriptionid.testPranjitEH1-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
NetworkSecurityPerimeterGuid : subscriptionid
NetworkSecurityPerimeterId : /subscriptions/subscriptionid/resourceGroups/myresourcegroup/providers/Microsoft.Network/networkSecurityPe
rimeters/pranjit-nsp-ncus
Expand Down Expand Up @@ -150,4 +150,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

14 changes: 7 additions & 7 deletions azps-15.2.0/Az.Fabric/Get-AzFabricCapacity.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Get a FabricCapacity

### Example 1: List Capacities by Resource Group
```powershell
Get-AzFabricCapacity -ResourceGroupName "testrg" -SubscriptionId "548B7FB7-3B2A-4F46-BB02-66473F1FC22C"
Get-AzFabricCapacity -ResourceGroupName "testrg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

```output
Expand All @@ -55,11 +55,11 @@ West Central US azsdktest
West Central US azsdktest2 testrg
```

The above command lists all Fabric capacities within the resource group 'testrg' in the subscription '548B7FB7-3B2A-4F46-BB02-66473F1FC22C'
The above command lists all Fabric capacities within the resource group 'testrg' in the subscription 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'

### Example 2: List Capacities by Subscription
```powershell
Get-AzFabricCapacity -SubscriptionId "548B7FB7-3B2A-4F46-BB02-66473F1FC22C"
Get-AzFabricCapacity -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

```output
Expand All @@ -70,16 +70,16 @@ West Central US azsdktest2
West Europe azsdktest3 testrg3
```

The above command lists all Fabric capacities in the subscription '548B7FB7-3B2A-4F46-BB02-66473F1FC22C'.
The above command lists all Fabric capacities in the subscription 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'.

### Example 3: Get Capacity
```powershell
Get-AzFabricCapacity -ResourceGroupName "testrg" -SubscriptionId "548B7FB7-3B2A-4F46-BB02-66473F1FC22C" -CapacityName "azsdktest"
Get-AzFabricCapacity -ResourceGroupName "testrg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -CapacityName "azsdktest"
```

```output
AdministrationMember : {[email protected]}
Id : /subscriptions/548B7FB7-3B2A-4F46-BB02-66473F1FC22C/resourceGroups/testrg/providers/Microsoft.Fabric/capacities/azsdktest
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/testrg/providers/Microsoft.Fabric/capacities/azsdktest
Location : West Central US
Name : azsdktest
ProvisioningState : Succeeded
Expand All @@ -98,7 +98,7 @@ Tag : {
Type : Microsoft.Fabric/capacities
```

The above command retrieves the Fabric capacity named 'azsdktest' within the resource group 'testrg' in the subscription '548B7FB7-3B2A-4F46-BB02-66473F1FC22C'.
The above command retrieves the Fabric capacity named 'azsdktest' within the resource group 'testrg' in the subscription 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'.

## PARAMETERS

Expand Down
6 changes: 3 additions & 3 deletions azps-15.2.0/Az.Fabric/New-AzFabricCapacity.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Create a FabricCapacity
### Example 1: Create Capacity
```powershell
New-AzFabricCapacity `
-SubscriptionId "548B7FB7-3B2A-4F46-BB02-66473F1FC22C" `
-SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" `
-ResourceGroupName "testrg" `
-CapacityName "azsdktest"`
-Location "westcentralus" `
Expand All @@ -54,7 +54,7 @@ New-AzFabricCapacity `

```output
AdministrationMember : {[email protected]}
Id : /subscriptions/548B7FB7-3B2A-4F46-BB02-66473F1FC22C/resourceGroups/testrg/providers/Microsoft.Fabric/capacities/azsdktest
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/testrg/providers/Microsoft.Fabric/capacities/azsdktest
Location : West Central US
Name : azsdktest
ProvisioningState : Succeeded
Expand All @@ -73,7 +73,7 @@ Tag : {
Type : Microsoft.Fabric/capacities
```

The above command creates a new Fabric capacity named 'azsdktest' within the resource group 'testrg' in the subscription '548B7FB7-3B2A-4F46-BB02-66473F1FC22C'
The above command creates a new Fabric capacity named 'azsdktest' within the resource group 'testrg' in the subscription 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'

## PARAMETERS

Expand Down
14 changes: 7 additions & 7 deletions azps-15.2.0/Az.Functions/Get-AzFunctionApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Get-AzFunctionApp
```output
Name Status OSType Runtime Location AppServicePlan ResourceGroupName SubscriptionId
---- ------ ------ ------- -------- -------------- ----------------- --------------
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win fe16564a-d943-4bf8-8c28-cf01708c3f8b
Functions1-Windows-Java Running Windows Java West Europe Premium1-WE Functions-West-Europe1 fe16564a-d943-4bf8-8c28-cf01708c3f8b
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
Functions1-Windows-Java Running Windows Java West Europe Premium1-WE Functions-West-Europe1 aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

### Example 2: Get function apps by name.
Expand All @@ -63,7 +63,7 @@ Get-AzFunctionApp -ResourceGroupName Functions-West-Europe-Win -Name Functions1-
```output
Name Status OSType Runtime Location AppServicePlan ResourceGroupName SubscriptionId
---- ------ ------ ------- -------- -------------- ----------------- --------------
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win fe16564a-d943-4bf8-8c28-cf01708c3f8b
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

### Example 3: Get function apps by resource group name.
Expand All @@ -74,18 +74,18 @@ Get-AzFunctionApp -ResourceGroupName Functions-West-Europe-Win
```output
Name Status OSType Runtime Location AppServicePlan ResourceGroupName SubscriptionId
---- ------ ------ ------- -------- -------------- ----------------- --------------
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win fe16564a-d943-4bf8-8c28-cf01708c3f8b
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

### Example 4: Get function apps for the given subscriptions.
```powershell
Get-AzFunctionApp -SubscriptionId fe16564a-d943-4bf8-8c28-cf01708c3f8b
Get-AzFunctionApp -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

```output
Name Status OSType Runtime Location AppServicePlan ResourceGroupName SubscriptionId
---- ------ ------ ------- -------- -------------- ----------------- --------------
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win fe16564a-d943-4bf8-8c28-cf01708c3f8b
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

### Example 5: Get function apps by location.
Expand All @@ -96,7 +96,7 @@ Get-AzFunctionApp -Location "Central US"
```output
Name Status OSType Runtime Location AppServicePlan ResourceGroupName SubscriptionId
---- ------ ------ ------- -------- -------------- ----------------- --------------
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win fe16564a-d943-4bf8-8c28-cf01708c3f8b
Functions1-Windows-DoNet Running Windows DotNet Central US CentralUSPlan Functions-West-Europe-Win aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

## PARAMETERS
Expand Down
4 changes: 2 additions & 2 deletions azps-15.2.0/Az.Functions/Get-AzFunctionAppPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ This command gets function app plans by resource group name.

### Example 3: Get function app plans for the given subscriptions.
```powershell
Get-AzFunctionAppPlan -SubscriptionId fe16564a-d943-4bf8-8c28-cf01708c3f8z
Get-AzFunctionAppPlan -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

```output
Name WorkerType SkuTier SkuName Location ResourceGroupName SubscriptionId
---- ---------- ------- ------- -------- ----------------- --------------
Func99-West-Europe-Windows-Premium Windows ElasticPremium EP1 West Europe Func99-West-Europe-Win-Premium fe16564a-d943-4bf8-8c28-cf01708c3f8z
Func99-West-Europe-Windows-Premium Windows ElasticPremium EP1 West Europe Func99-West-Europe-Win-Premium aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
```

This command gets function app plans for the given subscriptions.
Expand Down
5 changes: 2 additions & 3 deletions azps-15.2.0/Az.Informatica/New-AzInformaticaOrganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Create a InformaticaOrganizationResource

### Example 1: Create new Informatica Resource
```powershell
New-AzInformaticaOrganization -Name "NewInformaticaTestResource" -ResourceGroupName "InformaticaTestRg" -Location "westus2" -SubscriptionId "ce37d538-dfa3-49c3-b3cd-149b4b7db48a" -CompanyDetailCompanyName "Test" -CompanyDetailCountry "India" -CompanyDetailDomain "" -CompanyDetailNumberOfEmployee 0 -BusinessPhoneNumber "" -MarketplaceDetailMarketplaceSubscriptionId "c948d31a-c011-4b16-ce29-688c1565fc06" -OfferDetailOfferId "prod-idmc_as_azure_native_isv_service" -OfferDetailPlanId "prod-private_priview_plan_cdi_free" -OfferDetailPlanName "Pay as you go" -OfferDetailPublisherId "informatica" -OfferDetailTermId "zwuaefo5ywwo" -OfferDetailTermUnit "P1Y" -UserDetailEmailAddress "[email protected]" -UserDetailFirstName "Test" -UserDetailLastName "Test" -UserDetailPhoneNumber "9876543210" -UserDetailUpn "[email protected]"
New-AzInformaticaOrganization -Name "NewInformaticaTestResource" -ResourceGroupName "InformaticaTestRg" -Location "westus2" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -CompanyDetailCompanyName "Test" -CompanyDetailCountry "India" -CompanyDetailDomain "" -CompanyDetailNumberOfEmployee 0 -BusinessPhoneNumber "" -MarketplaceDetailMarketplaceSubscriptionId "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" -OfferDetailOfferId "prod-idmc_as_azure_native_isv_service" -OfferDetailPlanId "prod-private_priview_plan_cdi_free" -OfferDetailPlanName "Pay as you go" -OfferDetailPublisherId "informatica" -OfferDetailTermId "zwuaefo5ywwo" -OfferDetailTermUnit "P1Y" -UserDetailEmailAddress "[email protected]" -UserDetailFirstName "Test" -UserDetailLastName "Test" -UserDetailPhoneNumber "9876543210" -UserDetailUpn "[email protected]"
```

```output
Expand All @@ -62,7 +62,7 @@ CompanyDetailCountry : India
CompanyDetailDomain :
CompanyDetailNumberOfEmployee : 0
CompanyDetailOfficeAddress :
Id : /subscriptions/ce37d538-dfa3-49c3-b3cd-149b4b7db48a/resourceGroups/InformaticaTestRg/providers/Informatica.DataManagement/organizations/NewInformaticaTestResource
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/InformaticaTestRg/providers/Informatica.DataManagement/organizations/NewInformaticaTestResource
InformaticaPropertyInformaticaRegion :
InformaticaPropertyOrganizationId :
InformaticaPropertyOrganizationName :
Expand Down Expand Up @@ -638,4 +638,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Delete a InformaticaOrganizationResource

### Example 1: Remove Informatica Organization
```powershell
Remove-AzInformaticaOrganization -Name "InformaticaTestResource" -ResourceGroupName "InformaticaTestRg" -SubscriptionId "ce37d538-dfa3-49c3-b3cd-149b4b7db48a"
Remove-AzInformaticaOrganization -Name "InformaticaTestResource" -ResourceGroupName "InformaticaTestRg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
```

```output
Expand Down Expand Up @@ -213,4 +213,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Update a InformaticaOrganizationResource

### Example 1: Update Informatica Organization
```powershell
Update-AzInformaticaOrganization -Name "InformaticaTestResource" -ResourceGroupName "InformaticaTestRg" -SubscriptionId "ce37d538-dfa3-49c3-b3cd-149b4b7db48a" -Property @{
Update-AzInformaticaOrganization -Name "InformaticaTestResource" -ResourceGroupName "InformaticaTestRg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Property @{
userDetails = @{
firstName = "Test"
lastName = ""
Expand Down Expand Up @@ -86,7 +86,7 @@ CompanyDetailCountry : India
CompanyDetailDomain :
CompanyDetailNumberOfEmployee : 0
CompanyDetailOfficeAddress :
Id : /subscriptions/ce37d538-dfa3-49c3-b3cd-149b4b7db48a/resourceGroups/InformaticaTestRg/providers/Informatica.DataManagement/organizations/InformaticaTestResource
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/InformaticaTestRg/providers/Informatica.DataManagement/organizations/InformaticaTestResource
InformaticaPropertyInformaticaRegion :
InformaticaPropertyOrganizationId :
InformaticaPropertyOrganizationName :
Expand Down Expand Up @@ -304,4 +304,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS