diff --git a/azps-0.10.0/Az.Resources/Remove-AzADAppCredential.md b/azps-0.10.0/Az.Resources/Remove-AzADAppCredential.md index f92d6b7f2e..8fee99c8a7 100644 --- a/azps-0.10.0/Az.Resources/Remove-AzADAppCredential.md +++ b/azps-0.10.0/Az.Resources/Remove-AzADAppCredential.md @@ -52,7 +52,7 @@ The credential to be removed is identified by its key ID. PS C:\> Remove-AzADAppCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -KeyId 9044423a-60a3-45ac-9ab1-09534157ebb ``` -Removes the credential with key id '9044423a-60a3-45ac-9ab1-09534157ebb' from the application with object id 'ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0'. +Removes the credential with key id '9044423a-60a3-45ac-9ab1-09534157ebb' from the application with object id 'aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb'. ### Example 2 - Remove all credentials from an application diff --git a/azps-0.10.0/Az.Resources/Remove-AzADSpCredential.md b/azps-0.10.0/Az.Resources/Remove-AzADSpCredential.md index c607a8df58..905e37f329 100644 --- a/azps-0.10.0/Az.Resources/Remove-AzADSpCredential.md +++ b/azps-0.10.0/Az.Resources/Remove-AzADSpCredential.md @@ -52,7 +52,7 @@ The credential to be removed is identified by its key ID if an individual creden PS C:\> Remove-AzADSpCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -KeyId 9044423a-60a3-45ac-9ab1-09534157ebb ``` -Removes the credential with key id '9044423a-60a3-45ac-9ab1-09534157ebb' from the service principal with object id 'ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0'. +Removes the credential with key id '9044423a-60a3-45ac-9ab1-09534157ebb' from the service principal with object id 'aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb'. ### Example 2 - Remove all credentials from a service principal diff --git a/azps-15.3.0/Az.Advisor/Disable-AzAdvisorRecommendation.md b/azps-15.3.0/Az.Advisor/Disable-AzAdvisorRecommendation.md index 6e9a056f24..5cde5a177c 100644 --- a/azps-15.3.0/Az.Advisor/Disable-AzAdvisorRecommendation.md +++ b/azps-15.3.0/Az.Advisor/Disable-AzAdvisorRecommendation.md @@ -39,7 +39,7 @@ Disable an Azure Advisor recommendation. ### Example 1: Disable recommendation by recommendation name ```powershell -Disable-AzAdvisorRecommendation -RecommendationName 42963553-61de-5334-2d2e-47f3a0099d41 -Day 1 +Disable-AzAdvisorRecommendation -RecommendationName b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Day 1 ``` ```output @@ -52,7 +52,7 @@ Disable recommendation by recommendation name ### Example 2: Disable recommendation by recommendation resource id ```powershell -Disable-AzAdvisorRecommendation -ResourceId /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/automanagehcrprg/providers/microsoft.compute/virtualmachines/arcbox-capi-mgmt/providers/Microsoft.Advisor/recommendations/42963553-61de-5334-2d2e-47f3a0099d41 -Day 1 +Disable-AzAdvisorRecommendation -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/automanagehcrprg/providers/microsoft.compute/virtualmachines/arcbox-capi-mgmt/providers/Microsoft.Advisor/recommendations/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Day 1 ``` ```output diff --git a/azps-15.3.0/Az.Advisor/Enable-AzAdvisorRecommendation.md b/azps-15.3.0/Az.Advisor/Enable-AzAdvisorRecommendation.md index e5243e392f..fab0c86970 100644 --- a/azps-15.3.0/Az.Advisor/Enable-AzAdvisorRecommendation.md +++ b/azps-15.3.0/Az.Advisor/Enable-AzAdvisorRecommendation.md @@ -39,26 +39,26 @@ Enables Azure Advisor recommendation(s). ### Example 1: Enable recommendation by resource Id ```powershell -Enable-AzAdvisorRecommendation -ResourceId /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/automanagehcrprg/providers/microsoft.compute/virtualmachines/arcbox-capi-mgmt/providers/Microsoft.Advisor/recommendations/42963553-61de-5334-2d2e-47f3a0099d41 +Enable-AzAdvisorRecommendation -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/automanagehcrprg/providers/microsoft.compute/virtualmachines/arcbox-capi-mgmt/providers/Microsoft.Advisor/recommendations/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` ```output Name Category Resource Group Impact ImpactedField ---- -------- -------------- ------ ------------- -42963553-61de-5334-2d2e-47f3a0099d41 Security automanagehcrprg High Microsoft.Compute/virtualMachines +b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 Security automanagehcrprg High Microsoft.Compute/virtualMachines ``` Enable recommendation by resource Id ### Example 2: Enable recommendation by recommendation name ```powershell -Enable-AzAdvisorRecommendation -RecommendationName 42963553-61de-5334-2d2e-47f3a0099d41 +Enable-AzAdvisorRecommendation -RecommendationName b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` ```output Name Category Resource Group Impact ImpactedField ---- -------- -------------- ------ ------------- -42963553-61de-5334-2d2e-47f3a0099d41 Security automanagehcrprg High Microsoft.Compute/virtualMachines +b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 Security automanagehcrprg High Microsoft.Compute/virtualMachines ``` Enable recommendation by recommendation name diff --git a/azps-15.3.0/Az.Aks/Get-AzAksMachine.md b/azps-15.3.0/Az.Aks/Get-AzAksMachine.md index 989ef44679..41e968bb46 100644 --- a/azps-15.3.0/Az.Aks/Get-AzAksMachine.md +++ b/azps-15.3.0/Az.Aks/Get-AzAksMachine.md @@ -57,14 +57,14 @@ Get-AzAksMachine -AgentPoolName 'default' -ResourceGroupName AKS_TEST_RG -Resour ``` ```output -Id : /subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/AKS_TEST_RG/providers/Microsoft.ContainerService/managedClusters/AKS_Test_Cluster/agentPools/default/machines/aks-default-12988240-vmss000000 +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/AKS_TEST_RG/providers/Microsoft.ContainerService/managedClusters/AKS_Test_Cluster/agentPools/default/machines/aks-default-12988240-vmss000000 Name : aks-default-12988240-vmss000000 NetworkIPAddress : {{ "family": "IPv4", "ip": "10.224.0.4" }} ResourceGroupName : AKS_TEST_RG -ResourceId : /subscriptions/0e745469-49f8-48c9-873b-24ca87143db1/resourceGroups/MC_AKS_TEST_RG_AKS_Test_Cluster_eastus/providers/Microsoft.Compute/virtualMachineScaleSets/aks-default-12988240-vmss/virtualMachines/0 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/MC_AKS_TEST_RG_AKS_Test_Cluster_eastus/providers/Microsoft.Compute/virtualMachineScaleSets/aks-default-12988240-vmss/virtualMachines/0 Type : Microsoft.ContainerService/managedClusters/agentPools/machines Zone : ``` diff --git a/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementApiVersionSet.md b/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementApiVersionSet.md index fe86cec232..68724ade68 100644 --- a/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementApiVersionSet.md +++ b/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementApiVersionSet.md @@ -48,24 +48,24 @@ Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/provi ResourceGroupName : Api-Default-WestUS ServiceName : contoso -ApiVersionSetId : 4cbdfa34-25f3-4a93-a9b6-76b6eade7562 +ApiVersionSetId : aaaabbbb-0000-cccc-1111-dddd2222eeee Description : VersionQueryName : api-version VersionHeaderName : DisplayName : getproduct old VersioningScheme : Query -Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/4cbdfa34-25f3-4a93-a9b6-76b6eade7562 +Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/aaaabbbb-0000-cccc-1111-dddd2222eeee ResourceGroupName : Api-Default-WestUS ServiceName : contoso -ApiVersionSetId : 8c441e0e-a0cd-47d8-8d88-f944a83b41bd +ApiVersionSetId : bbbbcccc-1111-dddd-2222-eeee3333ffff Description : VersionQueryName : VersionHeaderName : Api-Version DisplayName : ordersapi VersioningScheme : Header -Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/8c441e0e-a0cd-47d8-8d88-f944a83b41bd +Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/bbbbcccc-1111-dddd-2222-eeee3333ffff ResourceGroupName : Api-Default-WestUS ServiceName : contoso ``` @@ -79,13 +79,13 @@ Get-AzApiManagementApiVersionSet -Context $ApiMgmtContext -ApiVersionSetId $ApiV ``` ```output -ApiVersionSetId : 8c441e0e-a0cd-47d8-8d88-f944a83b41bd +ApiVersionSetId : bbbbcccc-1111-dddd-2222-eeee3333ffff Description : VersionQueryName : VersionHeaderName : Api-Version DisplayName : ordersapi VersioningScheme : Header -Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/8c441e0e-a0cd-47d8-8d88-f944a83b41bd +Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/bbbbcccc-1111-dddd-2222-eeee3333ffff ResourceGroupName : Api-Default-WestUS ServiceName : contoso ``` diff --git a/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementCache.md b/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementCache.md index 5b5bc27778..34474d41ac 100644 --- a/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementCache.md +++ b/azps-15.3.0/Az.ApiManagement/Get-AzApiManagementCache.md @@ -40,8 +40,8 @@ Get-AzApiManagementCache -Context $apimContext CacheId : westus Description : apim.redis.cache.windows.net ConnectionString : {{5cc1848125a3f724dcf9a928}} -ResourceId : https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/Api-Default-West-US/providers/Microsoft.Cache/Redis/apim -Id : /subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/caches/westus +ResourceId : https://management.azure.com/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Api-Default-West-US/providers/Microsoft.Cache/Redis/apim +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Api-Default-West-US/providers/Microsoft.ApiManagement/service/contoso/caches/westus ResourceGroupName : Api-Default-West-US ServiceName : contoso ``` @@ -58,8 +58,8 @@ Get-AzApiManagementCache -Context $apimContext -cacheId westus CacheId : westus Description : apim.redis.cache.windows.net ConnectionString : {{5cc1848125a3f724dcf9a928}} -ResourceId : https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/Api-Default-West-US/providers/Microsoft.Cache/Redis/apim -Id : /subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/caches/westus +ResourceId : https://management.azure.com/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Api-Default-West-US/providers/Microsoft.Cache/Redis/apim +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/caches/westus ResourceGroupName : Api-Default-WestUS ServiceName : contoso ``` diff --git a/azps-15.3.0/Az.ApiManagement/Import-AzApiManagementApi.md b/azps-15.3.0/Az.ApiManagement/Import-AzApiManagementApi.md index f642c77900..4295c47578 100644 --- a/azps-15.3.0/Az.ApiManagement/Import-AzApiManagementApi.md +++ b/azps-15.3.0/Az.ApiManagement/Import-AzApiManagementApi.md @@ -109,7 +109,7 @@ This command imports an API from the specified Open 3.0 specification link. ```powershell $context = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso" -Import-AzApiManagementApi -Context $context -SpecificationPath "C:\contoso\specifications\uspto.yml" -SpecificationFormat OpenApi -Path uspostal -ApiVersionSetId 0d50e2cf-aaeb-4ea3-8a58-db9ec079c6cd -ApiVersion v2 +Import-AzApiManagementApi -Context $context -SpecificationPath "C:\contoso\specifications\uspto.yml" -SpecificationFormat OpenApi -Path uspostal -ApiVersionSetId aaaabbbb-0000-cccc-1111-dddd2222eeee -ApiVersion v2 ``` ```output @@ -136,7 +136,7 @@ IsOnline : False SubscriptionRequired : ApiRevisionDescription : ApiVersionSetDescription : -ApiVersionSetId : /subscriptions/subid/resourceGroups/Api-Default-East-US/providers/Microsoft.ApiManagement/service/contoso/apiVersionSets/0d50e2cf-aaeb-4ea3-8a58-db9ec079c6cd +ApiVersionSetId : /subscriptions/subid/resourceGroups/Api-Default-East-US/providers/Microsoft.ApiManagement/service/contoso/apiVersionSets/aaaabbbb-0000-cccc-1111-dddd2222eeee Id : /subscriptions/subid/resourceGroups/Api-Default-East-US/providers/Microsoft.ApiManagement/service/contoso/apis/6c3f20c66e5745b19229d06cd865948f ResourceGroupName : Api-Default-East-US ServiceName : contoso @@ -444,5 +444,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Remove-AzApiManagementApi](./Remove-AzApiManagementApi.md) [Set-AzApiManagementApi](./Set-AzApiManagementApi.md) - - diff --git a/azps-15.3.0/Az.ApiManagement/New-AzApiManagementApiVersionSet.md b/azps-15.3.0/Az.ApiManagement/New-AzApiManagementApiVersionSet.md index 7bdb95b744..1a8d087743 100644 --- a/azps-15.3.0/Az.ApiManagement/New-AzApiManagementApiVersionSet.md +++ b/azps-15.3.0/Az.ApiManagement/New-AzApiManagementApiVersionSet.md @@ -32,13 +32,13 @@ New-AzApiManagementApiVersionSet -Context $ApiMgmtContext -Name "newversion" -S ``` ```output -ApiVersionSetId : ea9a87cd-a699-4a75-bf7d-909846b91268 +ApiVersionSetId : aaaabbbb-0000-cccc-1111-dddd2222eeee Description : version by xmsversion VersionQueryName : VersionHeaderName : x-ms-version DisplayName : newversion VersioningScheme : Header -Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/ea9a87cd-a699-4a75-bf7d-909846b91268 +Id : /subscriptions/subid/resourceGroups/Api-Default-WestUS/providers/Microsoft.ApiManagement/service/contoso/api-version-sets/aaaabbbb-0000-cccc-1111-dddd2222eeee ResourceGroupName : Api-Default-WestUS ServiceName : contoso ``` @@ -228,4 +228,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Remove-AzApiManagementApiVersionSet](./Remove-AzApiManagementApiVersionSet.md) -[Set-AzApiManagementApiVersionSet](./Set-AzApiManagementApiVersionSet.md) \ No newline at end of file +[Set-AzApiManagementApiVersionSet](./Set-AzApiManagementApiVersionSet.md) diff --git a/azps-15.3.0/Az.ArizeAI/New-AzArizeAIOrganization.md b/azps-15.3.0/Az.ArizeAI/New-AzArizeAIOrganization.md index 9fe57f802b..b87a9406c7 100644 --- a/azps-15.3.0/Az.ArizeAI/New-AzArizeAIOrganization.md +++ b/azps-15.3.0/Az.ArizeAI/New-AzArizeAIOrganization.md @@ -49,11 +49,11 @@ Create a OrganizationResource ### Example 1: Create a new Organization in a Resource Group ```powershell -New-AzArizeAIOrganization -Name "test2" -Location "East US" -ResourceGroupName "yashika-rg-arize" -SubscriptionId "61641157-140c-4b97-b365-30ff76d9f82e" -MarketplaceSubscriptionId "61641157-140c-4b97-b365-30ff76d9f82e" -OfferDetailOfferId "arize-liftr-0" -OfferDetailPlanId "liftr-test-0" -OfferDetailPlanName "Liftr Test 0" -OfferDetailPublisherId "arizeai1657829589668" -OfferDetailTermId "gmz7xq9ge3py" -OfferDetailTermUnit "P1M" -UserEmailAddress "yashikajain@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "yashikajain@microsoft.com" -PartnerPropertyDescription "testing" +New-AzArizeAIOrganization -Name "test2" -Location "East US" -ResourceGroupName "yashika-rg-arize" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -MarketplaceSubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -OfferDetailOfferId "arize-liftr-0" -OfferDetailPlanId "liftr-test-0" -OfferDetailPlanName "Liftr Test 0" -OfferDetailPublisherId "arizeai1657829589668" -OfferDetailTermId "gmz7xq9ge3py" -OfferDetailTermUnit "P1M" -UserEmailAddress "yashikajain@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "yashikajain@microsoft.com" -PartnerPropertyDescription "testing" ``` ```output -Id : /subscriptions/61641157-140c-4b97-b365-30ff76d9f82e/resourceGroups/yashika-rg-arize/providers/ArizeAi +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/yashika-rg-arize/providers/ArizeAi .ObservabilityEval/organizations/test2 IdentityPrincipalId : IdentityTenantId : diff --git a/azps-15.3.0/Az.ArizeAI/Update-AzArizeAIOrganization.md b/azps-15.3.0/Az.ArizeAI/Update-AzArizeAIOrganization.md index 3a5112449b..054304405f 100644 --- a/azps-15.3.0/Az.ArizeAI/Update-AzArizeAIOrganization.md +++ b/azps-15.3.0/Az.ArizeAI/Update-AzArizeAIOrganization.md @@ -47,11 +47,11 @@ Update a OrganizationResource ### Example 1: Update an existing Organization ```powershell -Update-AzArizeAIOrganization -Name "test2" -ResourceGroupName "yashika-rg-arize" -SubscriptionId "61641157-140c-4b97-b365-30ff76d9f82e" -MarketplaceSubscriptionId "61641157-140c-4b97-b365-30ff76d9f82e" -OfferDetailOfferId "arize-liftr-0" -OfferDetailPlanId "liftr-test-0" -OfferDetailPlanName "Liftr Test 0" -OfferDetailPublisherId "arizeai1657829589668" -OfferDetailTermId "gmz7xq9ge3py" -OfferDetailTermUnit "P1M" -UserEmailAddress "yashikajain@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "yashikajain@microsoft.com" -PartnerPropertyDescription "testing" -Tag @{"TestName1" = "TestValue1"} +Update-AzArizeAIOrganization -Name "test2" -ResourceGroupName "yashika-rg-arize" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -MarketplaceSubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -OfferDetailOfferId "arize-liftr-0" -OfferDetailPlanId "liftr-test-0" -OfferDetailPlanName "Liftr Test 0" -OfferDetailPublisherId "arizeai1657829589668" -OfferDetailTermId "gmz7xq9ge3py" -OfferDetailTermUnit "P1M" -UserEmailAddress "yashikajain@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "yashikajain@microsoft.com" -PartnerPropertyDescription "testing" -Tag @{"TestName1" = "TestValue1"} ``` ```output -Id : /subscriptions/61641157-140c-4b97-b365-30ff76d9f82e/resourceGroups/yashika-rg-arize/providers/ArizeAi +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/yashika-rg-arize/providers/ArizeAi .ObservabilityEval/organizations/test2 IdentityPrincipalId : IdentityTenantId : @@ -59,7 +59,7 @@ IdentityType : None IdentityUserAssignedIdentity : { } Location : East US -MarketplaceSubscriptionId : 61641157-140c-4b97-b365-30ff76d9f82e +MarketplaceSubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e MarketplaceSubscriptionStatus : PendingFulfillmentStart Name : test2 OfferDetailOfferId : arize-liftr-0 diff --git a/azps-15.3.0/Az.Automation/New-AzAutomationConnection.md b/azps-15.3.0/Az.Automation/New-AzAutomationConnection.md index 4bb2dfee90..cc46f11a9b 100644 --- a/azps-15.3.0/Az.Automation/New-AzAutomationConnection.md +++ b/azps-15.3.0/Az.Automation/New-AzAutomationConnection.md @@ -28,7 +28,7 @@ The **New-AzAutomationConnection** cmdlet creates a connection in Azure Automati ### Example 1: Create a connection for ConnectionTypeName=Azure ```powershell -$FieldValues = @{"AutomationCertificateName"="ContosoCertificate";"SubscriptionID"="81b59010-dc55-45b7-89cd-5ca26db62472"} +$FieldValues = @{"AutomationCertificateName"="ContosoCertificate";"SubscriptionID"="aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"} New-AzAutomationConnection -Name "Connection12" -ConnectionTypeName Azure -ConnectionFieldValues $FieldValues -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01" ``` @@ -38,10 +38,10 @@ The command uses the connection field values in $FieldValues. ### Example 2: Create a connection for ConnectionTypeName=AzureServicePrincipal ```powershell -$Thumbprint = "0SZTNJ34TCCMUJ5MJZGR8XQD3S0RVHJBA33Z8ZXV" -$TenantId = "00001111-aaaa-2222-bbbb-3333cccc4444" +$Thumbprint = "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00" +$TenantId = "aaaabbbb-0000-cccc-1111-dddd2222eeee" $ApplicationId = "00001111-aaaa-2222-bbbb-3333cccc4444" -$SubscriptionId = "81b59010-dc55-45b7-89cd-5ca26db62472" +$SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" $RunAsAccountConnectionFieldValues = @{"ApplicationId" = $ApplicationId; "TenantId" = $TenantId; "CertificateThumbprint" = $Thumbprint; "SubscriptionId" = $SubscriptionId} New-AzAutomationConnection -Name "Connection13" -ConnectionTypeName AzureServicePrincipal -ConnectionFieldValues $RunAsAccountConnectionFieldValues -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01" ``` @@ -52,7 +52,7 @@ This ConnectionTypeName=AzureServicePrincipal is mainly used for Azure Run As Ac ### Example 3: Create a connection for ConnectionTypeName=AzureClassicCertificate ```powershell $SubscriptionName = "MyTestSubscription" -$SubscriptionId = "81b59010-dc55-45b7-89cd-5ca26db62472" +$SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" $ClassicRunAsAccountCertificateAssetName = "AzureClassicRunAsCertificate" $ClassicRunAsAccountConnectionFieldValues = @{"SubscriptionName" = $SubscriptionName; "SubscriptionId" = $SubscriptionId; "CertificateAssetName" = $ClassicRunAsAccountCertificateAssetName} New-AzAutomationConnection -Name "Connection14" -ConnectionTypeName AzureClassicCertificate -ConnectionFieldValues $ClassicRunAsAccountConnectionFieldValues -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01" @@ -190,5 +190,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-AzAutomationConnection](./Get-AzAutomationConnection.md) [Remove-AzAutomationConnection](./Remove-AzAutomationConnection.md) - - diff --git a/azps-15.3.0/Az.Automation/Set-AzAutomationConnectionFieldValue.md b/azps-15.3.0/Az.Automation/Set-AzAutomationConnectionFieldValue.md index 3ac070de75..a60dac7593 100644 --- a/azps-15.3.0/Az.Automation/Set-AzAutomationConnectionFieldValue.md +++ b/azps-15.3.0/Az.Automation/Set-AzAutomationConnectionFieldValue.md @@ -28,7 +28,7 @@ The **Set-AzAutomationConnectionFieldValue** cmdlet modifies the value of a fiel ### Example 1: Change a field value in a connection ```powershell -Set-AzAutomationConnectionFieldValue -Name "ContosoConnection" -ConnectionFieldName "SubscriptionID" -Value "b53ec456-3494-4847-8f2b-180901c51050" -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01" +Set-AzAutomationConnectionFieldValue -Name "ContosoConnection" -ConnectionFieldName "SubscriptionID" -Value "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01" ``` This command changes the subscription ID for the Azure connection named ContosoConnection in the Automation account named AutomationAccount01. @@ -143,5 +143,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS [New-AzAutomationConnection](./New-AzAutomationConnection.md) - - diff --git a/azps-15.3.0/Az.Billing/Get-AzEnrollmentAccount.md b/azps-15.3.0/Az.Billing/Get-AzEnrollmentAccount.md index d5ce76cb27..f9be539ea9 100644 --- a/azps-15.3.0/Az.Billing/Get-AzEnrollmentAccount.md +++ b/azps-15.3.0/Az.Billing/Get-AzEnrollmentAccount.md @@ -37,7 +37,7 @@ Get-AzEnrollmentAccount ```output ObjectId PrincipalName -------- ------------- -dbd8453d-071f-4fb4-8e01-c99f5b067649 jason@contoso.onmicrosoft.com +aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb jason@contoso.onmicrosoft.com 7ff524ac-a0de-4402-876f-934ccee3b601 carol@contoso.onmicrosoft.com ``` @@ -45,13 +45,13 @@ Get all available enrollment accounts. ### Example 2 ```powershell -Get-AzEnrollmentAccount -ObjectId dbd8453d-071f-4fb4-8e01-c99f5b067649 +Get-AzEnrollmentAccount -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ``` ```output ObjectId PrincipalName -------- ------------- -dbd8453d-071f-4fb4-8e01-c99f5b067649 jason@contoso.onmicrosoft.com +aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb jason@contoso.onmicrosoft.com ``` Get the enrollment account with the specified object id. diff --git a/azps-15.3.0/Az.Billing/Get-AzUsageAggregate.md b/azps-15.3.0/Az.Billing/Get-AzUsageAggregate.md index f01074a120..8b2d2ec41f 100644 --- a/azps-15.3.0/Az.Billing/Get-AzUsageAggregate.md +++ b/azps-15.3.0/Az.Billing/Get-AzUsageAggregate.md @@ -26,7 +26,7 @@ The **Get-AzUsageAggregate** cmdlet gets aggregated Azure subscription usage dat - Aggregation precision, either daily or hourly. - Instance level detail for multiple instances of the same resource. For consistent results, the returned data is based on when the usage details were reported by the Azure resource. -For more information, see Azure Billing REST API Referencehttps://msdn.microsoft.com/library/azure/1ea5b323-54bb-423d-916f-190de96c6a3c (https://msdn.microsoft.com/library/azure/1ea5b323-54bb-423d-916f-190de96c6a3c) in the Microsoft Developer Network library. +For more information, see Azure Billing REST API Referencehttps://msdn.microsoft.com/library/azure/aaaabbbb-0000-cccc-1111-dddd2222eeee (https://msdn.microsoft.com/library/azure/aaaabbbb-0000-cccc-1111-dddd2222eeee) in the Microsoft Developer Network library. ## EXAMPLES diff --git a/azps-15.3.0/Az.Blueprint/Get-AzBlueprint.md b/azps-15.3.0/Az.Blueprint/Get-AzBlueprint.md index 0f7264b5c5..8acc47a928 100644 --- a/azps-15.3.0/Az.Blueprint/Get-AzBlueprint.md +++ b/azps-15.3.0/Az.Blueprint/Get-AzBlueprint.md @@ -73,8 +73,8 @@ Get-AzBlueprint ```output Name : PS-BlueprintDefinition -Id : /subscriptions/00000000-1111-0000-1111-000000000000/providers/Microsoft.Blueprint/blueprints/PS-BlueprintDefinition -SubscriptionId : 00000000-1111-0000-1111-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Blueprint/blueprints/PS-BlueprintDefinition +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Versions : {1.0} Description : Powershell test blueprint TimeCreated : 2019-02-01 @@ -106,13 +106,13 @@ Get the blueprint definitions within the specified management group. ### Example 3 ```powershell -Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" +Get-AzBlueprint -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output Name : PS-BlueprintDefinition -Id : /subscriptions/00000000-1111-0000-1111-000000000000/providers/Microsoft.Blueprint/blueprints/PS-BlueprintDefinition -SubscriptionId : 00000000-1111-0000-1111-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Blueprint/blueprints/PS-BlueprintDefinition +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Versions : {1.0} Description : Powershell test blueprint TimeCreated : 2019-02-01 @@ -125,7 +125,7 @@ Get the blueprint definitions within the specified subscription and the manageme ### Example 4 ```powershell -Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName" +Get-AzBlueprint -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "myBlueprintName" ``` Get the blueprint definition with the given name within the specified subscription. @@ -263,4 +263,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/Get-AzBlueprintAssignment.md b/azps-15.3.0/Az.Blueprint/Get-AzBlueprintAssignment.md index 0bfe27d5ca..279e76eae8 100644 --- a/azps-15.3.0/Az.Blueprint/Get-AzBlueprintAssignment.md +++ b/azps-15.3.0/Az.Blueprint/Get-AzBlueprintAssignment.md @@ -46,13 +46,13 @@ Get one or more blueprint assignments. Blueprint assignments exist at the subscr ### Example 1 ```powershell -Get-AzBlueprintAssignment -SubscriptionId "00000000-1111-0000-1111-000000000000" +Get-AzBlueprintAssignment -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output Name : Assignment-PS-BlueprintDefinition -Id : /subscriptions/00000000-1111-0000-1111-000000000000/providers/Microsoft.Blueprint/blueprintAssignments/Assignment-PS-BlueprintDefinition -Scope : /subscriptions/00000000-1111-0000-1111-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Blueprint/blueprintAssignments/Assignment-PS-BlueprintDefinition +Scope : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e LastModified : 2019-01-08 LockMode : AllResourcesReadOnly ProvisioningState : Succeeded @@ -64,7 +64,7 @@ Get the blueprint assignments within the specified subscription. ### Example 2 ```powershell -Get-AzBlueprintAssignment -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myAssignmentName" +Get-AzBlueprintAssignment -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "myAssignmentName" ``` Get the blueprint assignment with the given name within the specified subscription. @@ -158,4 +158,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/Import-AzBlueprintWithArtifact.md b/azps-15.3.0/Az.Blueprint/Import-AzBlueprintWithArtifact.md index 5fd215209f..52be94f512 100644 --- a/azps-15.3.0/Az.Blueprint/Import-AzBlueprintWithArtifact.md +++ b/azps-15.3.0/Az.Blueprint/Import-AzBlueprintWithArtifact.md @@ -28,7 +28,7 @@ Import a blueprint definition with its artifacts. ### Example 1 ```powershell -Import-AzBlueprintWithArtifact -Name MySimpleBlueprint -SubscriptionId 00000000-1111-0000-1111-000000000000 -InputPath C:\Blueprints\SimpleBlueprint +Import-AzBlueprintWithArtifact -Name MySimpleBlueprint -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -InputPath C:\Blueprints\SimpleBlueprint ``` Import a blueprint definition with its artifacts and save within a subscription. @@ -199,4 +199,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/New-AzBlueprint.md b/azps-15.3.0/Az.Blueprint/New-AzBlueprint.md index 30a2fab324..d6986fbcaa 100644 --- a/azps-15.3.0/Az.Blueprint/New-AzBlueprint.md +++ b/azps-15.3.0/Az.Blueprint/New-AzBlueprint.md @@ -34,7 +34,7 @@ Create a new blueprint definition. ### Example 1 ```powershell -New-AzBlueprint -Name MyNewBlueprint -SubscriptionId 00000000-1111-0000-1111-000000000000 -BlueprintFile C:\Blueprint.json +New-AzBlueprint -Name MyNewBlueprint -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -BlueprintFile C:\Blueprint.json ``` ```output @@ -173,4 +173,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/New-AzBlueprintAssignment.md b/azps-15.3.0/Az.Blueprint/New-AzBlueprintAssignment.md index 783480dba5..32e443c59c 100644 --- a/azps-15.3.0/Az.Blueprint/New-AzBlueprintAssignment.md +++ b/azps-15.3.0/Az.Blueprint/New-AzBlueprintAssignment.md @@ -40,15 +40,15 @@ Assign a blueprint definition to a subscription. ```powershell $rg = @{ResourceGroup=@{name='storage_rg';location='eastus'}} $params = @{applytaganditsdefaultvalue_tagName="Department_Cost_Center"; applytaganditsdefaultvalue_tagValue="Contoso/RnD/Dev/986754"} -$blueprintObject = Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName" -$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/00000000-1111-0000-1111-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}} -New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "00000000-1111-0000-1111-000000000000" -Location "West US" -ResourceGroupParameter $rg -Parameter $params -SecureStringParameter $secureString +$blueprintObject = Get-AzBlueprint -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "myBlueprintName" +$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}} +New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "West US" -ResourceGroupParameter $rg -Parameter $params -SecureStringParameter $secureString ``` ```output Name : myAssignment -Id : /subscriptions/00000000-1111-0000-1111-000000000000/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment -Scope : /subscriptions/00000000-1111-0000-1111-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment +Scope : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e LastModified : 2019-01-08 LockMode : None ProvisioningState : Creating @@ -60,28 +60,28 @@ Create a new blueprint assignment of the blueprint definition `$blueprintObject` ### Example 2 ```powershell -New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId 00000000-1111-0000-1111-000000000000 -Location "West US" -Parameter @{P1="v1"; P2="v2"} -Lock AllResourcesReadOnly +New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -Location "West US" -Parameter @{P1="v1"; P2="v2"} -Lock AllResourcesReadOnly ``` Create a new blueprint assignment of the blueprint definition `$blueprintObject` within the specified subscription using the defined parameter and resource group dictionary and configuring resource locking to **AllResources**. Defaults to using system-assigned identity. The location defines the region for creating the managed identity. ### Example 3 ```powershell -New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId 00000000-1111-0000-1111-000000000000 -Location "West US" -Parameter @{P1="v1"; P2="v2"} -UserAssignedIdentity "/subscriptions/00000000-1111-0000-1111-000000000000/resourceGroups/my-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-user-defined-identity" +New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -Location "West US" -Parameter @{P1="v1"; P2="v2"} -UserAssignedIdentity "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/my-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-user-defined-identity" ``` Create a new blueprint assignment of the blueprint definition `$blueprintObject` within the specified subscription using the defined parameter and resource group dictionary using the specified user-assigned identity id. ### Example 4 ```powershell -$blueprintObject = Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName" -New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "00000000-1111-0000-1111-000000000000" -AssignmentFile C:\myAssignmentfile.json +$blueprintObject = Get-AzBlueprint -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "myBlueprintName" +New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -AssignmentFile C:\myAssignmentfile.json ``` ```output Name : myAssignment -Id : /subscriptions/00000000-1111-0000-1111-000000000000/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment -Scope : /subscriptions/00000000-1111-0000-1111-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment +Scope : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e LastModified : 2019-01-08 LockMode : None ProvisioningState : Creating @@ -94,7 +94,7 @@ Create a blueprint assignment through an assignment file. The format of the assi ### Example 5 ```powershell $blueprintObject = Get-AzBlueprint -SubscriptionId "myManagementGroup" -Name "myBlueprintName" -New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -ManagementGroupId "myManagementGroup" -SubscriptionId 00000000-1111-0000-1111-000000000000 -Location "West US" -Parameter @{P1="v1"; P2="v2"} +New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -ManagementGroupId "myManagementGroup" -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -Location "West US" -Parameter @{P1="v1"; P2="v2"} ``` Create a new blueprint assignment of the blueprint definition `$blueprintObject` targeting the specified subscription within the specified management group using the defined parameter. @@ -398,4 +398,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/Publish-AzBlueprint.md b/azps-15.3.0/Az.Blueprint/Publish-AzBlueprint.md index 310f51015a..567d5536b4 100644 --- a/azps-15.3.0/Az.Blueprint/Publish-AzBlueprint.md +++ b/azps-15.3.0/Az.Blueprint/Publish-AzBlueprint.md @@ -33,7 +33,7 @@ Publish-AzBlueprint -Blueprint $bp -Version 1.0 ```output Name : SimpleBlueprint Id : /subscriptions/{subscriptionId}/providers/Microsoft.Blueprint/blueprints/SimpleBlueprint/versions/1.0 -SubscriptionId : 00000000-1111-0000-1111-000000000000 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Version : 1.0 Description : My simple blueprint TimeCreated : 2019-05-30 @@ -152,4 +152,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/Remove-AzBlueprintAssignment.md b/azps-15.3.0/Az.Blueprint/Remove-AzBlueprintAssignment.md index a9c0eaa4db..f2bccd4c74 100644 --- a/azps-15.3.0/Az.Blueprint/Remove-AzBlueprintAssignment.md +++ b/azps-15.3.0/Az.Blueprint/Remove-AzBlueprintAssignment.md @@ -40,7 +40,7 @@ Remove a blueprint that has been assigned to a subscription. ### Example 1 ```powershell -Remove-AzBlueprintAssignment -Name "myAssignment" -SubscriptionId "00000000-1111-0000-1111-000000000000" -Confirm +Remove-AzBlueprintAssignment -Name "myAssignment" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Confirm ``` Remove the blueprint assignment specified by name from the specified subscription. The cmdlet will prompt for confirmation before executing the command. @@ -183,4 +183,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/Set-AzBlueprint.md b/azps-15.3.0/Az.Blueprint/Set-AzBlueprint.md index d399d66427..dcda0888f7 100644 --- a/azps-15.3.0/Az.Blueprint/Set-AzBlueprint.md +++ b/azps-15.3.0/Az.Blueprint/Set-AzBlueprint.md @@ -34,7 +34,7 @@ Update a blueprint definition and save it within the specified subscription or m ### Example 1 ```powershell -Set-AzBlueprint -Name MyBlueprint -SubscriptionId 00000000-1111-0000-1111-000000000000 -BlueprintFile C:\Blueprint.json +Set-AzBlueprint -Name MyBlueprint -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -BlueprintFile C:\Blueprint.json ``` ```output @@ -173,4 +173,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Blueprint/Set-AzBlueprintAssignment.md b/azps-15.3.0/Az.Blueprint/Set-AzBlueprintAssignment.md index b6063f44d0..4b1cda2fbc 100644 --- a/azps-15.3.0/Az.Blueprint/Set-AzBlueprintAssignment.md +++ b/azps-15.3.0/Az.Blueprint/Set-AzBlueprintAssignment.md @@ -40,14 +40,14 @@ Update an existing blueprint assignment. ```powershell $rg = @{ResourceGroup=@{name='storage_rg';location='eastus'}} $params = @{applytaganditsdefaultvalue_tagName="Department_Cost_Center"; applytaganditsdefaultvalue_tagValue="Contoso/HR/Dev/0001"} -$blueprintObject = Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName" -Set-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "00000000-1111-0000-1111-000000000000" -Location "West US" -Parameter $params -ResourceGroupParameter $rg -SystemAssignedIdentity +$blueprintObject = Get-AzBlueprint -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "myBlueprintName" +Set-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "West US" -Parameter $params -ResourceGroupParameter $rg -SystemAssignedIdentity ``` ```output Name : myAssignment -Id : /subscriptions/00000000-1111-0000-1111-000000000000/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment -Scope : /subscriptions/00000000-1111-0000-1111-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment +Scope : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e LastModified : 2019-01-08 LockMode : None ProvisioningState : Creating @@ -59,14 +59,14 @@ Update an existing blueprint assignment of the blueprint definition `$blueprintO ### Example 2 ```powershell -$blueprintObject = Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName" -Set-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "00000000-1111-0000-1111-000000000000" -AssignmentFile C:\myAssignmentfile.json +$blueprintObject = Get-AzBlueprint -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "myBlueprintName" +Set-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -AssignmentFile C:\myAssignmentfile.json ``` ```output Name : myAssignment -Id : /subscriptions/00000000-1111-0000-1111-000000000000/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment -Scope : /subscriptions/00000000-1111-0000-1111-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Blueprint/blueprintAssignments/myAssignment +Scope : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e LastModified : 2019-01-08 LockMode : None ProvisioningState : Creating @@ -79,7 +79,7 @@ Update an existing blueprint assignment through an assignment file. The format o ### Example 3 ```powershell $blueprintObject = Get-AzBlueprint -ManagementGroupId "myManagementGroup" -Name "myBlueprintName" -Set-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -ManagementGroupId "myManagementGroup" -SubscriptionId 00000000-1111-0000-1111-000000000000 -Location "West US" -Parameter @{P1="v1"; P2="v2"} +Set-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -ManagementGroupId "myManagementGroup" -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -Location "West US" -Parameter @{P1="v1"; P2="v2"} ``` Update an existing blueprint assignment of the blueprint definition `$blueprintObject` targeting the specified subscription within the specified management group using the defined parameter. @@ -383,4 +383,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.BotService/New-AzBotService.md b/azps-15.3.0/Az.BotService/New-AzBotService.md index ed41030c99..47b4d06ac3 100644 --- a/azps-15.3.0/Az.BotService/New-AzBotService.md +++ b/azps-15.3.0/Az.BotService/New-AzBotService.md @@ -38,7 +38,7 @@ Returns a BotService specified by the parameters. ### Example 1: Create a new bot ```powershell -New-AzBotService -resourcegroupname BotTest-rg -name BotTest1 -ApplicationId "af5fce4d-ee68-4b25-be09-f3222582e133" -Location global -Sku F0 -Description "123134" -Registration +New-AzBotService -resourcegroupname BotTest-rg -name BotTest1 -ApplicationId "00001111-aaaa-2222-bbbb-3333cccc4444" -Location global -Sku F0 -Description "123134" -Registration ``` ```output @@ -51,7 +51,7 @@ Create a new Bot by ResourceGroupName and ApplicationId ### Example 2: Create a new Web App ```powershell -New-AzBotService -resourcegroupname BotTest-rg -name BotTest2 -ApplicationId "b1ab1727-0465-4255-a1bb-976210af972c" -Location global -Sku F0 -Description "123134" -Webapp +New-AzBotService -resourcegroupname BotTest-rg -name BotTest2 -ApplicationId "11112222-bbbb-3333-cccc-4444dddd5555" -Location global -Sku F0 -Description "123134" -Webapp ``` ```output @@ -328,4 +328,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.CloudService/Get-AzCloudServiceNetworkInterface.md b/azps-15.3.0/Az.CloudService/Get-AzCloudServiceNetworkInterface.md index ca51fb7f0b..88353c9d9d 100644 --- a/azps-15.3.0/Az.CloudService/Get-AzCloudServiceNetworkInterface.md +++ b/azps-15.3.0/Az.CloudService/Get-AzCloudServiceNetworkInterface.md @@ -48,14 +48,14 @@ Get the specified network interface in a cloud service. ### Example 1: Get network interfaces by a cloud service name ```powershell -Get-AzCloudServiceNetworkInterface -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId 1133e0eb-b53c-1234-b478-2eac8f04afca +Get-AzCloudServiceNetworkInterface -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` Gets all the network interfaces for a given cloud service name. ### Example 2: Get network interfaces by a cloud service object ```powershell -$cs = Get-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId 1133e0eb-b53c-1234-b478-2eac8f04afca +$cs = Get-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Get-AzCloudServiceNetworkInterface -InputObject $cs ``` diff --git a/azps-15.3.0/Az.CloudService/Get-AzCloudServicePublicIPAddress.md b/azps-15.3.0/Az.CloudService/Get-AzCloudServicePublicIPAddress.md index 1f81122236..3e37603dd1 100644 --- a/azps-15.3.0/Az.CloudService/Get-AzCloudServicePublicIPAddress.md +++ b/azps-15.3.0/Az.CloudService/Get-AzCloudServicePublicIPAddress.md @@ -50,14 +50,14 @@ Get the specified public IP address in a cloud service. ### Example 1: Get instance level public IP addresses for a given cloud service name. ```powershell -Get-AzCloudServicePublicIPAddress -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId 1133e0eb-b53c-1234-b478-2eac8f04afca +Get-AzCloudServicePublicIPAddress -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` Gets the instance level public IP addresses for a given cloud service name. ### Example 2: Get instance level public IP addresses for a given cloud service object. ```powershell -$cs = Get-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId 1133e0eb-b53c-1234-b478-2eac8f04afca +$cs = Get-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Get-AzCloudServicePublicIPAddress -InputObject $cs ``` diff --git a/azps-15.3.0/Az.CloudService/Switch-AzCloudService.md b/azps-15.3.0/Az.CloudService/Switch-AzCloudService.md index 9cc37d391a..b3c707bdc5 100644 --- a/azps-15.3.0/Az.CloudService/Switch-AzCloudService.md +++ b/azps-15.3.0/Az.CloudService/Switch-AzCloudService.md @@ -35,7 +35,7 @@ Swaps VIPs between two cloud service (extended support) load balancers. ### Example 1: Switch cloud service using name ```powershell -Switch-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId 1133e0eb-b53c-1234-b478-2eac8f04afca +Switch-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` Above command invokes the vipswap operation on the Cloud service with name 'BService' and will perform the operation once the user confirms the action on the confirmation prompt. @@ -43,7 +43,7 @@ Above command invokes the vipswap operation on the Cloud service with name 'BSer ### Example 2: Switch cloud service using cloud service object ```powershell -$cs = Get-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId 1133e0eb-b53c-1234-b478-2eac8f04afca +$cs = Get-AzCloudService -ResourceGroupName "BRGThree" -CloudServiceName BService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Switch-AzCloudService -CloudService $cs ``` diff --git a/azps-15.3.0/Az.Communication/Get-AzCommunicationService.md b/azps-15.3.0/Az.Communication/Get-AzCommunicationService.md index 2e9e03097e..880b3f1377 100644 --- a/azps-15.3.0/Az.Communication/Get-AzCommunicationService.md +++ b/azps-15.3.0/Az.Communication/Get-AzCommunicationService.md @@ -46,7 +46,7 @@ Get the CommunicationService and its properties. ### Example 1: List existing CommunicationServices for a Subscription ```powershell -Get-AzCommunicationService -SubscriptionId 632ec9eb-fad7-4cbd-993a-e72973ba2acc +Get-AzCommunicationService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -168,4 +168,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Communication/Get-AzCommunicationServiceSmtpUsername.md b/azps-15.3.0/Az.Communication/Get-AzCommunicationServiceSmtpUsername.md index 3fda16edc7..c576044243 100644 --- a/azps-15.3.0/Az.Communication/Get-AzCommunicationServiceSmtpUsername.md +++ b/azps-15.3.0/Az.Communication/Get-AzCommunicationServiceSmtpUsername.md @@ -77,7 +77,7 @@ SystemDataCreatedByType : SystemDataLastModifiedAt : SystemDataLastModifiedBy : SystemDataLastModifiedByType : -TenantId : aaaa1111-bbbb-2222-3333-aaaa11112222 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee Type : communicationservices/smtpusernames Username : ContosoUsername2 ``` @@ -101,7 +101,7 @@ SystemDataCreatedByType : SystemDataLastModifiedAt : SystemDataLastModifiedBy : SystemDataLastModifiedByType : -TenantId : aaaa1111-bbbb-2222-3333-aaaa11112222 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee Type : communicationservices/smtpusernames Username : ContosoUsername1 ``` @@ -232,4 +232,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Communication/Get-AzEmailService.md b/azps-15.3.0/Az.Communication/Get-AzEmailService.md index fcc41c40bd..1295c43b9d 100644 --- a/azps-15.3.0/Az.Communication/Get-AzEmailService.md +++ b/azps-15.3.0/Az.Communication/Get-AzEmailService.md @@ -46,7 +46,7 @@ Get the EmailService and its properties. ### Example 1: List existing Email Services for a Subscription ```powershell -Get-AzCommunicationService -SubscriptionId 73fc3592-3cef-4300-5e19-8d18b65ce0e8 +Get-AzCommunicationService -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -180,4 +180,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Communication/New-AzCommunicationServiceSmtpUsername.md b/azps-15.3.0/Az.Communication/New-AzCommunicationServiceSmtpUsername.md index 67446af09e..0119fc7072 100644 --- a/azps-15.3.0/Az.Communication/New-AzCommunicationServiceSmtpUsername.md +++ b/azps-15.3.0/Az.Communication/New-AzCommunicationServiceSmtpUsername.md @@ -44,7 +44,7 @@ create an SmtpUsernameResource. ### Example 1: Create a SMTP Username resource ```powershell -New-AzCommunicationServiceSmtpUsername -SmtpUsername ContosoSmtpUsernameResource1 -CommunicationServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1 -EntraApplicationId 1ebe1d1a-1111-1111-1c11-11ad111bf111 -TenantId 11f111b1-11f1-11af-11ab-1d1cd111db11 -Username ContosoUsername1 +New-AzCommunicationServiceSmtpUsername -SmtpUsername ContosoSmtpUsernameResource1 -CommunicationServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1 -EntraApplicationId 1ebe1d1a-1111-1111-1c11-11ad111bf111 -TenantId aaaabbbb-0000-cccc-1111-dddd2222eeee -Username ContosoUsername1 ``` ```output @@ -58,7 +58,7 @@ SystemDataCreatedByType : User SystemDataLastModifiedAt : 25-02-2025 11:24:05 SystemDataLastModifiedBy : newuser1@contoso.com SystemDataLastModifiedByType : User -TenantId : aaaa1111-bbbb-2222-3333-aaaa11112222 +TenantId : bbbbcccc-1111-dddd-2222-eeee3333ffff Type : microsoft.communication/communicationservices/smtpusernames Username : ContosoUsername1 ``` @@ -264,4 +264,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Communication/Update-AzCommunicationServiceSmtpUsername.md b/azps-15.3.0/Az.Communication/Update-AzCommunicationServiceSmtpUsername.md index eeaa4366dd..8ef387d34b 100644 --- a/azps-15.3.0/Az.Communication/Update-AzCommunicationServiceSmtpUsername.md +++ b/azps-15.3.0/Az.Communication/Update-AzCommunicationServiceSmtpUsername.md @@ -60,7 +60,7 @@ SystemDataCreatedByType : User SystemDataLastModifiedAt : 27-02-2025 10:55:10 SystemDataLastModifiedBy : newuser1@contoso.com SystemDataLastModifiedByType : User -TenantId : aaaa1111-bbbb-2222-3333-aaaa11112222 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee Type : microsoft.communication/communicationservices/smtpusernames Username : ContosoUsername1 ``` @@ -268,4 +268,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeFleet/Get-AzComputeFleet.md b/azps-15.3.0/Az.ComputeFleet/Get-AzComputeFleet.md index e109e42463..4a622a9337 100644 --- a/azps-15.3.0/Az.ComputeFleet/Get-AzComputeFleet.md +++ b/azps-15.3.0/Az.ComputeFleet/Get-AzComputeFleet.md @@ -81,7 +81,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "networkSecurityGroup": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/t + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/t est-fleet/providers/Microsoft.Network/networkSecurityGroups/basicNsgvnet-centralus-2-ni c01" }, @@ -91,7 +91,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "subnet": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGr + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGr oups/test-fleet/providers/Microsoft.Network/virtualNetworks/vnet-centralus-2/subnets/sn et-centralus-1" }, @@ -125,7 +125,7 @@ ComputeProfileComputeApiVersion : 2023-09-01 ComputeProfilePlatformFaultDomainCount : 1 DataDiskCountMax : DataDiskCountMin : -Id : /subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/test-fleet/providers +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-fleet/providers /Microsoft.AzureFleet/fleets/testFleet IdentityPrincipalId : IdentityTenantId : @@ -200,7 +200,7 @@ This command gets a compute fleet resource by ResourceGroupName and FleetName. ### Example 2: Get a list of compute fleet resources by SubscriptionId ```powershell -Get-AzComputeFleet -SubscriptionId "ca8520e1-3c83-4b64-bb99-60a64673daa3" +Get-AzComputeFleet -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -230,7 +230,7 @@ This command gets a list of compute fleet resources by ResourceGroupName. ### Example 4: Get a list of compute fleet resources by Identity ```powershell -$fleet = Get-AzComputeFleet -SubscriptionId "ca8520e1-3c83-4b64-bb99-60a64673daa3" -ResourceGroupName "test-fleet" -FleetName "testFleet" +$fleet = Get-AzComputeFleet -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-fleet" -FleetName "testFleet" Get-AzComputeFleet -InputObject $fleet ``` @@ -266,7 +266,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "networkSecurityGroup": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/t + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/t est-fleet/providers/Microsoft.Network/networkSecurityGroups/basicNsgvnet-centralus-2-ni c01" }, @@ -276,7 +276,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "subnet": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGr + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGr oups/test-fleet/providers/Microsoft.Network/virtualNetworks/vnet-centralus-2/subnets/sn et-centralus-1" }, @@ -310,7 +310,7 @@ ComputeProfileComputeApiVersion : 2023-09-01 ComputeProfilePlatformFaultDomainCount : 1 DataDiskCountMax : DataDiskCountMin : -Id : /subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/test-fleet/providers +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-fleet/providers /Microsoft.AzureFleet/fleets/testFleet IdentityPrincipalId : IdentityTenantId : @@ -477,4 +477,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeFleet/New-AzComputeFleet.md b/azps-15.3.0/Az.ComputeFleet/New-AzComputeFleet.md index 1c094e90cb..f987a72695 100644 --- a/azps-15.3.0/Az.ComputeFleet/New-AzComputeFleet.md +++ b/azps-15.3.0/Az.ComputeFleet/New-AzComputeFleet.md @@ -73,7 +73,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "networkSecurityGroup": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/t + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/t est-fleet/providers/Microsoft.Network/networkSecurityGroups/basicNsgvnet-centralus-2-ni c01" }, @@ -83,7 +83,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "subnet": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGr + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGr oups/test-fleet/providers/Microsoft.Network/virtualNetworks/vnet-centralus-2/subnets/sn et-centralus-1" }, @@ -117,7 +117,7 @@ ComputeProfileComputeApiVersion : 2023-09-01 ComputeProfilePlatformFaultDomainCount : 1 DataDiskCountMax : DataDiskCountMin : -Id : /subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/test-fleet/providers +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-fleet/providers /Microsoft.AzureFleet/fleets/testFleet IdentityPrincipalId : IdentityTenantId : @@ -192,7 +192,7 @@ This command creates a new compute fleet resource by ResourceGroupName and Fleet ### Example 2: Create a new compute fleet resource by Identity ```powershell -$fleet = Get-AzComputeFleet -SubscriptionId "ca8520e1-3c83-4b64-bb99-60a64673daa3" -ResourceGroupName "test-fleet" -FleetName "testFleet" +$fleet = Get-AzComputeFleet -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-fleet" -FleetName "testFleet" New-AzComputeFleet -InputObject $fleet -Resource $fleet ``` @@ -228,7 +228,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "networkSecurityGroup": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/t + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/t est-fleet/providers/Microsoft.Network/networkSecurityGroups/basicNsgvnet-centralus-2-ni c01" }, @@ -238,7 +238,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "subnet": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGr + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGr oups/test-fleet/providers/Microsoft.Network/virtualNetworks/vnet-centralus-2/subnets/sn et-centralus-1" }, @@ -272,7 +272,7 @@ ComputeProfileComputeApiVersion : 2023-09-01 ComputeProfilePlatformFaultDomainCount : 1 DataDiskCountMax : DataDiskCountMin : -Id : /subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/test-fleet/providers +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-fleet/providers /Microsoft.AzureFleet/fleets/testFleet IdentityPrincipalId : IdentityTenantId : @@ -517,5 +517,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - - diff --git a/azps-15.3.0/Az.ComputeFleet/Remove-AzComputeFleet.md b/azps-15.3.0/Az.ComputeFleet/Remove-AzComputeFleet.md index eb7ceeb767..625710f3ef 100644 --- a/azps-15.3.0/Az.ComputeFleet/Remove-AzComputeFleet.md +++ b/azps-15.3.0/Az.ComputeFleet/Remove-AzComputeFleet.md @@ -42,7 +42,7 @@ This command deletes a compute fleet resource by ResourceGroupName and FleetName ### Example 2: Remove a compute fleet resource by Identity ```powershell -$fleet = Get-AzComputeFleet -SubscriptionId "ca8520e1-3c83-4b64-bb99-60a64673daa3" -ResourceGroupName "test-fleet" -FleetName "testFleet3" +$fleet = Get-AzComputeFleet -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-fleet" -FleetName "testFleet3" Remove-AzComputeFleet -InputObject $fleet ``` @@ -218,4 +218,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeFleet/Update-AzComputeFleet.md b/azps-15.3.0/Az.ComputeFleet/Update-AzComputeFleet.md index 1896ef12c7..06549e9f7e 100644 --- a/azps-15.3.0/Az.ComputeFleet/Update-AzComputeFleet.md +++ b/azps-15.3.0/Az.ComputeFleet/Update-AzComputeFleet.md @@ -74,7 +74,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "networkSecurityGroup": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/t + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/t est-fleet/providers/Microsoft.Network/networkSecurityGroups/basicNsgvnet-centralus-2-ni c01" }, @@ -84,7 +84,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "subnet": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGr + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGr oups/test-fleet/providers/Microsoft.Network/virtualNetworks/vnet-centralus-2/subnets/sn et-centralus-1" }, @@ -118,7 +118,7 @@ ComputeProfileComputeApiVersion : 2023-09-01 ComputeProfilePlatformFaultDomainCount : 1 DataDiskCountMax : DataDiskCountMin : -Id : /subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/test-fleet/providers +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-fleet/providers /Microsoft.AzureFleet/fleets/testFleet IdentityPrincipalId : IdentityTenantId : @@ -193,7 +193,7 @@ This command updates a compute fleet resource by ResourceGroupName and FleetName ### Example 2: Update a compute fleet resource by Identity ```powershell -$fleet = Get-AzComputeFleet -SubscriptionId "ca8520e1-3c83-4b64-bb99-60a64673daa3" -ResourceGroupName "test-fleet" -FleetName "testFleet" +$fleet = Get-AzComputeFleet -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-fleet" -FleetName "testFleet" $securedPassword = ConvertTo-SecureString -AsPlainText "[Sanitized]" -Force $fleet.ComputeProfileBaseVirtualMachineProfile.OSProfileAdminPassword = $securedPassword $fleet.MemoryInGiBMax = 500 @@ -232,7 +232,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "networkSecurityGroup": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/t + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/t est-fleet/providers/Microsoft.Network/networkSecurityGroups/basicNsgvnet-centralus-2-ni c01" }, @@ -242,7 +242,7 @@ ComputeProfileBaseVirtualMachineProfile : { { "properties": { "subnet": { - "id": "/subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGr + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGr oups/test-fleet/providers/Microsoft.Network/virtualNetworks/vnet-centralus-2/subnets/sn et-centralus-1" }, @@ -276,7 +276,7 @@ ComputeProfileComputeApiVersion : 2023-09-01 ComputeProfilePlatformFaultDomainCount : 1 DataDiskCountMax : DataDiskCountMin : -Id : /subscriptions/ca8520e1-3c83-4b64-bb99-60a64673daa3/resourceGroups/test-fleet/providers +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-fleet/providers /Microsoft.AzureFleet/fleets/testFleet IdentityPrincipalId : IdentityTenantId : @@ -521,5 +521,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - - diff --git a/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationError.md b/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationError.md index cd73e3d595..d89e5d4c46 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationError.md +++ b/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationError.md @@ -27,7 +27,7 @@ VirtualMachinesGetOperationErrors: Get error details on operation errors (like t ### Example 1: Gets the details on the retriable errors that may have occured during the lifetime of an operation requested on a virtual machine ```powershell -Get-AzComputeScheduleOperationError -Location "eastus2euap" -OperationId "1fd870d3-d2b7-44c8-8ccb-bec05bbbf36f","5018cb59-bc54-42c3-a6c0-a9a4b0cf3f1b" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" | Format-List +Get-AzComputeScheduleOperationError -Location "eastus2euap" -OperationId "1fd870d3-d2b7-44c8-8ccb-bec05bbbf36f","5018cb59-bc54-42c3-a6c0-a9a4b0cf3f1b" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" | Format-List ``` ```output @@ -157,4 +157,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationStatus.md b/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationStatus.md index 257824e307..097cf29b01 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationStatus.md +++ b/azps-15.3.0/Az.ComputeSchedule/Get-AzComputeScheduleOperationStatus.md @@ -28,7 +28,7 @@ VirtualMachinesGetOperationStatus: Polling endpoint to read status of operations ### Example 1: Poll the status of operations performed on a batch of virtual machines using the operation id from a previous Start/Deallocate/Hibernate operation ```powershell -Get-AzComputeScheduleOperationStatus -Location "eastus2euap" -Correlationid "bbb34b32-0ca1-473f-b53d-d06148d0d1fa" -OperationId "d099fda7-4fdb-4db0-98e5-53fab1821267","333f8f97-32d0-4a88-9bf0-75e65da2052c" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" | Format-List +Get-AzComputeScheduleOperationStatus -Location "eastus2euap" -Correlationid "aaaa0000-bb11-2222-33cc-444444dddddd" -OperationId "bbbb1111-cc22-3333-44dd-555555eeeeee","cccc2222-dd33-4444-55ee-666666ffffff" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" | Format-List ``` ```output @@ -37,13 +37,13 @@ ErrorDetail : OperationCompletedAt : 12/18/2024 5:09:20 AM OperationDeadline : 12/18/2024 5:08:36 AM OperationDeadlineType : InitiateAt -OperationId : d099fda7-4fdb-4db0-98e5-53fab1821267 +OperationId : bbbb1111-cc22-3333-44dd-555555eeeeee OperationOpType : Start -OperationResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exesta83600 +OperationResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exesta83600 OperationState : Succeeded -OperationSubscriptionId : ed5d2ee7-ede1-44bd-97a2-369489bbefe4 +OperationSubscriptionId : a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 OperationTimezone : -ResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exesta83600 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exesta83600 ResourceOperationErrorCode : ResourceOperationErrorDetail : RetryPolicyRetryCount : 3 @@ -54,13 +54,13 @@ ErrorDetail : OperationCompletedAt : 12/18/2024 5:04:18 AM OperationDeadline : 12/18/2024 5:03:15 AM OperationDeadlineType : InitiateAt -OperationId : 333f8f97-32d0-4a88-9bf0-75e65da2052c +OperationId : cccc2222-dd33-4444-55ee-666666ffffff OperationOpType : Hibernate -OperationResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exeHib80440 +OperationResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exeHib80440 OperationState : Succeeded -OperationSubscriptionId : ed5d2ee7-ede1-44bd-97a2-369489bbefe4 +OperationSubscriptionId : a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 OperationTimezone : -ResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exeHib80440 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/exeHib80440 ResourceOperationErrorCode : ResourceOperationErrorDetail : RetryPolicyRetryCount : 3 @@ -191,4 +191,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteDeallocate.md b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteDeallocate.md index 112fab118b..3bc99b9037 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteDeallocate.md +++ b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteDeallocate.md @@ -28,7 +28,7 @@ VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of vi ### Example 1: Deallocate a batch of virtual machines immediately ```powershell -Invoke-AzComputeScheduleExecuteDeallocate -Location "eastus2euap" -CorrelationId "0736f2d2-2708-4ed1-a567-e64ffe857ad9" -ResourceId "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85190", "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85253" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" -RetryCount 2 -RetryWindowInMinutes 30 | Format-List +Invoke-AzComputeScheduleExecuteDeallocate -Location "eastus2euap" -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85190", "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85253" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -RetryCount 2 -RetryWindowInMinutes 30 | Format-List ``` ```output @@ -41,14 +41,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85190", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85190", "opType": "Deallocate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85190" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85190" }} Type : VirtualMachines @@ -61,14 +61,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85253", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85253", "opType": "Deallocate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85253" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85253" }} Type : VirtualMachines ``` @@ -227,4 +227,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteHibernate.md b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteHibernate.md index 01063e40d6..2dba08f459 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteHibernate.md +++ b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteHibernate.md @@ -28,7 +28,7 @@ VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virt ### Example 1: Hibernate a batch of virtual machines immediately ```powershell -Invoke-AzComputeScheduleExecuteHibernate -Location "eastus2euap" -CorrelationId "d8cae7b7-190f-4574-a793-7bffa7a1b4a8" -ResourceId "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/test-vm-2", "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/test-vm-3" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" -RetryCount 2 -RetryWindowInMinutes 30 | Format-List +Invoke-AzComputeScheduleExecuteHibernate -Location "eastus2euap" -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/test-vm-2", "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/test-vm-3" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -RetryCount 2 -RetryWindowInMinutes 30 | Format-List ``` ```output @@ -41,14 +41,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85158", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85158", "opType": "Hibernate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85158" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85158" }} Type : VirtualMachines @@ -61,14 +61,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85123", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85123", "opType": "Hibernate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85123" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85123" }} Type : VirtualMachines ``` @@ -227,4 +227,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteStart.md b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteStart.md index a644a9b6e5..5374e66d27 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteStart.md +++ b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleExecuteStart.md @@ -28,7 +28,7 @@ VirtualMachinesExecuteStart: Execute start operation for a batch of virtual mach ### Example 1: Start a batch of virtual machines immediately ```powershell -Invoke-AzComputeScheduleExecuteStart -Location "eastus2euap" -CorrelationId "d8cae7b7-190f-4574-a793-7bffa7a1b4a8" -ResourceId "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" -RetryCount 2 -RetryWindowInMinutes 30 | Format-List +Invoke-AzComputeScheduleExecuteStart -Location "eastus2euap" -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -RetryCount 2 -RetryWindowInMinutes 30 | Format-List ``` ```output @@ -41,14 +41,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", "opType": "Start", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223" }} Type : VirtualMachines @@ -61,14 +61,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129", "opType": "Start", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" }} Type : VirtualMachines ``` @@ -227,4 +227,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitDeallocate.md b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitDeallocate.md index 7ea4f7c7e3..098aa45c32 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitDeallocate.md +++ b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitDeallocate.md @@ -29,7 +29,7 @@ VirtualMachinesSubmitDeallocate: Schedule deallocate operation for a batch of vi ### Example 1: Deallocate a batch of virtual machines at the given deadline ```powershell -Invoke-AzComputeScheduleSubmitDeallocate -Location "eastus2euap" -CorrelationId "abb9b6a2-013a-4ad7-af2c-efd2449e6600" -DeadlineType "InitiateAt" -ResourceId "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85543", "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85762" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" -Deadline 2025-01-10T23:00:00 -RetryCount 2 -RetryWindowInMinutes 30 -Timezone "UTC" | Format-List +Invoke-AzComputeScheduleSubmitDeallocate -Location "eastus2euap" -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -DeadlineType "InitiateAt" -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85543", "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85762" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Deadline 2025-01-10T23:00:00 -RetryCount 2 -RetryWindowInMinutes 30 -Timezone "UTC" | Format-List ``` ```output @@ -42,14 +42,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85762", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85762", "opType": "Deallocate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85762" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85762" }} Type : VirtualMachines @@ -62,14 +62,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85543", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85543", "opType": "Deallocate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85543" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85543" }} Type : VirtualMachines ``` @@ -276,4 +276,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitHibernate.md b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitHibernate.md index 9b4594072d..6adc2ecfed 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitHibernate.md +++ b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitHibernate.md @@ -29,7 +29,7 @@ VirtualMachinesSubmitHibernate: Schedule hibernate operation for a batch of virt ### Example 1: Hibernate a batch of virtual machines at the given deadline ```powershell -Invoke-AzComputeScheduleSubmitHibernate -Location "eastus2euap" -CorrelationId "baa8dd07-e59e-4f97-be6a-76ad8d4584ae" -DeadlineType "InitiateAt" -ResourceId "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85150", "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85151" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" -Deadline 2025-01-10T23:00:00 -RetryCount 2 -RetryWindowInMinutes 30 -Timezone "UTC" | Format-List +Invoke-AzComputeScheduleSubmitHibernate -Location "eastus2euap" -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -DeadlineType "InitiateAt" -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85150", "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85151" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Deadline 2025-01-10T23:00:00 -RetryCount 2 -RetryWindowInMinutes 30 -Timezone "UTC" | Format-List ``` ```output @@ -42,14 +42,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85150", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85150", "opType": "Hibernate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85150" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85150" }} Type : VirtualMachines @@ -62,14 +62,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85151", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85151", "opType": "Hibernate", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85151" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/rg-nneka-computeschedule-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85151" }} Type : VirtualMachines ``` @@ -276,4 +276,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitStart.md b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitStart.md index f89b7e03d9..c6a2e6a7d4 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitStart.md +++ b/azps-15.3.0/Az.ComputeSchedule/Invoke-AzComputeScheduleSubmitStart.md @@ -29,7 +29,7 @@ VirtualMachinesSubmitStart: Schedule start operation for a batch of virtual mach ### Example 1: Start a batch of virtual machines at the given deadline ```powershell -Invoke-AzComputeScheduleSubmitStart -Location "eastus2euap" -CorrelationId "33483c00-dfab-4ac5-bf3a-d1cb9386863c" -DeadlineType "InitiateAt" -ResourceId "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" -Deadline 2025-01-10T23:00:00 -RetryCount 2 -RetryWindowInMinutes 30 -Timezone "UTC" | Format-List +Invoke-AzComputeScheduleSubmitStart -Location "eastus2euap" -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -DeadlineType "InitiateAt" -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Deadline 2025-01-10T23:00:00 -RetryCount 2 -RetryWindowInMinutes 30 -Timezone "UTC" | Format-List ``` ```output @@ -42,14 +42,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223", "opType": "Start", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85223" }} Type : VirtualMachines @@ -62,14 +62,14 @@ Result : {{ "retryWindowInMinutes": 30 }, "operationId": "7eebe846-f687-463d-aa68-3c7485ce28a3", - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129", + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129", "opType": "Start", - "subscriptionId": "ed5d2ee7-ede1-44bd-97a2-369489bbefe4", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "deadline": "2024-12-25T23:00:00.0000000Z", "deadlineType": "InitiateAt", "state": "Succeeded" }, - "resourceId": "/subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" + "resourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.Compute/virtualMachines/pwshtest85129" }} Type : VirtualMachines ``` @@ -276,4 +276,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ComputeSchedule/Stop-AzComputeScheduleScheduledAction.md b/azps-15.3.0/Az.ComputeSchedule/Stop-AzComputeScheduleScheduledAction.md index c5d734078e..cec8387498 100644 --- a/azps-15.3.0/Az.ComputeSchedule/Stop-AzComputeScheduleScheduledAction.md +++ b/azps-15.3.0/Az.ComputeSchedule/Stop-AzComputeScheduleScheduledAction.md @@ -55,7 +55,7 @@ VirtualMachinesCancelOperations: Cancel a previously submitted (start/deallocate ### Example 1: Cancel a batch of operations scheduled on virtual machines using the operation id from a previous Start/Deallocate/Hibernate operation ```powershell -Stop-AzComputeScheduleScheduledAction -Location "eastus2euap" -Correlationid "9992a233-8f42-4e7c-8b5a-71eea1a0ead2" -OperationId "d099fda7-4fdb-4db0-98e5-53fab1821267","333f8f97-32d0-4a88-9bf0-75e65da2052c" -SubscriptionId "ed5d2ee7-ede1-44bd-97a2-369489bbefe4" | Format-List +Stop-AzComputeScheduleScheduledAction -Location "eastus2euap" -Correlationid "aaaa0000-bb11-2222-33cc-444444dddddd" -OperationId "bbbb1111-cc22-3333-44dd-555555eeeeee","cccc2222-dd33-4444-55ee-666666ffffff" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" | Format-List ``` ```output @@ -64,15 +64,15 @@ ErrorDetail : OperationCompletedAt : 12/18/2024 5:36:18 PM OperationDeadline : 12/25/2024 11:00:00 PM OperationDeadlineType : InitiateAt -OperationId : d099fda7-4fdb-4db0-98e5-53fab1821267 +OperationId : bbbb1111-cc22-3333-44dd-555555eeeeee OperationOpType : Hibernate -OperationResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85155 +OperationResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85155 OperationState : Cancelled -OperationSubscriptionId : ed5d2ee7-ede1-44bd-97a2-369489bbefe4 +OperationSubscriptionId : a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 OperationTimezone : -ResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85155 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85155 ResourceOperationErrorCode : OperationCancelledByUser -ResourceOperationErrorDetail : Operation: d099fda7-4fdb-4db0-98e5-53fab1821267 was cancelled by the user. +ResourceOperationErrorDetail : Operation: bbbb1111-cc22-3333-44dd-555555eeeeee was cancelled by the user. RetryPolicyRetryCount : 2 RetryPolicyRetryWindowInMinute : 30 @@ -81,15 +81,15 @@ ErrorDetail : OperationCompletedAt : 12/18/2024 5:36:18 PM OperationDeadline : 12/25/2024 11:00:00 PM OperationDeadlineType : InitiateAt -OperationId : 333f8f97-32d0-4a88-9bf0-75e65da2052c +OperationId : cccc2222-dd33-4444-55ee-666666ffffff OperationOpType : Hibernate -OperationResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85152 +OperationResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85152 OperationState : Cancelled -OperationSubscriptionId : ed5d2ee7-ede1-44bd-97a2-369489bbefe4 +OperationSubscriptionId : a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 OperationTimezone : -ResourceId : /subscriptions/ed5d2ee7-ede1-44bd-97a2-369489bbefe4/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85152 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-resource-group/providers/Microsoft.Compute/virtualMachines/pwshtest85152 ResourceOperationErrorCode : OperationCancelledByUser -ResourceOperationErrorDetail : Operation: 333f8f97-32d0-4a88-9bf0-75e65da2052c was cancelled by the user. +ResourceOperationErrorDetail : Operation: cccc2222-dd33-4444-55ee-666666ffffff was cancelled by the user. RetryPolicyRetryCount : 2 RetryPolicyRetryWindowInMinute : 30 ``` @@ -282,4 +282,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedger.md b/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedger.md index b920f27fc5..d5c351bd0e 100644 --- a/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedger.md +++ b/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedger.md @@ -36,8 +36,8 @@ New-AzConfidentialLedger ` -AadBasedSecurityPrincipal ` @{ LedgerRoleName="Administrator"; - PrincipalId="00001111-aaaa-2222-bbbb-3333cccc4444"; - TenantId="00001111-aaaa-2222-bbbb-3333cccc4444" + PrincipalId="ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0"; + TenantId="aaaabbbb-0000-cccc-1111-dddd2222eeee" } ` -CertBasedSecurityPrincipal ` @{ @@ -60,8 +60,8 @@ Creates a new Confidential Ledger. ```powershell $aadSecurityPrincipal = New-AzConfidentialLedgerAADBasedSecurityPrincipalObject ` -LedgerRoleName "Administrator" ` - -PrincipalId "00001111-aaaa-2222-bbbb-3333cccc4444" ` - -TenantId "00001111-aaaa-2222-bbbb-3333cccc4444" + -PrincipalId "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0" ` + -TenantId "aaaabbbb-0000-cccc-1111-dddd2222eeee" $certSecurityPrincipal = New-AzConfidentialLedgerCertBasedSecurityPrincipalObject ` -Cert "-----BEGIN CERTIFICATE-----********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************-----END CERTIFICATE-----" ` diff --git a/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedgerAADBasedSecurityPrincipalObject.md b/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedgerAADBasedSecurityPrincipalObject.md index 2e6c08aaa7..750df6d60b 100644 --- a/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedgerAADBasedSecurityPrincipalObject.md +++ b/azps-15.3.0/Az.ConfidentialLedger/New-AzConfidentialLedgerAADBasedSecurityPrincipalObject.md @@ -28,8 +28,8 @@ Create an in-memory object for AADBasedSecurityPrincipal. ```powershell New-AzConfidentialLedgerAADBasedSecurityPrincipalObject ` -LedgerRoleName "Administrator" ` - -PrincipalId "00001111-aaaa-2222-bbbb-3333cccc4444" ` - -TenantId "00001111-aaaa-2222-bbbb-3333cccc4444" + -PrincipalId "ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0" ` + -TenantId "aaaabbbb-0000-cccc-1111-dddd2222eeee" ``` ```output diff --git a/azps-15.3.0/Az.ConfidentialLedger/Update-AzConfidentialLedger.md b/azps-15.3.0/Az.ConfidentialLedger/Update-AzConfidentialLedger.md index b913bec0f2..81bc07f97d 100644 --- a/azps-15.3.0/Az.ConfidentialLedger/Update-AzConfidentialLedger.md +++ b/azps-15.3.0/Az.ConfidentialLedger/Update-AzConfidentialLedger.md @@ -46,8 +46,8 @@ Update-AzConfidentialLedger ` -AadBasedSecurityPrincipal ` @{ LedgerRoleName="Administrator"; - PrincipalId="00001111-aaaa-2222-bbbb-3333cccc4444"; - TenantId="00001111-aaaa-2222-bbbb-3333cccc4444" + PrincipalId="ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0"; + TenantId="aaaabbbb-0000-cccc-1111-dddd2222eeee" } ` -CertBasedSecurityPrincipal ` @{ diff --git a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareCluster.md b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareCluster.md index 078a9625bd..c56295c44f 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareCluster.md +++ b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareCluster.md @@ -46,7 +46,7 @@ Implements cluster GET method. ### Example 1: List Clusters in current subscription ```powershell -Get-AzConnectedVMwareCluster -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareCluster -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -66,7 +66,7 @@ This command lists Clusters in current subscription. ### Example 2: List Clusters in a resource group ```powershell -Get-AzConnectedVMwareCluster -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareCluster -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -80,15 +80,15 @@ This command lists Clusters in a resource group named `test-rg`. ### Example 3: Get a specific Cluster ```powershell -Get-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CustomResourceName : dd163232-210f-4f82-8b0c-9866a2eac862 DatastoreId : -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/clusters/test-cluster +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/clusters/test-cluster InventoryItemId : Kind : Location : eastus2euap @@ -121,7 +121,7 @@ Type : microsoft.connectedvmwarevsphere/clusters UsedCpuMHz : UsedMemoryGb : Uuid : dd163232-210f-4f82-8b0c-9866a2eac862 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc ``` This command gets a Cluster named `test-cluster` in a resource group named `test-rg`. @@ -218,4 +218,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareDatastore.md b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareDatastore.md index a0cbf66f79..7d1c53882c 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareDatastore.md +++ b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareDatastore.md @@ -46,7 +46,7 @@ Implements datastore GET method. ### Example 1: List Datastores in current subscription ```powershell -Get-AzConnectedVMwareDatastore -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareDatastore -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -66,7 +66,7 @@ This command lists Datastores in current subscription. ### Example 2: List Datastores in a resource group ```powershell -Get-AzConnectedVMwareDatastore -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareDatastore -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -80,17 +80,17 @@ This command lists Datastores in a resource group named `test-rg`. ### Example 3: Get a specific Datastore ```powershell -Get-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CapacityGb : 439 CustomResourceName : 178ef312-fb33-4a85-b513-d9d7f7f5034b -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation FreeSpaceGb : 408 -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-713967 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-713967 Kind : Location : eastus MoName : datastore @@ -117,7 +117,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/datastores Uuid : 178ef312-fb33-4a85-b513-d9d7f7f5034b -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command gets a Datastore named `test-datastore` in a resource group named `test-rg`. @@ -214,4 +214,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareHost.md b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareHost.md index 5bea2737a6..5a8bc82142 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareHost.md +++ b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareHost.md @@ -46,7 +46,7 @@ Implements host GET method. ### Example 1: List Hosts in current subscription ```powershell -Get-AzConnectedVMwareHost -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareHost -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -66,7 +66,7 @@ This command lists Hosts in current subscription. ### Example 2: List Hosts in a resource group ```powershell -Get-AzConnectedVMwareHost -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareHost -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -80,24 +80,24 @@ This command lists Hosts in a resource group named `test-rg`. ### Example 3: Get a specific Host ```powershell -Get-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CpuMhz : 105312 CustomResourceName : 030afcea-3fa5-4e65-bf26-84e8d1c4e230 DatastoreId : {} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Hosts/test-host -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Hosts/test-host +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412 Kind : Location : eastus MemorySizeGb : 127 MoName : 1.2.3.4 MoRefId : host-1147412 Name : test-host -NetworkId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet-tf} +NetworkId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet-tf} OverallCpuUsageMHz : 20236 OverallMemoryUsageGb : 118 ProvisioningState : Succeeded @@ -121,7 +121,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/hosts Uuid : 030afcea-3fa5-4e65-bf26-84e8d1c4e230 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg2/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg2/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command gets a Host named `test-host` in a resource group named `test-rg`. @@ -218,4 +218,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareResourcePool.md b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareResourcePool.md index 3e373d5862..bb1af4f5f6 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareResourcePool.md +++ b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareResourcePool.md @@ -46,7 +46,7 @@ Implements resourcePool GET method. ### Example 1: List Resource Pools in current subscription ```powershell -Get-AzConnectedVMwareResourcePool -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareResourcePool -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -66,7 +66,7 @@ This command lists Resource Pools in current subscription. ### Example 2: List Resource Pools in a resource group ```powershell -Get-AzConnectedVMwareResourcePool -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareResourcePool -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -80,7 +80,7 @@ This command lists Resource Pools in a resource group named `test-rg`. ### Example 3: Get a specific Resource Pool ```powershell -Get-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -90,13 +90,13 @@ CpuOverallUsageMHz : 105 CpuReservationMHz : CpuSharesLevel : normal CustomResourceName : c0d495b2-ff38-4131-ab85-061bc3b1700a -DatastoreId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-ds1, - /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-ds2, - /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-ds3 -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +DatastoreId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-ds1, + /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-ds2, + /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-ds3 +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/ResourcePools/subbart -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-1045861 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/ResourcePools/subbart +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-1045861 Kind : Location : westus3 MemCapacityGb : 342 @@ -129,7 +129,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/resourcepools Uuid : c0d495b2-ff38-4131-ab85-061bc3b1700a -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command gets a Resource Pool named `test-rp` in a resource group named `test-rg`. @@ -226,4 +226,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVCenter.md b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVCenter.md index 7a66a1385c..f1b08765c4 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVCenter.md +++ b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVCenter.md @@ -46,7 +46,7 @@ Implements vCenter GET method. ### Example 1: List VCenters in current subscription ```powershell -Get-AzConnectedVMwareVCenter -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVCenter -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -66,7 +66,7 @@ This command lists VCenters in current subscription. ### Example 2: List VCenters in a resource group ```powershell -Get-AzConnectedVMwareVCenter -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVCenter -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -80,7 +80,7 @@ This command lists VCenters in a resource group named `test-rg`. ### Example 3: Get a specific VCenter ```powershell -Get-AzConnectedVMwareVCenter -Name "test-vc" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVCenter -Name "test-vc" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -88,10 +88,10 @@ ConnectionStatus : Connected CredentialsPassword : CredentialsUsername : arcvmware CustomResourceName : e6048b2a-ba86-4334-adff-ba3d617d12ef -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation Fqdn : 1.2.3.4 -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc InstanceUuid : db73f8f2-624c-4a0f-905b-8c6f34442cbc Kind : VMware Location : eastus @@ -219,4 +219,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVMTemplate.md b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVMTemplate.md index a432663398..65465ec860 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVMTemplate.md +++ b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVMTemplate.md @@ -46,7 +46,7 @@ Implements virtual machine template GET method. ### Example 1: List VM Templates in current subscription ```powershell -Get-AzConnectedVMwareVMTemplate -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVMTemplate -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -66,7 +66,7 @@ This command lists VM Templates in current subscription. ### Example 2: List VM Templates in a resource group ```powershell -Get-AzConnectedVMwareVMTemplate -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVMTemplate -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -80,7 +80,7 @@ This command lists VM Templates in a resource group named `test-rg`. ### Example 3: Get a specific VM Template ```powershell -Get-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -96,12 +96,12 @@ Disk : {{ "unitNumber": 0, "diskType": "flat" }} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation FirmwareType : FolderPath : ArcPrivateClouds-67/Templates -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualMachineTemplates/azurearcvmwareubuntu20template -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651995 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualMachineTemplates/azurearcvmwareubuntu20template +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651995 Kind : Location : westus3 MemorySizeMb : 8192 @@ -148,7 +148,7 @@ ToolsVersion : 11333 ToolsVersionStatus : guestToolsSupportedNew Type : microsoft.connectedvmwarevsphere/virtualmachinetemplates Uuid : 6da8abd3-8857-4599-bd6f-831846bbdd0d -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command gets a VM Template named `test-vmtmpl` in a resource group named `test-rg`. @@ -245,4 +245,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVNet.md b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVNet.md index 9420f52a91..d1a4b2b3f5 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVNet.md +++ b/azps-15.3.0/Az.ConnectedVMware/Get-AzConnectedVMwareVNet.md @@ -46,7 +46,7 @@ Implements virtual network GET method. ### Example 1: List Virtual Networks in current subscription ```powershell -Get-AzConnectedVMwareVNet -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVNet -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -66,7 +66,7 @@ This command lists Virtual Networks in current subscription. ### Example 2: List Virtual Networks in a resource group ```powershell -Get-AzConnectedVMwareVNet -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVNet -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -80,15 +80,15 @@ This command lists Virtual Networks in a resource group named `test-rg`. ### Example 3: Get a specific Virtual Network ```powershell -Get-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Get-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CustomResourceName : a8feca6f-9d35-411d-a594-33fd28043966 -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/VM-Network -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/VM-Network +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661 Kind : Location : australiaeast MoName : VM Network @@ -115,7 +115,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/virtualnetworks Uuid : a8feca6f-9d35-411d-a594-33fd28043966 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command gets a Virtual Network named `test-vnet` in a resource group named `test-rg`. @@ -212,4 +212,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareCluster.md b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareCluster.md index 5c4172b260..79ee1ff26c 100644 --- a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareCluster.md +++ b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareCluster.md @@ -44,16 +44,16 @@ Create cluster. ### Example 1: Create Cluster ```powershell -New-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/domain-c649660" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +New-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/domain-c649660" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CustomResourceName : 1040d770-249a-4b2c-b7f4-a2ed32b05f81 DatastoreId : {} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/clusters/test-cluster -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/domain-c649660 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/clusters/test-cluster +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/domain-c649660 Kind : Location : eastus MoName : Cluster1 @@ -85,7 +85,7 @@ Type : microsoft.connectedvmwarevsphere/clusters UsedCpuMHz : 50475 UsedMemoryGb : 367989 Uuid : 1040d770-249a-4b2c-b7f4-a2ed32b05f81 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command create a Cluster named `test-cluster` in a resource group named `test-rg`. @@ -378,4 +378,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareDatastore.md b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareDatastore.md index 862f3919ef..081e257575 100644 --- a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareDatastore.md +++ b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareDatastore.md @@ -44,17 +44,17 @@ Create datastore. ### Example 1: Create Datastore ```powershell -New-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-563660" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +New-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-563660" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CapacityGb : 46079 CustomResourceName : 9a2cb7ed-52a7-4fad-be88-6ff3794f80c7 -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation FreeSpaceGb : 13778 -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/datastores/test-datastore -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-563660 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/datastores/test-datastore +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-563660 Kind : Location : eastus MoName : Shared 15TB @@ -81,7 +81,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/datastores Uuid : 9a2cb7ed-52a7-4fad-be88-6ff3794f80c7 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command create a Datastore named `test-datastore` in a resource group named `test-rg`. @@ -374,4 +374,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareHost.md b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareHost.md index 299db1ef15..6ef6a50cf0 100644 --- a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareHost.md +++ b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareHost.md @@ -44,17 +44,17 @@ Create host. ### Example 1: Create Host ```powershell -New-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +New-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CpuMhz : 2194 CustomResourceName : 6d40fd86-6f29-44ed-8e3a-fa7a11b5f1ac -DatastoreId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +DatastoreId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/hosts/test-host -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/hosts/test-host +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412 Kind : Location : eastus MemorySizeGb : 127 @@ -85,7 +85,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/hosts Uuid : 6d40fd86-6f29-44ed-8e3a-fa7a11b5f1ac -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command create a Host named `test-host` in a resource group named `test-rg`. @@ -378,4 +378,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareResourcePool.md b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareResourcePool.md index 8d0b4f4f49..4c1202c215 100644 --- a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareResourcePool.md +++ b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareResourcePool.md @@ -44,7 +44,7 @@ Create resourcePool. ### Example 1: Create Resource Pool ```powershell -New-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-724471" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +New-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-724471" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -54,11 +54,11 @@ CpuOverallUsageMHz : 964 CpuReservationMHz : CpuSharesLevel : normal CustomResourceName : e296ddc2-ab72-4bba-9bf9-9fb18abaabf7 -DatastoreId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +DatastoreId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/resourcePools/test-rp -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-724471 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/resourcePools/test-rp +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-724471 Kind : Location : eastus MemCapacityGb : 344 @@ -91,7 +91,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/resourcepools Uuid : e296ddc2-ab72-4bba-9bf9-9fb18abaabf7 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command create a Resource Pool named `test-rp` in a resource group named `test-rg`. @@ -384,4 +384,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVCenter.md b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVCenter.md index 512bba8315..1f61907f01 100644 --- a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVCenter.md +++ b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVCenter.md @@ -45,7 +45,7 @@ Create vCenter. ### Example 1: Create VCenter ```powershell -New-AzConnectedVMwareVCenter -Name "test-vc" -Fqdn "1.2.3.4" -CredentialsUsername "test-user" -CredentialsPassword "test-pw" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Location "eastus" -ExtendedLocationName "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" +New-AzConnectedVMwareVCenter -Name "test-vc" -Fqdn "1.2.3.4" -CredentialsUsername "test-user" -CredentialsPassword "test-pw" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -ExtendedLocationName "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" ``` ```output @@ -53,10 +53,10 @@ ConnectionStatus : Connected CredentialsPassword : CredentialsUsername : abc CustomResourceName : e6048b2a-ba86-4334-adff-ba3d617d12ef -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation Fqdn : 1.2.3.4 -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc InstanceUuid : db73f8f2-624c-4a0f-905b-8c6f34442cbc Kind : VMware Location : eastus @@ -395,4 +395,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVMTemplate.md b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVMTemplate.md index fef4d55212..2ad05830d7 100644 --- a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVMTemplate.md +++ b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVMTemplate.md @@ -44,7 +44,7 @@ Create virtual machine template. ### Example 1: Create VM Template ```powershell -New-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651858" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +New-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651858" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -60,12 +60,12 @@ Disk : {{ "unitNumber": 0, "diskType": "flat" }} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation FirmwareType : FolderPath : ArcPrivateClouds-67/Templates -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates/test-vmtmpl -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651858 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates/test-vmtmpl +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651858 Kind : Location : eastus MemorySizeMb : 1024 @@ -112,7 +112,7 @@ ToolsVersion : 10304 ToolsVersionStatus : guestToolsSupportedOld Type : microsoft.connectedvmwarevsphere/virtualmachinetemplates Uuid : b0d6ffc9-26a0-4099-b117-b7d8241c6243 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command create a VM Template named `test-vmtmpl` in a resource group named `test-rg`. @@ -405,4 +405,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVNet.md b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVNet.md index 7d7d85e777..12240c1212 100644 --- a/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVNet.md +++ b/azps-15.3.0/Az.ConnectedVMware/New-AzConnectedVMwareVNet.md @@ -44,15 +44,15 @@ Create virtual network. ### Example 1: Create Virtual Network ```powershell -New-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +New-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -Location "eastus" -ExtendedLocationName "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl" -ExtendedLocationType "CustomLocation" -InventoryItemId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output CustomResourceName : 1c967ed8-79f5-4737-aae9-0978e1128da6 -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks/test-vnet -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks/test-vnet +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661 Kind : Location : eastus MoName : VM Network @@ -79,7 +79,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/virtualnetworks Uuid : 1c967ed8-79f5-4737-aae9-0978e1128da6 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command create a Virtual Network named `test-vnet` in a resource group named `test-rg`. @@ -372,4 +372,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareCluster.md b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareCluster.md index 81e682b3e2..bc14259fea 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareCluster.md +++ b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareCluster.md @@ -36,7 +36,7 @@ Implements cluster DELETE method. ### Example 1: Delete Cluster ```powershell -Remove-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Remove-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command delete a Cluster named `test-cluster` from a resource group named `test-rg`. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareDatastore.md b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareDatastore.md index 6281a5c5ff..538b552545 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareDatastore.md +++ b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareDatastore.md @@ -36,7 +36,7 @@ Implements datastore DELETE method. ### Example 1: Delete Datastore ```powershell -Remove-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Remove-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command delete a Datastore named `test-datastore` from a resource group named `test-rg`. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareHost.md b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareHost.md index fa3dab2799..8d5f8c6214 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareHost.md +++ b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareHost.md @@ -36,7 +36,7 @@ Implements host DELETE method. ### Example 1: Delete Host ```powershell -Remove-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Remove-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command delete a Host named `test-host` from a resource group named `test-rg`. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareResourcePool.md b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareResourcePool.md index 081a3bca93..e04bfc033b 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareResourcePool.md +++ b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareResourcePool.md @@ -36,7 +36,7 @@ Implements resourcePool DELETE method. ### Example 1: Delete Resource Pool ```powershell -Remove-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Remove-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command delete a Resource Pool named `test-rp` from a resource group named `test-rg`. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVCenter.md b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVCenter.md index 4517e7b426..c3d7a0757a 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVCenter.md +++ b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVCenter.md @@ -36,7 +36,7 @@ Implements vCenter DELETE method. ### Example 1: Delete VCenter ```powershell -Remove-AzConnectedVMwareVCenter -Name "test-vc" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Remove-AzConnectedVMwareVCenter -Name "test-vc" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command delete a VCenter named `test-vc` from a resource group named `test-rg`. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVMTemplate.md b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVMTemplate.md index b789d74c08..276c3e5884 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVMTemplate.md +++ b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVMTemplate.md @@ -36,7 +36,7 @@ Implements virtual machine template DELETE method. ### Example 1: Delete VM Template ```powershell -Remove-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Remove-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command delete a VM Template named `test-vmtmpl` from a resource group named `test-rg`. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVNet.md b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVNet.md index b89c9b5568..7e339292e7 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVNet.md +++ b/azps-15.3.0/Az.ConnectedVMware/Remove-AzConnectedVMwareVNet.md @@ -36,7 +36,7 @@ Implements virtual network DELETE method. ### Example 1: Delete Virtual Network ```powershell -Remove-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" +Remove-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command delete a Virtual Network named `test-vnet` from a resource group named `test-rg`. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareCluster.md b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareCluster.md index 3900bb91e8..a36438e19f 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareCluster.md +++ b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareCluster.md @@ -49,22 +49,22 @@ API to Update certain properties of the cluster resource. ### Example 1: Update Cluster Resource ```powershell -Update-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Tag @{"cluster"="test"} +Update-AzConnectedVMwareCluster -Name "test-cluster" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"cluster"="test"} ``` ```output CustomResourceName : 1040d770-249a-4b2c-b7f4-a2ed32b05f81 -DatastoreId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +DatastoreId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/clusters/test-cluster -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/domain-c649660 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/clusters/test-cluster +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/domain-c649660 Kind : Location : eastus MoName : Cluster1 MoRefId : domain-c649660 Name : test-cluster -NetworkId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet} +NetworkId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet} ProvisioningState : Succeeded ResourceGroupName : test-rg Statuses : {{ @@ -91,7 +91,7 @@ Type : microsoft.connectedvmwarevsphere/clusters UsedCpuMHz : 55860 UsedMemoryGb : 359 Uuid : 1040d770-249a-4b2c-b7f4-a2ed32b05f81 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command update tag of a Cluster named `test-cluster` in a resource group named `test-rg`. @@ -264,4 +264,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareDatastore.md b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareDatastore.md index 745637a124..f5d58046b9 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareDatastore.md +++ b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareDatastore.md @@ -49,17 +49,17 @@ API to Update certain properties of the datastore resource. ### Example 1: Update Datastore ```powershell -Update-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Tag @{"datastore"="test"} +Update-AzConnectedVMwareDatastore -Name "test-datastore" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"datastore"="test"} ``` ```output CapacityGb : 46079 CustomResourceName : 9a2cb7ed-52a7-4fad-be88-6ff3794f80c7 -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation FreeSpaceGb : 13616 -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/datastores/test-datastore -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-563660 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/datastores/test-datastore +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/datastore-563660 Kind : Location : eastus MoName : Shared 15TB @@ -87,7 +87,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/datastores Uuid : 9a2cb7ed-52a7-4fad-be88-6ff3794f80c7 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command update tag of a Datastore named `test-datastore` in a resource group named `test-rg`. @@ -260,4 +260,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareHost.md b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareHost.md index 8d552494a7..4960786ded 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareHost.md +++ b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareHost.md @@ -49,24 +49,24 @@ API to Update certain properties of the host resource. ### Example 1: Update Host ```powershell -Update-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Tag @{"host"="test"} +Update-AzConnectedVMwareHost -Name "test-host" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"host"="test"} ``` ```output CpuMhz : 105312 CustomResourceName : 6d40fd86-6f29-44ed-8e3a-fa7a11b5f1ac -DatastoreId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +DatastoreId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/hosts/test-host -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/hosts/test-host +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/host-1147412 Kind : Location : eastus MemorySizeGb : 127 MoName : 10.150.178.208 MoRefId : host-1147412 Name : test-host -NetworkId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet} +NetworkId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet} OverallCpuUsageMHz : 21998 OverallMemoryUsageGb : 117 ProvisioningState : Succeeded @@ -91,7 +91,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/hosts Uuid : 6d40fd86-6f29-44ed-8e3a-fa7a11b5f1ac -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command update tag of a Host named `test-host` in a resource group named `test-rg`. @@ -264,4 +264,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareResourcePool.md b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareResourcePool.md index 27afc82465..c7f584c527 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareResourcePool.md +++ b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareResourcePool.md @@ -49,7 +49,7 @@ API to Update certain properties of the resourcePool resource. ### Example 1: Update Resource Pool ```powershell -Update-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Tag @{"rp"="test"} +Update-AzConnectedVMwareResourcePool -Name "test-rp" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"rp"="test"} ``` ```output @@ -59,11 +59,11 @@ CpuOverallUsageMHz : 1030 CpuReservationMHz : CpuSharesLevel : normal CustomResourceName : e296ddc2-ab72-4bba-9bf9-9fb18abaabf7 -DatastoreId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +DatastoreId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/Datastores/test-datastore} +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/resourcePools/test-rp -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-724471 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/resourcePools/test-rp +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/resgroup-724471 Kind : Location : eastus MemCapacityGb : 344 @@ -74,7 +74,7 @@ MemSharesLevel : normal MoName : test-rp MoRefId : resgroup-724471 Name : test-rp -NetworkId : {/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet} +NetworkId : {/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet} ProvisioningState : Succeeded ResourceGroupName : test-rg Statuses : {{ @@ -97,7 +97,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/resourcepools Uuid : e296ddc2-ab72-4bba-9bf9-9fb18abaabf7 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command update tag of a Resource Pool named `test-rp` in a resource group named `test-rg`. @@ -270,4 +270,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVCenter.md b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVCenter.md index f16183cbbd..a233bf548b 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVCenter.md +++ b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVCenter.md @@ -49,7 +49,7 @@ API to Update certain properties of the vCenter resource. ### Example 1: Update VCenter ```powershell -Update-AzConnectedVMwareVCenter -Name "test-vc" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Tag @{"vc"="test"} +Update-AzConnectedVMwareVCenter -Name "test-vc" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"vc"="test"} ``` ```output @@ -57,10 +57,10 @@ ConnectionStatus : Connected CredentialsPassword : CredentialsUsername : abc CustomResourceName : e6048b2a-ba86-4334-adff-ba3d617d12ef -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation Fqdn : idclab-vcen67.fareast.corp.microsoft.com -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/vcenters/test-vc InstanceUuid : db73f8f2-624c-4a0f-905b-8c6f34442cbc Kind : VMware Location : eastus @@ -265,4 +265,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVMTemplate.md b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVMTemplate.md index c519aeb42e..e900a5ad14 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVMTemplate.md +++ b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVMTemplate.md @@ -49,7 +49,7 @@ API to Update certain properties of the virtual machine template resource. ### Example 1: Update VM Template Resource ```powershell -Update-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Tag @{"vmtmpl"="test"} +Update-AzConnectedVMwareVMTemplate -Name "test-vmtmpl" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"vmtmpl"="test"} ``` ```output @@ -65,12 +65,12 @@ Disk : {{ "unitNumber": 0, "diskType": "flat" }} -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation FirmwareType : FolderPath : ArcPrivateClouds-67/Templates -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates/test-vmtmpl -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651858 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineTemplates/test-vmtmpl +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/vmtpl-vm-651858 Kind : Location : eastus MemorySizeMb : 1024 @@ -84,7 +84,7 @@ NetworkInterface : {{ "name": "nic_1", "label": "Network adapter 1", "macAddress": "00:50:56:95:c7:08", - "networkId": "/subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet", + "networkId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VirtualNetworks/test-vnet", "nicType": "vmxnet3", "powerOnBoot": "enabled", "networkMoRefId": "network-563661", @@ -119,7 +119,7 @@ ToolsVersion : 10304 ToolsVersionStatus : guestToolsSupportedOld Type : microsoft.connectedvmwarevsphere/virtualmachinetemplates Uuid : b0d6ffc9-26a0-4099-b117-b7d8241c6243 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command update tag of a VM Template named `test-vmtmpl` in a resource group named `test-rg`. @@ -292,4 +292,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVNet.md b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVNet.md index a62b43141c..89e00dac2a 100644 --- a/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVNet.md +++ b/azps-15.3.0/Az.ConnectedVMware/Update-AzConnectedVMwareVNet.md @@ -49,15 +49,15 @@ API to Update certain properties of the virtual network resource. ### Example 1: Update Virtual Network Resource ```powershell -Update-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -SubscriptionId "204898ee-cd13-4332-b9d4-55ca5c25496d" -Tag @{"vnet"="test"} +Update-AzConnectedVMwareVNet -Name "test-vnet" -ResourceGroupName "test-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"vnet"="test"} ``` ```output CustomResourceName : 1c967ed8-79f5-4737-aae9-0978e1128da6 -ExtendedLocationName : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-rg/providers/microsoft.extendedlocation/customlocations/test-cl ExtendedLocationType : CustomLocation -Id : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks/test-vnet -InventoryItemId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/virtualNetworks/test-vnet +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc/InventoryItems/network-563661 Kind : Location : eastus MoName : VM Network @@ -85,7 +85,7 @@ Tag : { } Type : microsoft.connectedvmwarevsphere/virtualnetworks Uuid : 1c967ed8-79f5-4737-aae9-0978e1128da6 -VCenterId : /subscriptions/204898ee-cd13-4332-b9d4-55ca5c25496d/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc +VCenterId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.ConnectedVMwarevSphere/VCenters/test-vc ``` This command update tag of a Virtual Network named `test-vnet` in a resource group named `test-rg`. @@ -258,4 +258,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.CosmosDB/Get-AzCosmosDBRestorableDatabaseAccount.md b/azps-15.3.0/Az.CosmosDB/Get-AzCosmosDBRestorableDatabaseAccount.md index a22278c49a..b883c1e20d 100644 --- a/azps-15.3.0/Az.CosmosDB/Get-AzCosmosDBRestorableDatabaseAccount.md +++ b/azps-15.3.0/Az.CosmosDB/Get-AzCosmosDBRestorableDatabaseAccount.md @@ -31,8 +31,8 @@ Get-AzCosmosDBRestorableDatabaseAccount ``` ```output -Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/fb8f230e-bab0-452b-81cf-e32643ccc898 -DatabaseAccountInstanceId : fb8f230e-bab0-452b-81cf-e32643ccc898 +Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e +DatabaseAccountInstanceId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Location : West US DatabaseAccountName : deleted-account-1 CreationTime : 8/2/2020 10:23:00 PM @@ -41,8 +41,8 @@ OldestRestorableTime : 8/2/2020 10:23:00 PM ApiType : Sql RestorableLocations : {West US, East US} -Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/eastus/restorableDatabaseAccounts/ff921125-e31c-4e8c-ae0a-20fe719baca6 -DatabaseAccountInstanceId : ff921125-e31c-4e8c-ae0a-20fe719baca6 +Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/eastus/restorableDatabaseAccounts/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f +DatabaseAccountInstanceId : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f Location : East US DatabaseAccountName : deleted-account-2 CreationTime : 8/2/2020 6:32:32 PM @@ -51,8 +51,8 @@ OldestRestorableTime : 8/2/2020 6:32:32 PM ApiType : Sql RestorableLocations : {Australia Southeast, East US, West US} -Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/c7b27ad9-3bc0-4955-8cc2-a81790e5c3b3 -DatabaseAccountInstanceId : c7b27ad9-3bc0-4955-8cc2-a81790e5c3b3 +Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/cccc2c2c-dd3d-ee4e-ff5f-aaaaaa6a6a6a +DatabaseAccountInstanceId : cccc2c2c-dd3d-ee4e-ff5f-aaaaaa6a6a6a Location : West US DatabaseAccountName : live-account-1 CreationTime : 8/2/2020 6:34:35 PM @@ -66,12 +66,12 @@ Lists all the restorable database accounts in the current subscription ### Example 1 ```powershell -Get-AzCosmosDBRestorableDatabaseAccount -Location "West US" -DatabaseAccountInstanceId fb8f230e-bab0-452b-81cf-e32643ccc898 +Get-AzCosmosDBRestorableDatabaseAccount -Location "West US" -DatabaseAccountInstanceId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output -Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/fb8f230e-bab0-452b-81cf-e32643ccc898 -DatabaseAccountInstanceId : fb8f230e-bab0-452b-81cf-e32643ccc898 +Id : /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e +DatabaseAccountInstanceId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Location : West US DatabaseAccountName : deleted-account-1 CreationTime : 8/2/2020 10:23:00 PM diff --git a/azps-15.3.0/Az.DataLakeAnalytics/New-AzDataLakeAnalyticsComputePolicy.md b/azps-15.3.0/Az.DataLakeAnalytics/New-AzDataLakeAnalyticsComputePolicy.md index 6bb3b7227b..560bdb201e 100644 --- a/azps-15.3.0/Az.DataLakeAnalytics/New-AzDataLakeAnalyticsComputePolicy.md +++ b/azps-15.3.0/Az.DataLakeAnalytics/New-AzDataLakeAnalyticsComputePolicy.md @@ -27,17 +27,17 @@ The **New-AzDataLakeAnalyticsComputePolicy** creates the specified compute polic ### Example 1: Create a compute policy with only one rule ```powershell -New-AzDataLakeAnalyticsComputePolicy -Account "contosoadla" -Name "myPolicy" -ObjectId 83cb7ad2-3523-4b82-b909-d478b0d8aea3 -ObjectType User -MaxAnalyticsUnitsPerJob 5 +New-AzDataLakeAnalyticsComputePolicy -Account "contosoadla" -Name "myPolicy" -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -ObjectType User -MaxAnalyticsUnitsPerJob 5 ``` -This command creates a policy called "myPolicy" in account "contosoadla" for the user with id "83cb7ad2-3523-4b82-b909-d478b0d8aea3" that ensures they cannot submit any job with more than 5 analytics units. +This command creates a policy called "myPolicy" in account "contosoadla" for the user with id "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" that ensures they cannot submit any job with more than 5 analytics units. ### Example 2: Create a compute policy with both rules set ```powershell -New-AzDataLakeAnalyticsComputePolicy -Account "contosoadla" -Name "myPolicy" -ObjectId 83cb7ad2-3523-4b82-b909-d478b0d8aea3 -ObjectType User -MaxAnalyticsUnitsPerJob 5 -MinPriorityPerJob 100 +New-AzDataLakeAnalyticsComputePolicy -Account "contosoadla" -Name "myPolicy" -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -ObjectType User -MaxAnalyticsUnitsPerJob 5 -MinPriorityPerJob 100 ``` -This command creates a policy called "myPolicy" in account "contosoadla" for the user with id "83cb7ad2-3523-4b82-b909-d478b0d8aea3" that ensures they cannot submit any job with more than 5 analytics units or with a priority lower than 100 +This command creates a policy called "myPolicy" in account "contosoadla" for the user with id "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" that ensures they cannot submit any job with more than 5 analytics units or with a priority lower than 100 ## PARAMETERS diff --git a/azps-15.3.0/Az.DataProtection/Get-AzDataProtectionJob.md b/azps-15.3.0/Az.DataProtection/Get-AzDataProtectionJob.md index ef7df3945d..c3752dc512 100644 --- a/azps-15.3.0/Az.DataProtection/Get-AzDataProtectionJob.md +++ b/azps-15.3.0/Az.DataProtection/Get-AzDataProtectionJob.md @@ -58,13 +58,13 @@ This command gets all the backup jobs in a given backup vault. ### Example 2: Get a single Job with Id ```powershell -Get-AzDataProtectionJob -SubscriptionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -ResourceGroupName sarath-rg -VaultName sarath-vault -Id 4abaea8c-f53a-4bb1-9963-59f96b597165 +Get-AzDataProtectionJob -SubscriptionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -ResourceGroupName sarath-rg -VaultName sarath-vault -Id aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output Name Type ---- ---- -4abaea8c-f53a-4bb1-9963-59f96b597165 Microsoft.DataProtection/backupVaults/backupJobs +aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Microsoft.DataProtection/backupVaults/backupJobs ``` This command returns a single job entity with given Id. diff --git a/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSet.md b/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSet.md index 3a060fa01d..4bddc0ec25 100644 --- a/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSet.md +++ b/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSet.md @@ -39,9 +39,9 @@ Get-AzDataShareDataSet -ResourceGroupName "ADS" -AccountName "WikiAds" -ShareNam ContainerName : AdsContainer DataSetId : d2411889-5357-4ca8-8d65-9363e46ef2ed ResourceGroup : ADS -SubscriptionId : 1834da9b-787a-44f6-ae81-60707ab8c957 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e StorageAccount : AdsStorage -Id : /subscriptions/1834da9b-787a-44f6-ae81-60707ab8c957/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/shelltest/shares/share4/dataSets/AdsDataSet +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/shelltest/shares/share4/dataSets/AdsDataSet Name : AdsDataSet Type : Microsoft.DataShare/DataSets ``` diff --git a/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSetMapping.md b/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSetMapping.md index 523131f47f..6f5722f6ba 100644 --- a/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSetMapping.md +++ b/azps-15.3.0/Az.DataShare/Get-AzDataShareDataSetMapping.md @@ -41,10 +41,10 @@ ContainerName : testing Prefix : providercontainer DataSetId : 372899d4-5e67-4c85-bc60-21168b484424 ResourceGroup : ADS -SubscriptionId : 4834da9b-787a-44f6-ae81-60707ab8c957 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e StorageAccount : storageaccount DataSetMappingStatus : Ok -Id : /subscriptions/4834da9b-787a-44f6-ae81-60707ab8c957/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/WikiAdsAccount/shareSubscriptions/WikiADS/dataSetMappings/dsm +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/WikiAdsAccount/shareSubscriptions/WikiADS/dataSetMappings/dsm Name : dsm Type : Microsoft.DataShare/DataSetMappings ``` diff --git a/azps-15.3.0/Az.DataShare/New-AzDataShareDataSet.md b/azps-15.3.0/Az.DataShare/New-AzDataShareDataSet.md index a0b1cf20a4..83e5fdedf5 100644 --- a/azps-15.3.0/Az.DataShare/New-AzDataShareDataSet.md +++ b/azps-15.3.0/Az.DataShare/New-AzDataShareDataSet.md @@ -54,9 +54,9 @@ New-AzDataShareDataSet -ResourceGroupName "ADS" -AccountName "WikiAds" -ShareNam ContainerName : AdsContainer DataSetId : d2411889-5357-4ca8-8d65-9363e46ef2ed ResourceGroup : ADS -SubscriptionId : 1834da9b-787a-44f6-ae81-60707ab8c957 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e StorageAccount : AdsStorage -Id : /subscriptions/1834da9b-787a-44f6-ae81-60707ab8c957/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/shelltest/shares/share4/dataSets/AdsDataSet +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/shelltest/shares/share4/dataSets/AdsDataSet Name : AdsDataSet Type : Microsoft.DataShare/DataSets ``` diff --git a/azps-15.3.0/Az.DataShare/New-AzDataShareDataSetMapping.md b/azps-15.3.0/Az.DataShare/New-AzDataShareDataSetMapping.md index b4db857100..37b7c5b54b 100644 --- a/azps-15.3.0/Az.DataShare/New-AzDataShareDataSetMapping.md +++ b/azps-15.3.0/Az.DataShare/New-AzDataShareDataSetMapping.md @@ -49,10 +49,10 @@ New-AzDataShareDataSetMapping -ResourceGroupName "ADS" -AccountName "WikiAdsAcco ContainerName : AdsContainer DataSetId : 372899d4-5e67-4c85-bc60-21168b484424 ResourceGroup : ADS -SubscriptionId : 4834da9b-787a-44f6-ae81-60707ab8c957 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e StorageAccount : AdsStorage DataSetMappingStatus : Ok -Id : /subscriptions/4834da9b-787a-44f6-ae81-60707ab8c957/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/WikiAdsAccount/shareSubscriptions/AdsShareSubscription/dataSetMappings/AdsDataSetMapping +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/ADS/providers/Microsoft.DataShare/accounts/WikiAdsAccount/shareSubscriptions/AdsShareSubscription/dataSetMappings/AdsDataSetMapping Name : AdsDataSetMapping Type : Microsoft.DataShare/DataSetMappings ``` diff --git a/azps-15.3.0/Az.Databricks/New-AzDatabricksWorkspaceProviderAuthorizationObject.md b/azps-15.3.0/Az.Databricks/New-AzDatabricksWorkspaceProviderAuthorizationObject.md index 7876c10624..62163ead56 100644 --- a/azps-15.3.0/Az.Databricks/New-AzDatabricksWorkspaceProviderAuthorizationObject.md +++ b/azps-15.3.0/Az.Databricks/New-AzDatabricksWorkspaceProviderAuthorizationObject.md @@ -26,13 +26,13 @@ Create an in-memory object for WorkspaceProviderAuthorization. ### Example 1: Create an in-memory object for WorkspaceProviderAuthorization. ```powershell -New-AzDatabricksWorkspaceProviderAuthorizationObject -PrincipalId 024d7367-0890-4ad3-8140-e37374722820 -RoleDefinitionId 2124844c-7e23-48cc-bc52-a3af25f7a4ae +New-AzDatabricksWorkspaceProviderAuthorizationObject -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RoleDefinitionId bbbbbbbb-cccc-dddd-2222-333333333333 ``` ```output PrincipalId RoleDefinitionId ----------- ---------------- -024d7367-0890-4ad3-8140-e37374722820 2124844c-7e23-48cc-bc52-a3af25f7a4ae +aaaaaaaa-bbbb-cccc-1111-222222222222 bbbbbbbb-cccc-dddd-2222-333333333333 ``` Create an in-memory object for WorkspaceProviderAuthorization. diff --git a/azps-15.3.0/Az.Datadog/Get-AzDatadogMonitoredSubscription.md b/azps-15.3.0/Az.Datadog/Get-AzDatadogMonitoredSubscription.md index 5f9eca4df6..30b9571867 100644 --- a/azps-15.3.0/Az.Datadog/Get-AzDatadogMonitoredSubscription.md +++ b/azps-15.3.0/Az.Datadog/Get-AzDatadogMonitoredSubscription.md @@ -57,7 +57,7 @@ MonitoredSubscriptionList : {{ "tagRules": { "provisioningState": "Accepted" }, - "subscriptionId": "/SUBSCRIPTIONS/AAAAAAAA-BBBB-CCCC-DDDD-DBDD3AB55AC5", + "subscriptionId": "/SUBSCRIPTIONS/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "status": "Active" }} Name : default @@ -198,4 +198,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Datadog/Set-AzDatadogMonitoredSubscriptionCreateor.md b/azps-15.3.0/Az.Datadog/Set-AzDatadogMonitoredSubscriptionCreateor.md index 7b1105457c..9c89fb5d62 100644 --- a/azps-15.3.0/Az.Datadog/Set-AzDatadogMonitoredSubscriptionCreateor.md +++ b/azps-15.3.0/Az.Datadog/Set-AzDatadogMonitoredSubscriptionCreateor.md @@ -44,13 +44,13 @@ Add the subscriptions that should be monitored by the Datadog monitor resource. ### Example 1: Add monitoring for a subscription ```powershell -Set-AzDatadogMonitoredSubscriptionCreateor -ResourceGroupName "myResourceGroup" -MonitorName "myDatadogMonitor" -SubscriptionId "12345678-1234-1234-1234-123456789012" -Operation "Add" +Set-AzDatadogMonitoredSubscriptionCreateor -ResourceGroupName "myResourceGroup" -MonitorName "myDatadogMonitor" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Operation "Add" ``` ```output SubscriptionId Status Error TagRules -------------- ------ ----- -------- -12345678-1234-1234-1234-123456789012 Enabled Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20250611.MonitoringTagRules +aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Enabled Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20250611.MonitoringTagRules ``` This command adds a subscription to the Datadog monitor for monitoring, enabling log and metric collection from the specified subscription. @@ -268,4 +268,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Datadog/Update-AzDatadogMonitoredSubscription.md b/azps-15.3.0/Az.Datadog/Update-AzDatadogMonitoredSubscription.md index 087efcd1bf..95468ba775 100644 --- a/azps-15.3.0/Az.Datadog/Update-AzDatadogMonitoredSubscription.md +++ b/azps-15.3.0/Az.Datadog/Update-AzDatadogMonitoredSubscription.md @@ -58,26 +58,26 @@ Update the subscriptions that are being monitored by the Datadog monitor resourc ### Example 1: Enable monitoring for a subscription ```powershell -Update-AzDatadogMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myDatadogMonitor" -SubscriptionId "12345678-1234-1234-1234-123456789012" -Operation "Add" +Update-AzDatadogMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myDatadogMonitor" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Operation "Add" ``` ```output SubscriptionId Status Error TagRules -------------- ------ ----- -------- -12345678-1234-1234-1234-123456789012 Enabled Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20250611.MonitoringTagRules +aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Enabled Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20250611.MonitoringTagRules ``` This command adds a subscription to the Datadog monitor for monitoring, enabling log and metric collection from the specified subscription. ### Example 2: Disable monitoring for a subscription ```powershell -Update-AzDatadogMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myDatadogMonitor" -SubscriptionId "12345678-1234-1234-1234-123456789012" -Operation "Delete" +Update-AzDatadogMonitoredSubscription -ResourceGroupName "myResourceGroup" -MonitorName "myDatadogMonitor" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Operation "Delete" ``` ```output SubscriptionId Status Error TagRules -------------- ------ ----- -------- -12345678-1234-1234-1234-123456789012 Disabled Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20250611.MonitoringTagRules +aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Disabled Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.Api20250611.MonitoringTagRules ``` This command removes a subscription from the Datadog monitor, disabling log and metric collection from the specified subscription. @@ -327,4 +327,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.DevCenter/Approve-AzDevCenterUserDevBox.md b/azps-15.3.0/Az.DevCenter/Approve-AzDevCenterUserDevBox.md index 91c868899d..1fd4f662bb 100644 --- a/azps-15.3.0/Az.DevCenter/Approve-AzDevCenterUserDevBox.md +++ b/azps-15.3.0/Az.DevCenter/Approve-AzDevCenterUserDevBox.md @@ -49,33 +49,33 @@ Approves the creation of a Dev Box. ### Example 1: Approve a dev box by endpoint ```powershell -Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -Name myDevBox ``` -This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command approves the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 2: Approve a dev box by dev center ```powershell -Approve-AzDevCenterUserDevBox -DevCenterName Contoso -ProjectName DevProject -UserId "786a823c-8037-48ab-89b8-8599901e67d0" -Name myDevBox +Approve-AzDevCenterUserDevBox -DevCenterName Contoso -ProjectName DevProject -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" -Name myDevBox ``` -This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command approves the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 3: Approve a dev box by endpoint and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } Approve-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $devBoxInput ``` -This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command approves the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 4: Approve a dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } Approve-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput ``` -This command approves the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command approves the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Disable-AzDevCenterUserDevBoxAddOn.md b/azps-15.3.0/Az.DevCenter/Disable-AzDevCenterUserDevBoxAddOn.md index a06d002cb2..d1f19e0dde 100644 --- a/azps-15.3.0/Az.DevCenter/Disable-AzDevCenterUserDevBoxAddOn.md +++ b/azps-15.3.0/Az.DevCenter/Disable-AzDevCenterUserDevBoxAddOn.md @@ -52,7 +52,7 @@ Disable a Dev Box addon. Disable-AzDevCenterUserDevBoxAddOn ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -DevBoxName "myDevBox" ` -AddOnName "devboxtunnel-sys-default" ``` @@ -64,7 +64,7 @@ This command disables the add-on "devboxtunnel-sys-default" for the dev box "myD Disable-AzDevCenterUserDevBoxAddOn ` -DevCenterName "ContosoDevCenter" ` -ProjectName "DevProject" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -DevBoxName "myDevBox" ` -AddOnName "devboxtunnel-sys-default" ``` @@ -75,7 +75,7 @@ This command disables the add-on "devboxtunnel-sys-default" for the dev box "myD ```powershell $addOnInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" AddOnName = "devboxtunnel-sys-default" } @@ -90,7 +90,7 @@ This command disables the add-on "devboxtunnel-sys-default" for the dev box "myD ```powershell $addOnInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" AddOnName = "devboxtunnel-sys-default" } diff --git a/azps-15.3.0/Az.DevCenter/Enable-AzDevCenterUserDevBoxAddOn.md b/azps-15.3.0/Az.DevCenter/Enable-AzDevCenterUserDevBoxAddOn.md index 048304c847..dc54a722e3 100644 --- a/azps-15.3.0/Az.DevCenter/Enable-AzDevCenterUserDevBoxAddOn.md +++ b/azps-15.3.0/Az.DevCenter/Enable-AzDevCenterUserDevBoxAddOn.md @@ -52,7 +52,7 @@ Enable a Dev Box addon. Enable-AzDevCenterUserDevBoxAddOn ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -DevBoxName "myDevBox" ` -AddOnName "devboxtunnel-sys-default" ``` @@ -64,7 +64,7 @@ This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDe Enable-AzDevCenterUserDevBoxAddOn ` -DevCenterName "ContosoDevCenter" ` -ProjectName "DevProject" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -DevBoxName "myDevBox" ` -AddOnName "devboxtunnel-sys-default" ``` @@ -75,7 +75,7 @@ This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDe ```powershell $addOnInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" AddOnName = "devboxtunnel-sys-default" } @@ -90,7 +90,7 @@ This command enables the add-on "devboxtunnel-sys-default" for the dev box "myDe ```powershell $addOnInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" AddOnName = "devboxtunnel-sys-default" } diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBox.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBox.md index 2a8a13e83a..20fe46736c 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBox.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBox.md @@ -88,10 +88,10 @@ This command lists dev boxes under the endpoint. ### Example 2: List dev boxes by endpoint and user id ```powershell -Get-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -UserId 786a823c-8037-48ab-89b8-8599901e67d0 +Get-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee ``` -This command lists dev boxes under the endpoint assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command lists dev boxes under the endpoint assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 3: List dev boxes by endpoint, user id, and project ```powershell @@ -116,17 +116,17 @@ This command lists dev boxes under the dev center "Contoso" assigned to the curr ### Example 6: List dev boxes by dev center, user id, and project ```powershell -Get-AzDevCenterUserDevBox -DevCenterName Contoso -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 +Get-AzDevCenterUserDevBox -DevCenterName Contoso -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee ``` -This command lists dev boxes under the project "DevProject" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command lists dev boxes under the project "DevProject" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 7: Get a dev box by endpoint ```powershell -Get-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +Get-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -Name myDevBox ``` -This command gets the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command gets the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 8: Get a dev box by dev center ```powershell @@ -145,11 +145,11 @@ This command gets the dev box "myDevBox" assigned to the currently signed-in use ### Example 10: Get a dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } Get-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput ``` -This command gets the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command gets the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxAddon.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxAddon.md index b265e9e0a7..f8531c59c6 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxAddon.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxAddon.md @@ -62,10 +62,10 @@ Get-AzDevCenterUserDevBoxAddon ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets all add-ons for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. +This command gets all add-ons for the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" using the endpoint. ### Example 2: Get all add-ons for a Dev Box by endpoint and current user ```powershell @@ -84,11 +84,11 @@ Get-AzDevCenterUserDevBoxAddon ` -DevCenterName "ContosoDevCenter" ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -AddOnName "devboxtunnel-sys-default" ``` -This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the dev center name. +This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" using the dev center name. ### Example 4: Get a specific add-on for a Dev Box by dev center and current user ```powershell @@ -106,7 +106,7 @@ This command gets the add-on "devboxtunnel-sys-default" for the dev box "myDevBo ```powershell $addonInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" AddOnName = "devboxtunnel-sys-default" } diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationGroup.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationGroup.md index 667b448f20..940b0addac 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationGroup.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationGroup.md @@ -97,7 +97,7 @@ This command gets a customization group named "Provisioning" for the dev box "My ### Example 6: Get a customization group by dev center and InputObject ```powershell -$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0" } +$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" } Get-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -InputObject $customizationGroupInput ``` diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md index 4511139a5a..40fbc88dda 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxCustomizationTaskLog.md @@ -47,33 +47,33 @@ Gets the log for a customization task. ### Example 1: Get a customization task by endpoint ```powershell -Get-AzDevCenterUserDevBoxCustomizationTaskLog -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "91835dc0-ef5a-4f58-9e3a-099aea8481f4" +Get-AzDevCenterUserDevBoxCustomizationTaskLog -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox". +This command gets the logs of the customization task "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the customization group "Provisioning" in the dev box "MyDevBox". ### Example 2: Get a customization task by dev center ```powershell -Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "91835dc0-ef5a-4f58-9e3a-099aea8481f4" +Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox". +This command gets the logs of the customization task "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the customization group "Provisioning" in the dev box "MyDevBox". ### Example 3: Get a customization task by endpoint and InputObject ```powershell -$customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" ="DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "me"; "CustomizationTaskId" = "91835dc0-ef5a-4f58-9e3a-099aea8481f4" } +$customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" ="DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "me"; "CustomizationTaskId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" } Get-AzDevCenterUserDevBoxCustomizationTaskLog -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationTaskInput ``` -This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox". +This command gets the logs of the customization task "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the customization group "Provisioning" in the dev box "MyDevBox". ### Example 4: Get a customization task by dev center and InputObject ```powershell -$customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "CustomizationTaskId" = "91835dc0-ef5a-4f58-9e3a-099aea8481f4" } +$customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "11bb11bb-cc22-dd33-ee44-55ff55ff55ff"; "CustomizationTaskId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" } Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -InputObject $customizationTaskInput ``` -This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox". +This command gets the logs of the customization task "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the customization group "Provisioning" in the dev box "MyDevBox". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxOperation.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxOperation.md index 1a90502b74..4ed6edf01f 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxOperation.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxOperation.md @@ -73,33 +73,33 @@ This command lists the operations on the dev box "myDevBox". ### Example 3: Get an operation on the dev box by endpoint ```powershell -Get-AzDevCenterUserDevBoxOperation -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -DevBoxName myDevBox -ProjectName DevProject -OperationId "d0954a94-3550-4919-bcbe-1c94ed79e0cd" +Get-AzDevCenterUserDevBoxOperation -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -DevBoxName myDevBox -ProjectName DevProject -OperationId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the dev box "myDevBox". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the dev box "myDevBox". ### Example 4: Get an operation on the dev box by dev center ```powershell -Get-AzDevCenterUserDevBoxOperation -DevCenterName Contoso -DevBoxName myDevBox -ProjectName DevProject -OperationId "d0954a94-3550-4919-bcbe-1c94ed79e0cd" +Get-AzDevCenterUserDevBoxOperation -DevCenterName Contoso -DevBoxName myDevBox -ProjectName DevProject -OperationId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the dev box "myDevBox". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the dev box "myDevBox". ### Example 5: Get an operation on the dev box by endpoint and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "d0954a94-3550-4919-bcbe-1c94ed79e0cd"} +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"} Get-AzDevCenterUserDevBoxOperation -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $devBoxInput ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the dev box "myDevBox". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the dev box "myDevBox". ### Example 6: Get an operation on the dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "d0954a94-3550-4919-bcbe-1c94ed79e0cd"} +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"} Get-AzDevCenterUserDevBoxOperation -DevCenterName Contoso -InputObject $devBoxInput ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the dev box "myDevBox". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the dev box "myDevBox". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxSnapshot.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxSnapshot.md index 442704e83f..65943e0f0e 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxSnapshot.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserDevBoxSnapshot.md @@ -63,10 +63,10 @@ Get-AzDevCenterUserDevBoxSnapshot ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets all snapshots for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. +This command gets all snapshots for the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" using the endpoint. ### Example 2: Get a specific snapshot for a Dev Box by endpoint and snapshot ID ```powershell @@ -74,7 +74,7 @@ Get-AzDevCenterUserDevBoxSnapshot ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -SnapshotId "snapshot-1234" ``` @@ -107,7 +107,7 @@ This command gets the snapshot with ID "snapshot-1234" for the dev box "myDevBox ```powershell $snapshotInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" SnapshotId = "snapshot-1234" } diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironment.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironment.md index a3da4d069b..1975f7cf0e 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironment.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironment.md @@ -94,10 +94,10 @@ This command lists environments under the project "DevProject" assigned to the c ### Example 4: List environments by dev center, user id, and project ```powershell -Get-AzDevCenterUserEnvironment -DevCenterName Contoso -ProjectName DevProject -UserId "786a823c-8037-48ab-89b8-8599901e67d0" +Get-AzDevCenterUserEnvironment -DevCenterName Contoso -ProjectName DevProject -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command lists environments under the project "DevProject" assigned to the user "786a823c-8037-48ab-89b8-8599901e67d0". +This command lists environments under the project "DevProject" assigned to the user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 5: Get an environment by endpoint ```powershell @@ -108,18 +108,18 @@ This command gets the environment "myEnv" under the project "DevProject" assigne ### Example 6: Get an environment by dev center ```powershell -Get-AzDevCenterUserEnvironment -DevCenterName Contoso -ProjectName DevProject -UserId "786a823c-8037-48ab-89b8-8599901e67d0" -Name myEnv +Get-AzDevCenterUserEnvironment -DevCenterName Contoso -ProjectName DevProject -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" -Name myEnv ``` -This command gets the environment "myEnv" under the project "DevProject" assigned to the user "786a823c-8037-48ab-89b8-8599901e67d0". +This command gets the environment "myEnv" under the project "DevProject" assigned to the user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 7: Get an environment by endpoint and InputObject ```powershell -$envInput = @{"UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject"; "EnvironmentName" = "myEnv" } +$envInput = @{"UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject"; "EnvironmentName" = "myEnv" } Get-AzDevCenterUserEnvironment -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $envInput ``` -This command gets the environment "myEnv" under the project "DevProject" assigned to the user "786a823c-8037-48ab-89b8-8599901e67d0". +This command gets the environment "myEnv" under the project "DevProject" assigned to the user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 8: Get an environment by dev center and InputObject ```powershell diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentOperation.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentOperation.md index 9100e3a105..fb2e7bf819 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentOperation.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentOperation.md @@ -73,33 +73,33 @@ This command lists the operations on the environment "myEnvironment". ### Example 3: Get an operation on the environment by endpoint ```powershell -Get-AzDevCenterUserEnvironmentOperation -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -EnvironmentName myEnvironment -ProjectName DevProject -OperationId "d0954a94-3550-4919-bcbe-1c94ed79e0cd" +Get-AzDevCenterUserEnvironmentOperation -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -EnvironmentName myEnvironment -ProjectName DevProject -OperationId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the environment "myEnvironment". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the environment "myEnvironment". ### Example 4: Get an operation on the environment by dev center ```powershell -Get-AzDevCenterUserEnvironmentOperation -DevCenterName Contoso -EnvironmentName myEnvironment -ProjectName DevProject -OperationId "d0954a94-3550-4919-bcbe-1c94ed79e0cd" +Get-AzDevCenterUserEnvironmentOperation -DevCenterName Contoso -EnvironmentName myEnvironment -ProjectName DevProject -OperationId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the environment "myEnvironment". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the environment "myEnvironment". ### Example 5: Get an operation on the environment by endpoint and InputObject ```powershell -$environmentInput = @{"EnvironmentName" = "myEnvironment"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "d0954a94-3550-4919-bcbe-1c94ed79e0cd"} +$environmentInput = @{"EnvironmentName" = "myEnvironment"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"} Get-AzDevCenterUserEnvironmentOperation -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $environmentInput ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the environment "myEnvironment". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the environment "myEnvironment". ### Example 6: Get an operation on the environment by dev center and InputObject ```powershell -$environmentInput = @{"EnvironmentName" = "myEnvironment"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "d0954a94-3550-4919-bcbe-1c94ed79e0cd"} +$environmentInput = @{"EnvironmentName" = "myEnvironment"; "UserId" = "me"; "ProjectName" = "DevProject"; "OperationId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"} Get-AzDevCenterUserEnvironmentOperation -DevCenterName Contoso -InputObject $environmentInput ``` -This command gets the operation "d0954a94-3550-4919-bcbe-1c94ed79e0cd" for the environment "myEnvironment". +This command gets the operation "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" for the environment "myEnvironment". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentTypeAbility.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentTypeAbility.md index b4ff6b75c2..8ba9da9da6 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentTypeAbility.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserEnvironmentTypeAbility.md @@ -61,10 +61,10 @@ Get-AzDevCenterUserEnvironmentTypeAbility ` -DevCenterName "ContosoDevCenter" ` -ProjectName "DevProject" ` -EnvironmentTypeName "DevTest" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the "DevTest" environment type for the project "DevProject" using the dev center name. +This command gets the permitted abilities for user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" in the "DevTest" environment type for the project "DevProject" using the dev center name. ### Example 3: Get the signed-in user's abilities for an environment type using InputObject and endpoint ```powershell diff --git a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserProjectAbility.md b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserProjectAbility.md index 1c6b1b396a..360b52f0e3 100644 --- a/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserProjectAbility.md +++ b/azps-15.3.0/Az.DevCenter/Get-AzDevCenterUserProjectAbility.md @@ -57,10 +57,10 @@ This command gets the permitted abilities for the signed-in user in the project Get-AzDevCenterUserProjectAbility ` -DevCenterName "ContosoDevCenter" ` -ProjectName "DevProject" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command gets the permitted abilities for user "786a823c-8037-48ab-89b8-8599901e67d0" in the project "DevProject" using the dev center name. +This command gets the permitted abilities for user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" in the project "DevProject" using the dev center name. ### Example 3: Get the signed-in user's abilities for a project using InputObject and endpoint ```powershell diff --git a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBox.md b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBox.md index 9d826a5332..e55d1c756b 100644 --- a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBox.md +++ b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBox.md @@ -49,10 +49,10 @@ Creates or replaces a Dev Box. ### Example 1: Create a dev box by endpoint ```powershell -New-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox -PoolName DevPool +New-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -Name myDevBox -PoolName DevPool ``` -This command creates the dev box "myDevBox" for the user "786a823c-8037-48ab-89b8-8599901e67d0". +This command creates the dev box "myDevBox" for the user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 2: Create a dev box by dev center ```powershell @@ -71,11 +71,11 @@ This command creates the dev box "myDevBox" for the currently signed-in user. ### Example 4: Create a dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } New-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput -PoolName DevPool ``` -This command creates the dev box "myDevBox" for the user "786a823c-8037-48ab-89b8-8599901e67d0". +This command creates the dev box "myDevBox" for the user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxAddOn.md b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxAddOn.md index 7a6704ee00..af0392ec56 100644 --- a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxAddOn.md +++ b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxAddOn.md @@ -54,10 +54,10 @@ New-AzDevCenterUserDevBoxAddOn ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` -AddOnName "devboxtunnel-sys-default" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. +This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" using the endpoint. ### Example 2: Create a Dev Box add-on by dev center name and current user ```powershell @@ -75,7 +75,7 @@ This command creates the add-on "devboxtunnel-sys-default" for the dev box "myDe ```powershell $addOnInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" AddOnName = "devboxtunnel-sys-default" } diff --git a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxCustomizationGroup.md b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxCustomizationGroup.md index 21fd8dbc4d..e24ab5fbd3 100644 --- a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxCustomizationGroup.md +++ b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxCustomizationGroup.md @@ -60,7 +60,7 @@ $task = @{ TimeoutInSecond = 120 } $tasks = @($task) -New-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -DevBoxName myDevBox -CustomizationGroupName Provisioning -Task $tasks +New-AzDevCenterUserDevBoxCustomizationGroup -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -DevBoxName myDevBox -CustomizationGroupName Provisioning -Task $tasks ``` This command creates the customization group "Provisioning" for the dev box "myDevBox". @@ -82,7 +82,7 @@ This command creates the customization group "Provisioning" for the dev box "myD ### Example 4: Create a customization group by dev center and InputObject ```powershell -$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$customizationGroupInput = @{"CustomizationGroupName" = "Provisioning"; "DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } New-AzDevCenterUserDevBoxCustomizationGroup -DevCenterName Contoso -InputObject $customizationGroupInput -Task $tasks ``` diff --git a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxSnapshot.md b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxSnapshot.md index 1e6b7437f2..173fa8d398 100644 --- a/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxSnapshot.md +++ b/azps-15.3.0/Az.DevCenter/New-AzDevCenterUserDevBoxSnapshot.md @@ -52,7 +52,7 @@ Captures a manual snapshot of the Dev Box.\nUpon completion, a snapshotId will b New-AzDevCenterUserDevBoxSnapshot ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -DevBoxName "myDevBox" ``` @@ -87,7 +87,7 @@ This command creates a snapshot for the dev box "myDevBox" using the endpoint an ```powershell $snapshotInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" } New-AzDevCenterUserDevBoxSnapshot ` diff --git a/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBox.md b/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBox.md index adbbb32fb9..35eea756e1 100644 --- a/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBox.md +++ b/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBox.md @@ -49,10 +49,10 @@ Deletes a Dev Box. ### Example 1: Delete a dev box by endpoint ```powershell -Remove-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +Remove-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -Name myDevBox ``` -This command deletes the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command deletes the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 2: Delete a dev box by dev center ```powershell @@ -71,11 +71,11 @@ This command deletes the dev box "myDevBox" assigned to the currently signed-in ### Example 4: Delete a dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } Remove-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput ``` -This command deletes the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command deletes the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBoxAddOn.md b/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBoxAddOn.md index 52532213d0..5080f07950 100644 --- a/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBoxAddOn.md +++ b/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserDevBoxAddOn.md @@ -54,10 +54,10 @@ Remove-AzDevCenterUserDevBoxAddOn ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` -AddOnName "devboxtunnel-sys-default" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ``` -This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" using the endpoint. +This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" using the endpoint. ### Example 2: Remove a Dev Box add-on by dev center name and current user ```powershell @@ -75,7 +75,7 @@ This command deletes the add-on "devboxtunnel-sys-default" from the dev box "myD ```powershell $addOnInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" AddOnName = "devboxtunnel-sys-default" } diff --git a/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserEnvironment.md b/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserEnvironment.md index a6fc5607c4..05f35b2098 100644 --- a/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserEnvironment.md +++ b/azps-15.3.0/Az.DevCenter/Remove-AzDevCenterUserEnvironment.md @@ -56,18 +56,18 @@ This command deletes the environment "myEnv" under the project "DevProject" assi ### Example 2: Delete an environment by dev center ```powershell -Remove-AzDevCenterUserEnvironment -DevCenterName Contoso -ProjectName DevProject -UserId "786a823c-8037-48ab-89b8-8599901e67d0" -Name myEnv +Remove-AzDevCenterUserEnvironment -DevCenterName Contoso -ProjectName DevProject -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" -Name myEnv ``` -This command deletes the environment "myEnv" under the project "DevProject" assigned to the user "786a823c-8037-48ab-89b8-8599901e67d0". +This command deletes the environment "myEnv" under the project "DevProject" assigned to the user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 3: Delete an environment by endpoint and InputObject ```powershell -$envInput = @{"UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject"; "EnvironmentName" = "myEnv" } +$envInput = @{"UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject"; "EnvironmentName" = "myEnv" } Remove-AzDevCenterUserEnvironment -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $envInput ``` -This command deletes the environment "myEnv" under the project "DevProject" assigned to the user "786a823c-8037-48ab-89b8-8599901e67d0". +This command deletes the environment "myEnv" under the project "DevProject" assigned to the user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 4: Delete an environment by dev center and InputObject ```powershell diff --git a/azps-15.3.0/Az.DevCenter/Restart-AzDevCenterUserDevBox.md b/azps-15.3.0/Az.DevCenter/Restart-AzDevCenterUserDevBox.md index de85cebd1f..fb62868b6c 100644 --- a/azps-15.3.0/Az.DevCenter/Restart-AzDevCenterUserDevBox.md +++ b/azps-15.3.0/Az.DevCenter/Restart-AzDevCenterUserDevBox.md @@ -49,10 +49,10 @@ Restarts a Dev Box. ### Example 1: Restart a dev box by endpoint ```powershell -Restart-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +Restart-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -Name myDevBox ``` -This command restarts the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command restarts the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 2: Restart a dev box by dev center ```powershell @@ -71,11 +71,11 @@ This command restarts the dev box "myDevBox" assigned to the currently signed-in ### Example 4: Restart a dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } Restart-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput ``` -This command restarts the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command restarts the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Restore-AzDevCenterUserDevBoxSnapshot.md b/azps-15.3.0/Az.DevCenter/Restore-AzDevCenterUserDevBoxSnapshot.md index 2443daac91..0a9463269e 100644 --- a/azps-15.3.0/Az.DevCenter/Restore-AzDevCenterUserDevBoxSnapshot.md +++ b/azps-15.3.0/Az.DevCenter/Restore-AzDevCenterUserDevBoxSnapshot.md @@ -53,11 +53,11 @@ Restore-AzDevCenterUserDevBoxSnapshot ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -SnapshotId "snapshot-1234" ``` -This command restores the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" to the snapshot with ID "snapshot-1234" using the endpoint. +This command restores the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" to the snapshot with ID "snapshot-1234" using the endpoint. ### Example 2: Restore a Dev Box to a snapshot by dev center name and current user ```powershell @@ -75,7 +75,7 @@ This command restores the dev box "myDevBox" assigned to the current signed-in u ```powershell $snapshotInput = @{ DevBoxName = "myDevBox" - UserId = "786a823c-8037-48ab-89b8-8599901e67d0" + UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ProjectName = "DevProject" } Restore-AzDevCenterUserDevBoxSnapshot ` diff --git a/azps-15.3.0/Az.DevCenter/Set-AzDevCenterUserDevBoxActiveHour.md b/azps-15.3.0/Az.DevCenter/Set-AzDevCenterUserDevBoxActiveHour.md index 5662f6f73b..e6feeb8f34 100644 --- a/azps-15.3.0/Az.DevCenter/Set-AzDevCenterUserDevBoxActiveHour.md +++ b/azps-15.3.0/Az.DevCenter/Set-AzDevCenterUserDevBoxActiveHour.md @@ -53,13 +53,13 @@ Set-AzDevCenterUserDevBoxActiveHour ` -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -StartTimeHour 9 ` -EndTimeHour 17 ` -TimeZone "America/Los_Angeles" ``` -This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 9 AM to 5 PM in the "America/Los_Angeles" time zone using the endpoint. +This command sets the active hours for the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" from 9 AM to 5 PM in the "America/Los_Angeles" time zone using the endpoint. ### Example 2: Set active hours for a Dev Box by dev center name and current user ```powershell @@ -103,11 +103,11 @@ Set-AzDevCenterUserDevBoxActiveHour ` -DevCenterName "ContosoDevCenter" ` -ProjectName "DevProject" ` -DevBoxName "myDevBox" ` - -UserId "786a823c-8037-48ab-89b8-8599901e67d0" ` + -UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" ` -Body $activeHours ``` -This command sets the active hours for the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0" from 7 AM to 3 PM in the "UTC" time zone using the dev center name and a body object. +This command sets the active hours for the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" from 7 AM to 3 PM in the "UTC" time zone using the dev center name and a body object. ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Start-AzDevCenterUserDevBox.md b/azps-15.3.0/Az.DevCenter/Start-AzDevCenterUserDevBox.md index 705e7549a0..b6e9019097 100644 --- a/azps-15.3.0/Az.DevCenter/Start-AzDevCenterUserDevBox.md +++ b/azps-15.3.0/Az.DevCenter/Start-AzDevCenterUserDevBox.md @@ -49,10 +49,10 @@ Starts a Dev Box. ### Example 1: Start a dev box by endpoint ```powershell -Start-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +Start-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -Name myDevBox ``` -This command starts the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command starts the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 2: Start a dev box by dev center ```powershell @@ -71,11 +71,11 @@ This command starts the dev box "myDevBox" assigned to the currently signed-in u ### Example 4: Start a dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } Start-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput ``` -This command starts the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command starts the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ## PARAMETERS diff --git a/azps-15.3.0/Az.DevCenter/Stop-AzDevCenterUserDevBox.md b/azps-15.3.0/Az.DevCenter/Stop-AzDevCenterUserDevBox.md index d0cfdb2b77..eee4863c1c 100644 --- a/azps-15.3.0/Az.DevCenter/Stop-AzDevCenterUserDevBox.md +++ b/azps-15.3.0/Az.DevCenter/Stop-AzDevCenterUserDevBox.md @@ -49,10 +49,10 @@ Stops a Dev Box. ### Example 1: Stop a dev box by endpoint ```powershell -Stop-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 786a823c-8037-48ab-89b8-8599901e67d0 -Name myDevBox +Stop-AzDevCenterUserDevBox -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -UserId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -Name myDevBox ``` -This command stops the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command stops the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ### Example 2: Stop a dev box by dev center ```powershell @@ -71,11 +71,11 @@ This command stops the dev box "myDevBox" assigned to the currently signed-in us ### Example 4: Stop a dev box by dev center and InputObject ```powershell -$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "ProjectName" = "DevProject" } +$devBoxInput = @{"DevBoxName" = "myDevBox"; "UserId" = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"; "ProjectName" = "DevProject" } Stop-AzDevCenterUserDevBox -DevCenterName Contoso -InputObject $devBoxInput ``` -This command stops the dev box "myDevBox" assigned to user "786a823c-8037-48ab-89b8-8599901e67d0". +This command stops the dev box "myDevBox" assigned to user "00aa00aa-bb11-cc22-dd33-44ee44ee44ee". ## PARAMETERS diff --git a/azps-15.3.0/Az.DeviceProvisioningServices/Add-AzIoTDeviceProvisioningServiceCertificate.md b/azps-15.3.0/Az.DeviceProvisioningServices/Add-AzIoTDeviceProvisioningServiceCertificate.md index 03f31d425f..6c68d27888 100644 --- a/azps-15.3.0/Az.DeviceProvisioningServices/Add-AzIoTDeviceProvisioningServiceCertificate.md +++ b/azps-15.3.0/Az.DeviceProvisioningServices/Add-AzIoTDeviceProvisioningServiceCertificate.md @@ -53,7 +53,7 @@ ResourceGroupName : myresourcegroup Name : myiotdps CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC78DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Status : Unverified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 @@ -73,7 +73,7 @@ ResourceGroupName : myresourcegroup Name : myiotdps CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC13DDE3E18D712C8414EE50969C7 +Thumbprint : BB22CC33DD44EE55FF66AA77BB88CC99DD00EE11 Status : Unverified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 @@ -251,4 +251,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.DeviceProvisioningServices/Get-AzIoTDeviceProvisioningServiceCertificate.md b/azps-15.3.0/Az.DeviceProvisioningServices/Get-AzIoTDeviceProvisioningServiceCertificate.md index c61f175b36..4e976a0bf6 100644 --- a/azps-15.3.0/Az.DeviceProvisioningServices/Get-AzIoTDeviceProvisioningServiceCertificate.md +++ b/azps-15.3.0/Az.DeviceProvisioningServices/Get-AzIoTDeviceProvisioningServiceCertificate.md @@ -51,7 +51,7 @@ ResourceGroupName : myresourcegroup Name : myiotdps CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC78DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Status : Unverified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 @@ -182,4 +182,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.DeviceProvisioningServices/New-AzIoTDeviceProvisioningServiceCertificateVerificationCode.md b/azps-15.3.0/Az.DeviceProvisioningServices/New-AzIoTDeviceProvisioningServiceCertificateVerificationCode.md index 725f05693f..0e9e77e4be 100644 --- a/azps-15.3.0/Az.DeviceProvisioningServices/New-AzIoTDeviceProvisioningServiceCertificateVerificationCode.md +++ b/azps-15.3.0/Az.DeviceProvisioningServices/New-AzIoTDeviceProvisioningServiceCertificateVerificationCode.md @@ -53,7 +53,7 @@ ResourceGroupName : myresourcegroup Name : myiotdps CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC78DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 VerificationCode : A901A843EFF75419AC1F0EB460E85DF153092A0547AA30F5 Status : Unverified Expiry : 1/01/2027 16:01 @@ -74,7 +74,7 @@ ResourceGroupName : myresourcegroup Name : myiotdps CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC78DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 VerificationCode : A901A843EFF75419AC1F0EB460E85DF153092A0547AA30F5 Status : Unverified Expiry : 1/01/2027 16:01 @@ -238,4 +238,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.DeviceProvisioningServices/Set-AzIoTDeviceProvisioningServiceCertificate.md b/azps-15.3.0/Az.DeviceProvisioningServices/Set-AzIoTDeviceProvisioningServiceCertificate.md index 85b3a6a9b0..368c65f30f 100644 --- a/azps-15.3.0/Az.DeviceProvisioningServices/Set-AzIoTDeviceProvisioningServiceCertificate.md +++ b/azps-15.3.0/Az.DeviceProvisioningServices/Set-AzIoTDeviceProvisioningServiceCertificate.md @@ -53,7 +53,7 @@ ResourceGroupName : myresourcegroup Name : myiotdps CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC78DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Status : Verified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 @@ -73,7 +73,7 @@ ResourceGroupName : myresourcegroup Name : myiotdps CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC78DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Status : Verified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 @@ -251,4 +251,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceAsset.md b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceAsset.md index c901050d09..0e9145c601 100644 --- a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceAsset.md +++ b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceAsset.md @@ -49,7 +49,7 @@ Removes a namespace asset by specifying the resource group name, namespace name, ### Example 2: Remove a namespace asset using namespace identity object ```powershell $namespaceIdentity = @{ - SubscriptionId = "12345678-1234-1234-1234-123456789abc" + SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ResourceGroupName = "my-resource-group" NamespaceName = "my-namespace" } diff --git a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDevice.md b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDevice.md index 8be8afeefd..080f65835c 100644 --- a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDevice.md +++ b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDevice.md @@ -49,7 +49,7 @@ Removes a namespace device by specifying the resource group name, namespace name ### Example 2: Remove a namespace device using namespace identity object ```powershell $namespaceIdentity = @{ - SubscriptionId = "12345678-1234-1234-1234-123456789abc" + SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ResourceGroupName = "my-resource-group" NamespaceName = "my-namespace" } diff --git a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredAsset.md b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredAsset.md index 6d423eaaa1..1eacb65cde 100644 --- a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredAsset.md +++ b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredAsset.md @@ -50,7 +50,7 @@ Removes a namespace discovered asset by specifying the resource group name, name ### Example 2: Remove a namespace discovered asset using namespace identity object ```powershell $namespaceIdentity = @{ - SubscriptionId = "12345678-1234-1234-1234-123456789abc" + SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ResourceGroupName = "my-resource-group" NamespaceName = "my-namespace" } diff --git a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredDevice.md b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredDevice.md index 83f822bdc1..1f9a0943a6 100644 --- a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredDevice.md +++ b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistryNamespaceDiscoveredDevice.md @@ -50,7 +50,7 @@ Removes a namespace discovered device by specifying the resource group name, nam ### Example 2: Remove a namespace discovered device using namespace identity object ```powershell $namespaceIdentity = @{ - SubscriptionId = "12345678-1234-1234-1234-123456789abc" + SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ResourceGroupName = "my-resource-group" NamespaceName = "my-namespace" } diff --git a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistrySchema.md b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistrySchema.md index 2ce575d98e..c707c18910 100644 --- a/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistrySchema.md +++ b/azps-15.3.0/Az.DeviceRegistry/Remove-AzDeviceRegistrySchema.md @@ -50,7 +50,7 @@ Removing a schema also removes all nested schema version resources. ### Example 2: Remove a schema using schema registry identity object ```powershell $registryIdentity = @{ - SubscriptionId = "12345678-1234-1234-1234-123456789abc" + SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ResourceGroupName = "my-resource-group" SchemaRegistryName = "my-schema-registry" } diff --git a/azps-15.3.0/Az.DnsResolver/Get-AzDnsForwardingRuleset.md b/azps-15.3.0/Az.DnsResolver/Get-AzDnsForwardingRuleset.md index 4401553ded..02a42a2a18 100644 --- a/azps-15.3.0/Az.DnsResolver/Get-AzDnsForwardingRuleset.md +++ b/azps-15.3.0/Az.DnsResolver/Get-AzDnsForwardingRuleset.md @@ -52,7 +52,7 @@ Gets a DNS forwarding ruleset properties. ### Example 1: List all DNS forwarding rulesets in a subscription ```powershell -Get-AzDnsForwardingRuleset -SubscriptionId 0e5a46b1-de0b-4ec3-a5d7-dda908b4e076 +Get-AzDnsForwardingRuleset -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output diff --git a/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolver.md b/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolver.md index 7c4b714eb1..9f64075337 100644 --- a/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolver.md +++ b/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolver.md @@ -52,7 +52,7 @@ Gets properties of a DNS resolver. ### Example 1: List all DNS Resolvers under the subscription ```powershell -Get-AzDnsResolver -SubscriptionId 0e5a46b1-de0b-4ec3-a5d7-dda908b4e076 +Get-AzDnsResolver -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output diff --git a/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverDomainList.md b/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverDomainList.md index 73d5ae6512..4e86171039 100644 --- a/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverDomainList.md +++ b/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverDomainList.md @@ -45,7 +45,7 @@ Gets properties of a DNS resolver domain list. ### Example 1: List all DNS Resolver Domain Lists under the subscription ```powershell -Get-AzDnsResolverDomainList -SubscriptionId 0e5a46b1-de0b-4ec3-a5d7-dda908b4e076 +Get-AzDnsResolverDomainList -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output diff --git a/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverPolicy.md b/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverPolicy.md index fb827760d0..38f28977fa 100644 --- a/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverPolicy.md +++ b/azps-15.3.0/Az.DnsResolver/Get-AzDnsResolverPolicy.md @@ -51,7 +51,7 @@ Gets properties of a DNS resolver policy. ### Example 1: List all DNS Resolver Policies under the subscription ```powershell -Get-AzDnsResolverPolicy -SubscriptionId 0e5a46b1-de0b-4ec3-a5d7-dda908b4e076 +Get-AzDnsResolverPolicy -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output diff --git a/azps-15.3.0/Az.DnsResolver/New-AzDnsForwardingRuleset.md b/azps-15.3.0/Az.DnsResolver/New-AzDnsForwardingRuleset.md index 653f287f13..4c71032fce 100644 --- a/azps-15.3.0/Az.DnsResolver/New-AzDnsForwardingRuleset.md +++ b/azps-15.3.0/Az.DnsResolver/New-AzDnsForwardingRuleset.md @@ -28,7 +28,7 @@ Creates or updates a DNS forwarding ruleset. ### Example 1: Create a DNS forwarding ruleset ```powershell -New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName sampleRG -SubscriptionId ea40042d-63d8-4d02-9261-fb31450e6c67 -SubnetId "/subscriptions/0e5a46b1-de0b-4ec3-a5d7-dda908b4e076/resourceGroups/powershell-test-08b4e076/resourceGroups/sampleRG/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 +New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName sampleRG -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -SubnetId "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/powershell-test-08b4e076/resourceGroups/sampleRG/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 New-AzDnsForwardingRuleset -Name dnsForwardingRuleset -ResourceGroupName sampleRG -Location westus2 -DnsResolverOutboundEndpoint @{id = "/subscriptions/ea40042d-63d8-4d02-9261-fb31450e6c64/resourceGroups/sampleRG/providers/Microsoft.Network/dnsResolvers/sampleResolver/outboundEndpoints/sampleOutboundEndpoint";} ``` @@ -42,7 +42,7 @@ This cmdlet creates a DNS forwarding ruleset. ### Example 2: Create a DNS forwarding ruleset with tag ```powershell -New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName sampleRG -SubscriptionId ea40042d-63d8-4d02-9261-fb31450e6c67 -SubnetId "/subscriptions/0e5a46b1-de0b-4ec3-a5d7-dda908b4e076/resourceGroups/powershell-test-08b4e076/resourceGroups/sampleRG/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 +New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName sampleRG -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -SubnetId "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/powershell-test-08b4e076/resourceGroups/sampleRG/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 New-AzDnsForwardingRuleset -Name dnsForwardingRuleset -ResourceGroupName sampleRG -Location westus2 -DnsResolverOutboundEndpoint @{id = "/subscriptions/ea40042d-63d8-4d02-9261-fb31450e6c64/resourceGroups/sampleRG/providers/Microsoft.Network/dnsResolvers/sampleResolver/outboundEndpoints/sampleOutboundEndpoint";} -Tag @{"key0" = "value0"} ``` diff --git a/azps-15.3.0/Az.DnsResolver/New-AzDnsResolverOutboundEndpoint.md b/azps-15.3.0/Az.DnsResolver/New-AzDnsResolverOutboundEndpoint.md index c34279b3ca..998815f7b2 100644 --- a/azps-15.3.0/Az.DnsResolver/New-AzDnsResolverOutboundEndpoint.md +++ b/azps-15.3.0/Az.DnsResolver/New-AzDnsResolverOutboundEndpoint.md @@ -28,7 +28,7 @@ Creates or updates an outbound endpoint for a DNS resolver. ### Example 1: Create an outbound endpoint ```powershell -New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName powershell-test-rg -SubscriptionId ea40042d-63d8-4d02-9261-fb31450e6c67 -SubnetId "/subscriptions/0e5a46b1-de0b-4ec3-a5d7-dda908b4e076/resourceGroups/powershell-test-08b4e076/resourceGroups/powershell-test-rg/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 +New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName powershell-test-rg -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -SubnetId "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/powershell-test-08b4e076/resourceGroups/powershell-test-rg/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 ``` ```output @@ -41,7 +41,7 @@ This cmdlet creates an outbound endpoint. ### Example 2: Create an outbound endpoint with tag ```powershell -New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName powershell-test-rg -SubscriptionId ea40042d-63d8-4d02-9261-fb31450e6c67 -SubnetId "/subscriptions/0e5a46b1-de0b-4ec3-a5d7-dda908b4e076/resourceGroups/powershell-test-08b4e076/resourceGroups/powershell-test-rg/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 -Tag @{"key0" = "value0"} +New-AzDnsResolverOutboundEndpoint -DnsResolverName sampleResolver -Name sampleOutboundEndpoint -ResourceGroupName powershell-test-rg -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -SubnetId "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/powershell-test-08b4e076/resourceGroups/powershell-test-rg/providers/Microsoft.Network/virtualNetworks/psvirtualnetworkname16y71mjc/subnets/test-subnet" -Location westus2 -Tag @{"key0" = "value0"} ``` ```output diff --git a/azps-15.3.0/Az.Elastic/Update-AzElasticMonitoredSubscription.md b/azps-15.3.0/Az.Elastic/Update-AzElasticMonitoredSubscription.md index d0fd5845b5..70b454e3a3 100644 --- a/azps-15.3.0/Az.Elastic/Update-AzElasticMonitoredSubscription.md +++ b/azps-15.3.0/Az.Elastic/Update-AzElasticMonitoredSubscription.md @@ -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. @@ -328,4 +328,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.EventHub/Get-AzEventHubNetworkSecurityPerimeterConfiguration.md b/azps-15.3.0/Az.EventHub/Get-AzEventHubNetworkSecurityPerimeterConfiguration.md index 8f62c1fd1f..b0f9c9d430 100644 --- a/azps-15.3.0/Az.EventHub/Get-AzEventHubNetworkSecurityPerimeterConfiguration.md +++ b/azps-15.3.0/Az.EventHub/Get-AzEventHubNetworkSecurityPerimeterConfiguration.md @@ -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 @@ -150,4 +150,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Fabric/Get-AzFabricCapacity.md b/azps-15.3.0/Az.Fabric/Get-AzFabricCapacity.md index 2a6f396ad9..f4b53cdfec 100644 --- a/azps-15.3.0/Az.Fabric/Get-AzFabricCapacity.md +++ b/azps-15.3.0/Az.Fabric/Get-AzFabricCapacity.md @@ -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 @@ -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 @@ -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 : {azsdktest@microsoft.com} -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 @@ -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 diff --git a/azps-15.3.0/Az.Fabric/New-AzFabricCapacity.md b/azps-15.3.0/Az.Fabric/New-AzFabricCapacity.md index e816334096..2dc016fbd1 100644 --- a/azps-15.3.0/Az.Fabric/New-AzFabricCapacity.md +++ b/azps-15.3.0/Az.Fabric/New-AzFabricCapacity.md @@ -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" ` @@ -54,7 +54,7 @@ New-AzFabricCapacity ` ```output AdministrationMember : {azsdktest@microsoft.com} -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 @@ -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 diff --git a/azps-15.3.0/Az.Functions/Get-AzFunctionApp.md b/azps-15.3.0/Az.Functions/Get-AzFunctionApp.md index e0271ef6df..3a85c6dc24 100644 --- a/azps-15.3.0/Az.Functions/Get-AzFunctionApp.md +++ b/azps-15.3.0/Az.Functions/Get-AzFunctionApp.md @@ -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. @@ -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. @@ -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. @@ -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 diff --git a/azps-15.3.0/Az.Functions/Get-AzFunctionAppPlan.md b/azps-15.3.0/Az.Functions/Get-AzFunctionAppPlan.md index 852ce7b413..1c8d9f5beb 100644 --- a/azps-15.3.0/Az.Functions/Get-AzFunctionAppPlan.md +++ b/azps-15.3.0/Az.Functions/Get-AzFunctionAppPlan.md @@ -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. diff --git a/azps-15.3.0/Az.Informatica/New-AzInformaticaOrganization.md b/azps-15.3.0/Az.Informatica/New-AzInformaticaOrganization.md index 05fd9fc989..5798128931 100644 --- a/azps-15.3.0/Az.Informatica/New-AzInformaticaOrganization.md +++ b/azps-15.3.0/Az.Informatica/New-AzInformaticaOrganization.md @@ -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 "Test_Infa@mpliftrlogz20210811outlook.onmicrosoft.com" -UserDetailFirstName "Test" -UserDetailLastName "Test" -UserDetailPhoneNumber "9876543210" -UserDetailUpn "Test_Infa@mpliftrlogz20210811outlook.onmicrosoft.com" +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 "Test_Infa@mpliftrlogz20210811outlook.onmicrosoft.com" -UserDetailFirstName "Test" -UserDetailLastName "Test" -UserDetailPhoneNumber "9876543210" -UserDetailUpn "Test_Infa@mpliftrlogz20210811outlook.onmicrosoft.com" ``` ```output @@ -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 : @@ -638,4 +638,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Informatica/Remove-AzInformaticaOrganization.md b/azps-15.3.0/Az.Informatica/Remove-AzInformaticaOrganization.md index 34deb63fb0..05840cbc54 100644 --- a/azps-15.3.0/Az.Informatica/Remove-AzInformaticaOrganization.md +++ b/azps-15.3.0/Az.Informatica/Remove-AzInformaticaOrganization.md @@ -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 @@ -213,4 +213,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Informatica/Update-AzInformaticaOrganization.md b/azps-15.3.0/Az.Informatica/Update-AzInformaticaOrganization.md index c146282100..ecbe04bd92 100644 --- a/azps-15.3.0/Az.Informatica/Update-AzInformaticaOrganization.md +++ b/azps-15.3.0/Az.Informatica/Update-AzInformaticaOrganization.md @@ -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 = "" @@ -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 : @@ -304,4 +304,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.IotHub/Add-AzIotHubCertificate.md b/azps-15.3.0/Az.IotHub/Add-AzIotHubCertificate.md index 53908f369b..8e464a2826 100644 --- a/azps-15.3.0/Az.IotHub/Add-AzIotHubCertificate.md +++ b/azps-15.3.0/Az.IotHub/Add-AzIotHubCertificate.md @@ -50,7 +50,7 @@ ResourceGroupName : myresourcegroup Name : myiothub CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC78DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Status : Unverified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 @@ -70,7 +70,7 @@ ResourceGroupName : myresourcegroup Name : myiothub CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC13DDE3E18D712C8414EE50969C7 +Thumbprint : BB22CC33DD44EE55FF66AA77BB88CC99DD00EE11 Status : Unverified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 diff --git a/azps-15.3.0/Az.IotHub/Add-AzIotHubRoutingEndpoint.md b/azps-15.3.0/Az.IotHub/Add-AzIotHubRoutingEndpoint.md index d19fd632d0..49db9d5ced 100644 --- a/azps-15.3.0/Az.IotHub/Add-AzIotHubRoutingEndpoint.md +++ b/azps-15.3.0/Az.IotHub/Add-AzIotHubRoutingEndpoint.md @@ -43,12 +43,12 @@ Add a new endpoint in your IoT Hub. To learn about the endpoints that are suppor ### Example 1 ```powershell -Add-AzIotHubRoutingEndpoint -ResourceGroupName "myresourcegroup" -Name "myiothub" -EndpointName E2 -EndpointType EventHub -EndpointResourceGroup resourcegroup1 -EndpointSubscriptionId 91d12343-a3de-345d-b2ea-135792468abc -ConnectionString 'Endpoint=sb://myeventhub1.servicebus.windows.net/;SharedAccessKeyName=access1;SharedAccessKey=*****=;EntityPath=event11' +Add-AzIotHubRoutingEndpoint -ResourceGroupName "myresourcegroup" -Name "myiothub" -EndpointName E2 -EndpointType EventHub -EndpointResourceGroup resourcegroup1 -EndpointSubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -ConnectionString 'Endpoint=sb://myeventhub1.servicebus.windows.net/;SharedAccessKeyName=access1;SharedAccessKey=*****=;EntityPath=event11' ``` ```output ResourceGroupName : resourcegroup1 -SubscriptionId : 91d12343-a3de-345d-b2ea-135792468abc +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e EndpointName : E2 ConnectionString : Endpoint=sb://myeventhub1.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_myeventhub1;SharedAccessKey=****;EntityPath=event1 ``` @@ -57,12 +57,12 @@ Add a new endpoint "E2" of type EventHub to an "myiothub" IoT Hub. ### Example 2 ```powershell -Add-AzIotHubRoutingEndpoint -ResourceGroupName "myresourcegroup" -Name "myiothub" -EndpointName S1 -EndpointType AzureStorageContainer -EndpointResourceGroup resourcegroup1 -EndpointSubscriptionId 91d12343-a3de-345d-b2ea-135792468abc -ConnectionString 'DefaultEndpointsProtocol=https;AccountName=mystorage1;AccountKey=*****;EndpointSuffix=core.windows.net' -ContainerName container -Encoding json +Add-AzIotHubRoutingEndpoint -ResourceGroupName "myresourcegroup" -Name "myiothub" -EndpointName S1 -EndpointType AzureStorageContainer -EndpointResourceGroup resourcegroup1 -EndpointSubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -ConnectionString 'DefaultEndpointsProtocol=https;AccountName=mystorage1;AccountKey=*****;EndpointSuffix=core.windows.net' -ContainerName container -Encoding json ``` ```output ResourceGroupName : resourcegroup1 -SubscriptionId : 91d12343-a3de-345d-b2ea-135792468abc +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e EndpointName : S1 ContainerName : container ConnectionString : DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=mystorage1;AccountKey=**** diff --git a/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificate.md b/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificate.md index 89f98a9647..acca5d47cd 100644 --- a/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificate.md +++ b/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificate.md @@ -62,7 +62,7 @@ ResourceGroupName : myresourcegroup Name : myiothub CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC13DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Status : Unverified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 diff --git a/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificateVerificationCode.md b/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificateVerificationCode.md index a048b5f8a3..a1830bd3aa 100644 --- a/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificateVerificationCode.md +++ b/azps-15.3.0/Az.IotHub/Get-AzIotHubCertificateVerificationCode.md @@ -49,7 +49,7 @@ ResourceGroupName : myresourcegroup Name : myiothub CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC13DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 VerificationCode : 47292AB6260DB02CCD2D07C601B7303DD49858B6 Status : Unverified Expiry : 1/01/2027 16:01 diff --git a/azps-15.3.0/Az.IotHub/Get-AzIotHubRoutingEndpoint.md b/azps-15.3.0/Az.IotHub/Get-AzIotHubRoutingEndpoint.md index 27ef608186..f9a484de70 100644 --- a/azps-15.3.0/Az.IotHub/Get-AzIotHubRoutingEndpoint.md +++ b/azps-15.3.0/Az.IotHub/Get-AzIotHubRoutingEndpoint.md @@ -60,8 +60,8 @@ Get-AzIotHubRoutingEndpoint -ResourceGroupName "myresourcegroup" -Name "myiothub ```output ResourceGroupName SubscriptionId EndpointName ----------------- -------------- ------------ -resourcegroup1 91d12343-a3de-345d-b2ea-135792468abc E1 -resourcegroup1 91d12343-a3de-345d-b2ea-135792468abc E2 +resourcegroup1 aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e E1 +resourcegroup1 aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e E2 ``` Get all the endpoints of type EventHub from "myiothub" IoT Hub. @@ -73,7 +73,7 @@ Get-AzIotHubRoutingEndpoint -ResourceGroupName "myresourcegroup" -Name "myiothub ```output ResourceGroupName : resourcegroup1 -SubscriptionId : 91d12343-a3de-345d-b2ea-135792468abc +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e EndpointName : E1 ConnectionString : Endpoint=sb://myeventhub1.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_myeventhub1;SharedAccessKey=****;EntityPath=event1 ``` @@ -87,7 +87,7 @@ Get-AzIotHubRoutingEndpoint -ResourceGroupName "myresourcegroup" -Name "myiothub ```output ResourceGroupName : resourcegroup1 -SubscriptionId : 91d12343-a3de-345d-b2ea-135792468abc +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e EndpointName : E1 ConnectionString : Endpoint=sb://myeventhub1.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_myeventhub1;SharedAccessKey=****;EntityPath=event1 ``` diff --git a/azps-15.3.0/Az.IotHub/Set-AzIotHubVerifiedCertificate.md b/azps-15.3.0/Az.IotHub/Set-AzIotHubVerifiedCertificate.md index 1a279d1767..a404b1d9c8 100644 --- a/azps-15.3.0/Az.IotHub/Set-AzIotHubVerifiedCertificate.md +++ b/azps-15.3.0/Az.IotHub/Set-AzIotHubVerifiedCertificate.md @@ -50,7 +50,7 @@ ResourceGroupName : myresourcegroup Name : myiothub CertificateName : mycertificate Subject : CN=mycertificate -Thumbprint : 38303FC7371EC13DDE3E18D712C8414EE50969C7 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Status : Verified Expiry : 1/01/2027 16:01 Created : 1/01/2017 16:01 diff --git a/azps-15.3.0/Az.KeyVault/Get-AzKeyVaultRandomNumber.md b/azps-15.3.0/Az.KeyVault/Get-AzKeyVaultRandomNumber.md index 1571864762..ba432d30ec 100644 --- a/azps-15.3.0/Az.KeyVault/Get-AzKeyVaultRandomNumber.md +++ b/azps-15.3.0/Az.KeyVault/Get-AzKeyVaultRandomNumber.md @@ -70,7 +70,7 @@ This command gets 10 random bytes as base-64 string from managed HSM "testmhsm" ### Example 3: Get random number by resource id ```powershell -Get-AzKeyVaultRandomNumber -ResourceId /subscriptions/0b1fxxxx-xxxx-xxxx-aec3-xxxx72f09590/resourceGroups/test-rg/providers/Microsoft.KeyVault/managedHSMs/testhsm -Count 10 +Get-AzKeyVaultRandomNumber -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/providers/Microsoft.KeyVault/managedHSMs/testhsm -Count 10 ``` ```output diff --git a/azps-15.3.0/Az.KeyVault/New-AzKeyVaultManagedHsm.md b/azps-15.3.0/Az.KeyVault/New-AzKeyVaultManagedHsm.md index 75fc46394b..21a87112a3 100644 --- a/azps-15.3.0/Az.KeyVault/New-AzKeyVaultManagedHsm.md +++ b/azps-15.3.0/Az.KeyVault/New-AzKeyVaultManagedHsm.md @@ -70,10 +70,10 @@ New-AzKeyVaultManagedHsm -Name 'myhsm' -ResourceGroupName 'myrg1' -Location 'eas Managed HSM Name : myhsm Resource Group Name : myrg1 Location : eastus2euap -Resource ID : /subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/bez-rg/pro +Resource ID : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/bez-rg/pro viders/Microsoft.KeyVault/managedHSMs/bezmhsm HSM Pool URI : -Tenant ID : 00001111-aaaa-2222-bbbb-3333cccc4444 +Tenant ID : aaaabbbb-0000-cccc-1111-dddd2222eeee Initial Admin Object Ids : {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} SKU : StandardB1 Soft Delete Enabled? : True diff --git a/azps-15.3.0/Az.KeyVault/Remove-AzKeyVaultAccessPolicy.md b/azps-15.3.0/Az.KeyVault/Remove-AzKeyVaultAccessPolicy.md index 0b0319459e..33a0dc74a3 100644 --- a/azps-15.3.0/Az.KeyVault/Remove-AzKeyVaultAccessPolicy.md +++ b/azps-15.3.0/Az.KeyVault/Remove-AzKeyVaultAccessPolicy.md @@ -188,7 +188,7 @@ This example identifies the application by using the service principal name regi ### Example 3: Remove permissions for an application by using its object ID ```powershell -Remove-AzKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -ObjectID 34595082-9346-41b6-8d6b-295a2808b8db +Remove-AzKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -ObjectID aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ``` This command removes all the permissions that an application has on the key vault named Contoso03Vault. diff --git a/azps-15.3.0/Az.KeyVault/Set-AzKeyVaultAccessPolicy.md b/azps-15.3.0/Az.KeyVault/Set-AzKeyVaultAccessPolicy.md index c30d537aab..1ca5191dbb 100644 --- a/azps-15.3.0/Az.KeyVault/Set-AzKeyVaultAccessPolicy.md +++ b/azps-15.3.0/Az.KeyVault/Set-AzKeyVaultAccessPolicy.md @@ -264,7 +264,7 @@ This example specifies the service principal name `http://payroll.contoso.com`, ### Example 3: Grant permissions for an application using its object ID ```powershell -Set-AzKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -ObjectId 34595082-9346-41b6-8d6b-295a2808b8db -PermissionsToSecrets Get,Set +Set-AzKeyVaultAccessPolicy -VaultName 'Contoso03Vault' -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -PermissionsToSecrets Get,Set ``` This command grants the application permissions to read and write secrets. diff --git a/azps-15.3.0/Az.KeyVault/Undo-AzKeyVaultManagedStorageAccountRemoval.md b/azps-15.3.0/Az.KeyVault/Undo-AzKeyVaultManagedStorageAccountRemoval.md index 6c308c7fda..647aa00a4b 100644 --- a/azps-15.3.0/Az.KeyVault/Undo-AzKeyVaultManagedStorageAccountRemoval.md +++ b/azps-15.3.0/Az.KeyVault/Undo-AzKeyVaultManagedStorageAccountRemoval.md @@ -43,7 +43,7 @@ Undo-AzKeyVaultManagedStorageAccountRemoval -VaultName myVault -Name myAccount Id : https://myvault.vault.azure.net:443/storage/myaccount Vault Name : myVault AccountName : myAccount -Account Resource Id : /subscriptions/8bc48661-1801-4b7a-8ca1-6a3cadfb4870/resourceGroups/myrg/providers/Microsoft.St +Account Resource Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myrg/providers/Microsoft.St orage/storageAccounts/myaccount Active Key Name : key2 Auto Regenerate Key : False diff --git a/azps-15.3.0/Az.KeyVault/Update-AzKeyVaultManagedHsm.md b/azps-15.3.0/Az.KeyVault/Update-AzKeyVaultManagedHsm.md index 9f1f61f0d8..136d164ae7 100644 --- a/azps-15.3.0/Az.KeyVault/Update-AzKeyVaultManagedHsm.md +++ b/azps-15.3.0/Az.KeyVault/Update-AzKeyVaultManagedHsm.md @@ -86,10 +86,10 @@ Update-AzKeyVaultManagedHsm -Name $hsmName -ResourceGroupName $resourceGroupName Managed HSM Name : testmhsm Resource Group Name : test-rg Location : eastus -Resource ID : /subscriptions/xxxxxx71-1bf0-4dda-aec3-xxxxxxxxxxxx/resourceGroups/test-rg/provide +Resource ID : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test-rg/provide rs/Microsoft.KeyVault/managedHSMs/testmhsm HSM Pool URI : -Tenant ID : 54xxxxxx-38d6-4fb2-bad9-xxxxxxxxxxxx +Tenant ID : aaaabbbb-0000-cccc-1111-dddd2222eeee Initial Admin Object Ids : {xxxxxx9e-5be9-4f43-abd2-xxxxxxxxxxxx} SKU : StandardB1 Soft Delete Enabled? : True diff --git a/azps-15.3.0/Az.Kusto/Get-AzKustoManagedPrivateEndpoint.md b/azps-15.3.0/Az.Kusto/Get-AzKustoManagedPrivateEndpoint.md index 3a9383f6fa..b6bb9f62fd 100644 --- a/azps-15.3.0/Az.Kusto/Get-AzKustoManagedPrivateEndpoint.md +++ b/azps-15.3.0/Az.Kusto/Get-AzKustoManagedPrivateEndpoint.md @@ -55,7 +55,7 @@ The above command returns all Kusto ManagedPrivateEndpoint in the cluster "myclu ### Example 2: Get a specific Kusto ManagedPrivateEndpoint by name ```powershell -Get-AzKustoManagedPrivateEndpoint -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "12345678-1234-1234-1234-123456789098" -Name "ManagedPrivateEndpointName" +Get-AzKustoManagedPrivateEndpoint -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "ManagedPrivateEndpointName" ``` ```output diff --git a/azps-15.3.0/Az.Kusto/Get-AzKustoPrivateEndpointConnection.md b/azps-15.3.0/Az.Kusto/Get-AzKustoPrivateEndpointConnection.md index db9a25eb43..2d4b3c7938 100644 --- a/azps-15.3.0/Az.Kusto/Get-AzKustoPrivateEndpointConnection.md +++ b/azps-15.3.0/Az.Kusto/Get-AzKustoPrivateEndpointConnection.md @@ -41,7 +41,7 @@ Gets a private endpoint connection. ### Example 1: List all Kusto PrivateEndpointConnection in a cluster by name ```powershell -Get-AzKustoPrivateEndpointConnection -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "12345678-1234-1234-1234-123456789098" +Get-AzKustoPrivateEndpointConnection -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -55,7 +55,7 @@ The above command returns all Kusto PrivateEndpointConnection in the cluster "my ### Example 2: Get a specific Kusto PrivateEndpointConnection by name ```powershell -Get-AzKustoPrivateEndpointConnection -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "12345678-1234-1234-1234-123456789098" -Name "privateEndpointConnectionName" +Get-AzKustoPrivateEndpointConnection -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Name "privateEndpointConnectionName" ``` ```output diff --git a/azps-15.3.0/Az.Kusto/New-AzKustoClusterPrincipalAssignment.md b/azps-15.3.0/Az.Kusto/New-AzKustoClusterPrincipalAssignment.md index c28e57878e..e17493c87d 100644 --- a/azps-15.3.0/Az.Kusto/New-AzKustoClusterPrincipalAssignment.md +++ b/azps-15.3.0/Az.Kusto/New-AzKustoClusterPrincipalAssignment.md @@ -29,7 +29,7 @@ Create a Kusto cluster principalAssignment. ### Example 1: Create a Kusto cluster principalAssignment ```powershell -New-AzKustoClusterPrincipalAssignment -ResourceGroupName testrg -ClusterName testnewkustocluster -PrincipalAssignmentName kustoprincipal1 -PrincipalId "7e1cb39f-d2cb-4f0d-801a-c9ea1f376e96" -PrincipalType App -Role AllDatabasesAdmin +New-AzKustoClusterPrincipalAssignment -ResourceGroupName testrg -ClusterName testnewkustocluster -PrincipalAssignmentName kustoprincipal1 -PrincipalId "aaaaaaaa-bbbb-cccc-1111-222222222222" -PrincipalType App -Role AllDatabasesAdmin ``` ```output diff --git a/azps-15.3.0/Az.Kusto/New-AzKustoDatabasePrincipalAssignment.md b/azps-15.3.0/Az.Kusto/New-AzKustoDatabasePrincipalAssignment.md index 3e6095ad95..a33a69ee76 100644 --- a/azps-15.3.0/Az.Kusto/New-AzKustoDatabasePrincipalAssignment.md +++ b/azps-15.3.0/Az.Kusto/New-AzKustoDatabasePrincipalAssignment.md @@ -29,7 +29,7 @@ Creates a Kusto cluster database principalAssignment. ### Example 1: Create a Kusto cluster database principalAssignment ```powershell -New-AzKustoDatabasePrincipalAssignment -ResourceGroupName testrg -ClusterName testnewkustocluster -DatabaseName mykustodatabase -PrincipalAssignmentName kustoprincipal1 -PrincipalId "7e1cb39f-d2cb-4f0d-801a-c9ea1f376e96" -PrincipalType App -Role Admin +New-AzKustoDatabasePrincipalAssignment -ResourceGroupName testrg -ClusterName testnewkustocluster -DatabaseName mykustodatabase -PrincipalAssignmentName kustoprincipal1 -PrincipalId "aaaaaaaa-bbbb-cccc-1111-222222222222" -PrincipalType App -Role Admin ``` ```output diff --git a/azps-15.3.0/Az.Kusto/New-AzKustoPrivateEndpointConnection.md b/azps-15.3.0/Az.Kusto/New-AzKustoPrivateEndpointConnection.md index 4473776a76..525064fde6 100644 --- a/azps-15.3.0/Az.Kusto/New-AzKustoPrivateEndpointConnection.md +++ b/azps-15.3.0/Az.Kusto/New-AzKustoPrivateEndpointConnection.md @@ -36,13 +36,13 @@ Approve or reject a private endpoint connection with a given name. ### Example 1: Create a new PrivateEndpointConnection in a cluster ```powershell -New-AzKustoPrivateEndpointConnection -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "12345678-1234-1234-1234-123456789098" -Parameter $privateEndpointConnection -Name "testprivateconnection-12345678-1234-1234-1234-123456789098" +New-AzKustoPrivateEndpointConnection -ClusterName "mycluster" -ResourceGroupName "testrg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Parameter $privateEndpointConnection -Name "testprivateconnection-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output Name Type ---- ---- -testprivateconnection-12345678-1234-1234-1234-123456789098 Microsoft.Kusto/Clusters/PrivateEndpointConnections +testprivateconnection-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Microsoft.Kusto/Clusters/PrivateEndpointConnections ``` The above command creates a new PrivateEndpointConnection in the cluster "mycluster" found in the resource group "testrg". diff --git a/azps-15.3.0/Az.LambdaTest/New-AzLambdaTestOrganization.md b/azps-15.3.0/Az.LambdaTest/New-AzLambdaTestOrganization.md index 4e5cf7ce14..6be55e5ba1 100644 --- a/azps-15.3.0/Az.LambdaTest/New-AzLambdaTestOrganization.md +++ b/azps-15.3.0/Az.LambdaTest/New-AzLambdaTestOrganization.md @@ -49,11 +49,11 @@ Create a OrganizationResource ### Example 1: Create a new Organization in a Resource Group with SSO ```powershell -New-AzLambdaTestOrganization -Name "test-cli-instance-3" -Location "Central US EUAP" -ResourceGroupName "abdul-test" -PartnerPropertyLicensesSubscribed 3 -SubscriptionId "fc35d936-3b89-41f8-8110-a24b56826c37" -MarketplaceSubscriptionId "fc35d936-3b89-41f8-8110-a24b56826c37" -OfferDetailOfferId "lambdatest_liftr_testing" -OfferDetailPlanId "testing" -OfferDetailPlanName "testing_liftr" -OfferDetailTermUnit "P1Y" -OfferDetailPublisherId "lambdatestinc1584019832435" -OfferDetailTermId "o73usof6rkyy" -SingleSignOnPropertyEnterpriseAppId "0b9873df-1629-4036-9360-5f2f65c0a0d3" -SingleSignOnPropertyAadDomain @("MicrosoftCustomerLed.onmicrosoft.com") -SingleSignOnPropertyType "Saml" -Tag @{"TestName" = "TestValue"} -UserEmailAddress "aggarwalsw@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "aggarwalsw@microsoft.com" +New-AzLambdaTestOrganization -Name "test-cli-instance-3" -Location "Central US EUAP" -ResourceGroupName "abdul-test" -PartnerPropertyLicensesSubscribed 3 -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -MarketplaceSubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -OfferDetailOfferId "lambdatest_liftr_testing" -OfferDetailPlanId "testing" -OfferDetailPlanName "testing_liftr" -OfferDetailTermUnit "P1Y" -OfferDetailPublisherId "lambdatestinc1584019832435" -OfferDetailTermId "o73usof6rkyy" -SingleSignOnPropertyEnterpriseAppId "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" -SingleSignOnPropertyAadDomain @("MicrosoftCustomerLed.onmicrosoft.com") -SingleSignOnPropertyType "Saml" -Tag @{"TestName" = "TestValue"} -UserEmailAddress "aggarwalsw@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "aggarwalsw@microsoft.com" ``` ```output -Id : /subscriptions/fc35d936-3b89-41f8-8110-a24b56826c37/resourceGroups/abdul-test/providers/LambdaTest.HyperExecute/organizations/test-cli-instance-3 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/abdul-test/providers/LambdaTest.HyperExecute/organizations/test-cli-instance-3 IdentityPrincipalId : IdentityTenantId : IdentityType : @@ -73,7 +73,7 @@ PartnerPropertyLicensesSubscribed : 3 ProvisioningState : Succeeded ResourceGroupName : abdul-test SingleSignOnPropertyAadDomain : {MicrosoftCustomerLed.onmicrosoft.com} -SingleSignOnPropertyEnterpriseAppId : 0b9873df-1629-4036-9360-5f2f65c0a0d3 +SingleSignOnPropertyEnterpriseAppId : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f SingleSignOnPropertyState : SingleSignOnPropertyType : Saml SingleSignOnPropertyUrl : @@ -98,11 +98,11 @@ This command will create a new LambdaTest Resource ### Example 1: Create a new Organization in a Resource Group without SSO ```powershell -New-AzLambdaTestOrganization -Name "test-cli-instance-2" -PartnerPropertyLicensesSubscribed 3 -Location "Central US EUAP" -ResourceGroupName "abdul-test" -SubscriptionId "fc35d936-3b89-41f8-8110-a24b56826c37" -MarketplaceSubscriptionId "fc35d936-3b89-41f8-8110-a24b56826c37" -OfferDetailOfferId "lambdatest_liftr_testing" -OfferDetailPlanId "testing" -OfferDetailPlanName "testing_liftr" -OfferDetailTermUnit "P1Y" -OfferDetailPublisherId "lambdatestinc1584019832435" -OfferDetailTermId "o73usof6rkyy" -Tag @{"TestName" = "TestValue"} -UserEmailAddress "aggarwalsw@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "aggarwalsw@microsoft.com" +New-AzLambdaTestOrganization -Name "test-cli-instance-2" -PartnerPropertyLicensesSubscribed 3 -Location "Central US EUAP" -ResourceGroupName "abdul-test" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -MarketplaceSubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -OfferDetailOfferId "lambdatest_liftr_testing" -OfferDetailPlanId "testing" -OfferDetailPlanName "testing_liftr" -OfferDetailTermUnit "P1Y" -OfferDetailPublisherId "lambdatestinc1584019832435" -OfferDetailTermId "o73usof6rkyy" -Tag @{"TestName" = "TestValue"} -UserEmailAddress "aggarwalsw@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "aggarwalsw@microsoft.com" ``` ```output -Id : /subscriptions/fc35d936-3b89-41f8-8110-a24b56826c37/resourceGroups/abdul-test/providers/LambdaTest.HyperExecute/organizations/test-cli-instance-2 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/abdul-test/providers/LambdaTest.HyperExecute/organizations/test-cli-instance-2 IdentityPrincipalId : IdentityTenantId : IdentityType : diff --git a/azps-15.3.0/Az.LogicApp/Get-AzLogicAppRunHistory.md b/azps-15.3.0/Az.LogicApp/Get-AzLogicAppRunHistory.md index 86ffabaf28..b6c77d3717 100644 --- a/azps-15.3.0/Az.LogicApp/Get-AzLogicAppRunHistory.md +++ b/azps-15.3.0/Az.LogicApp/Get-AzLogicAppRunHistory.md @@ -40,7 +40,7 @@ Get-AzLogicAppRunHistory -ResourceGroupName "Resourcegroup11" -Name "LogicApp03" ``` ```output -CorrelationId : 00001111-aaaa-2222-bbbb-3333cccc4444 +CorrelationId : aaaa0000-bb11-2222-33cc-444444dddddd EndTime : 1/13/2016 2:46:55 PM Error : {code, message} Name : 08587489104702792076 @@ -51,7 +51,7 @@ TriggerName : LogicAppName : LogicApp03 LogicAppVersion : 08587489107859952540 -CorrelationId : 00001111-aaaa-2222-bbbb-3333cccc4444 +CorrelationId : aaaa0000-bb11-2222-33cc-444444dddddd EndTime : 1/13/2016 2:42:56 PM Error : {code, message} Name : 08587489107100664541 @@ -72,7 +72,7 @@ Get-AzLogicAppRunHistory -ResourceGroupName "Resourcegroup11" -Name "LogicApp03" ``` ```output -CorrelationId : 00001111-aaaa-2222-bbbb-3333cccc4444 +CorrelationId : aaaa0000-bb11-2222-33cc-444444dddddd EndTime : 1/13/2016 2:46:55 PM Error : {code, message} Name : 08587489104702792076 diff --git a/azps-15.3.0/Az.Maintenance/Get-AzApplyUpdate.md b/azps-15.3.0/Az.Maintenance/Get-AzApplyUpdate.md index 05362b7e2b..e87852e242 100644 --- a/azps-15.3.0/Az.Maintenance/Get-AzApplyUpdate.md +++ b/azps-15.3.0/Az.Maintenance/Get-AzApplyUpdate.md @@ -32,9 +32,9 @@ Get-AzApplyUpdate -ResourceGroupName smdtest$region -ResourceParentType hostGrou ```output Status : InProgress -ResourceId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2 LastUpdateTime : 11/8/2019 9:39:01 AM -Id : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/applyUpdates/default +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/applyUpdates/default Name : default Type : Microsoft.Maintenance/applyUpdates ``` diff --git a/azps-15.3.0/Az.Maintenance/Get-AzConfigurationAssignment.md b/azps-15.3.0/Az.Maintenance/Get-AzConfigurationAssignment.md index ef6ac70a16..5a3ba5967c 100644 --- a/azps-15.3.0/Az.Maintenance/Get-AzConfigurationAssignment.md +++ b/azps-15.3.0/Az.Maintenance/Get-AzConfigurationAssignment.md @@ -32,9 +32,9 @@ Get-AzConfigurationAssignment -ResourceGroupName smdtestwestus2 -ResourceParentT ``` ```output -MaintenanceConfigurationId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps1/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2 +MaintenanceConfigurationId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ps1/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2 Id : -/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps2 +/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps2 Name : ps2 Type : Microsoft.Maintenance/configurationAssignments ``` @@ -47,8 +47,8 @@ Get-AzConfigurationAssignment -ResourceGroupName 'rgtestwestus2' -ProviderName M ``` ```output -MaintenanceConfigurationId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/maintenanceconfigurations/providers/microsoft.maintenance/maintenanceconfigurations/dynamicfiltertag -ResourceId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/rgtestwestus2/providers/microsoft.hybridcompute/machines/laptop-abcdefg +MaintenanceConfigurationId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/maintenanceconfigurations/providers/microsoft.maintenance/maintenanceconfigurations/dynamicfiltertag +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/rgtestwestus2/providers/microsoft.hybridcompute/machines/laptop-abcdefg Id : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa747/resourcegroups/rgtestwestus2/providers/Microsoft.HybridCompute/machines/LAPTOP-ABCDEFG/providers/Microsoft.Maintenance/configurationAssignments/pphsfbx2qur7k-azpolicy Name : pphsfbx2qur7k-azpolicy Type : Microsoft.Maintenance/configurationAssignments @@ -62,8 +62,8 @@ Get-AzConfigurationAssignment -ResourceGroupName 'ArcMachines' -ProviderName Mic ``` ```output -MaintenanceConfigurationId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/maintenanceconfigurations/providers/microsoft.maintenance/maintenanceconfigurations/dynamicfiltertag -ResourceId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/arcmachines/providers/microsoft.hybridcompute/machines/laptop-ivmi31g2 +MaintenanceConfigurationId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/maintenanceconfigurations/providers/microsoft.maintenance/maintenanceconfigurations/dynamicfiltertag +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/arcmachines/providers/microsoft.hybridcompute/machines/laptop-ivmi31g2 Id : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa747/resourcegroups/arcmachines/providers/Microsoft.HybridCompute/machines/LAPTOP-IVMI31G2/providers/Microsoft.Maintenance/configurationAssignments/pphsfbx2qur7k-azpolicy Name : pphsfbx2qur7k-azpolicy Type : Microsoft.Maintenance/configurationAssignments diff --git a/azps-15.3.0/Az.Maintenance/Get-AzMaintenanceUpdate.md b/azps-15.3.0/Az.Maintenance/Get-AzMaintenanceUpdate.md index 357ca1e7c6..22f258b46e 100644 --- a/azps-15.3.0/Az.Maintenance/Get-AzMaintenanceUpdate.md +++ b/azps-15.3.0/Az.Maintenance/Get-AzMaintenanceUpdate.md @@ -36,7 +36,7 @@ ImpactType : Freeze Status : Pending ImpactDurationInSec : 9 NotBefore : 1/24/2020 5:11:41 AM -ResourceId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2 ``` Get pending maintenance updates to resource. diff --git a/azps-15.3.0/Az.Maintenance/New-AzApplyUpdate.md b/azps-15.3.0/Az.Maintenance/New-AzApplyUpdate.md index dd267477a6..0f99232c20 100644 --- a/azps-15.3.0/Az.Maintenance/New-AzApplyUpdate.md +++ b/azps-15.3.0/Az.Maintenance/New-AzApplyUpdate.md @@ -33,10 +33,10 @@ New-AzApplyUpdate -ResourceGroupName smdtest$region -ResourceParentType hostGrou ```output Status : InProgress -ResourceId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2 LastUpdateTime : 11/8/2019 9:39:01 AM Id : -/subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/applyUpdates/cbd4c97d-2011-4fa3-9df1-525f97e74eac +/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/applyUpdates/cbd4c97d-2011-4fa3-9df1-525f97e74eac Name : cbd4c97d-2011-4fa3-9df1-525f97e74eac Type : Microsoft.Maintenance/applyUpdates ``` diff --git a/azps-15.3.0/Az.Maintenance/New-AzConfigurationAssignment.md b/azps-15.3.0/Az.Maintenance/New-AzConfigurationAssignment.md index 8c546d4a1a..23fe10b093 100644 --- a/azps-15.3.0/Az.Maintenance/New-AzConfigurationAssignment.md +++ b/azps-15.3.0/Az.Maintenance/New-AzConfigurationAssignment.md @@ -36,7 +36,7 @@ New-AzConfigurationAssignment -ResourceGroupName smdtest$location -ResourceParen ```output Location : westus2 MaintenanceConfigurationId : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/ps1/providers/Microsoft.Maintenance/maintenanceConfigurations/ps2 -ResourceId : 7b32ed22-dc7b-4a17-9c42-36c024f4c9f9 +ResourceId : a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 Id : /subscriptions/42c974dd-2c03-4f1b-96ad-b07f050aaa74/resourcegroups/smdtestwestus2/providers/Microsoft.Compute/hostGroups/smddhgwestus2/hosts/smddhwestus2/providers/Microsoft.Maintenance/configurationAssignments/ps2 Name : ps2 @@ -47,14 +47,14 @@ Register maintenance configuration for dedicated host. ### Example 2 ```powershell -New-AzConfigurationAssignment -ConfigurationAssignmentName configAssignmentName -MaintenanceConfigurationId /subscriptions/eee2cef4-bc47-4278-b4f8-cfc65f25dfd8/resourceGroups/AUMDemov01/providers/Microsoft.Maintenance/maintenanceConfigurations/kachavan-prepost01 -FilterLocation eastus2euap,centraluseuap -FilterOsType Windows,Linux -FilterTag '{"tagKey1" : ["tagKey1Value1", "tagKey1Value2"], "tagKey2" : ["tagKey2Value1", "tagKey2Value2", "tagKey2Value3"] }' -FilterOperator "Any" -Location global +New-AzConfigurationAssignment -ConfigurationAssignmentName configAssignmentName -MaintenanceConfigurationId /subscriptions/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2/resourceGroups/AUMDemov01/providers/Microsoft.Maintenance/maintenanceConfigurations/kachavan-prepost01 -FilterLocation eastus2euap,centraluseuap -FilterOsType Windows,Linux -FilterTag '{"tagKey1" : ["tagKey1Value1", "tagKey1Value2"], "tagKey2" : ["tagKey2Value1", "tagKey2Value2", "tagKey2Value3"] }' -FilterOperator "Any" -Location global ``` ```output Location : global -MaintenanceConfigurationId : /subscriptions/eee2cef4-bc47-4278-b4f8-cfc65f25dfd8/resourceGroups/AUMDemov01/providers/Microsoft.Maintenance/maintenanceConfigurations/kachavan-prepost01 -ResourceId : /subscriptions/eee2cef4-bc47-4278-b4f8-cfc65f25dfd8 -Id : /subscriptions/eee2cef4-bc47-4278-b4f8-cfc65f25dfd8/providers/microsoft.maintenance/configurationassignments/configassignmentname +MaintenanceConfigurationId : /subscriptions/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2/resourceGroups/AUMDemov01/providers/Microsoft.Maintenance/maintenanceConfigurations/kachavan-prepost01 +ResourceId : /subscriptions/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 +Id : /subscriptions/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2/providers/microsoft.maintenance/configurationassignments/configassignmentname Name : configassignmentname Type : microsoft.maintenance/configurationassignments FilterTag : {"tagKey1":["tagKey1Value1","tagKey1Value2"],"tagKey2":["tagKey2Value1","tagKey2Value2","tagKey2Value3"]} diff --git a/azps-15.3.0/Az.ManagementPartner/Get-AzManagementPartner.md b/azps-15.3.0/Az.ManagementPartner/Get-AzManagementPartner.md index 2ab4492b65..a9084087f0 100644 --- a/azps-15.3.0/Az.ManagementPartner/Get-AzManagementPartner.md +++ b/azps-15.3.0/Az.ManagementPartner/Get-AzManagementPartner.md @@ -32,8 +32,8 @@ Get-AzManagementPartner ```output PartnerId : 4977985 PartnerName : Test_Test_DPORTest -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 -ObjectId : aa67f786-0552-423e-8849-244ed12bf581 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee +ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb State : Active ``` @@ -47,8 +47,8 @@ Get-AzManagementPartner -PartnerId 4977985 ```output PartnerId : 4977985 PartnerName : Test_Test_DPORTest -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 -ObjectId : aa67f786-0552-423e-8849-244ed12bf581 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee +ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb State : Active ``` @@ -106,4 +106,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-AzManagementPartner](./New-AzManagementPartner.md) [Update-AzManagementPartner](./Update-AzManagementPartner.md) - diff --git a/azps-15.3.0/Az.ManagementPartner/New-AzManagementPartner.md b/azps-15.3.0/Az.ManagementPartner/New-AzManagementPartner.md index 65442f8770..24097b6a2f 100644 --- a/azps-15.3.0/Az.ManagementPartner/New-AzManagementPartner.md +++ b/azps-15.3.0/Az.ManagementPartner/New-AzManagementPartner.md @@ -33,8 +33,8 @@ New-AzManagementPartner -PartnerId 4977985 ```output PartnerId : 4977985 PartnerName : Test_Test_DPORTest -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 -ObjectId : aa67f786-0552-423e-8849-244ed12bf581 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee +ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb State : Active ``` @@ -123,4 +123,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-AzManagementPartner](./Get-AzManagementPartner.md) [Update-AzManagementPartner](./Update-AzManagementPartner.md) - diff --git a/azps-15.3.0/Az.ManagementPartner/Update-AzManagementPartner.md b/azps-15.3.0/Az.ManagementPartner/Update-AzManagementPartner.md index 9721342173..1197f732a8 100644 --- a/azps-15.3.0/Az.ManagementPartner/Update-AzManagementPartner.md +++ b/azps-15.3.0/Az.ManagementPartner/Update-AzManagementPartner.md @@ -33,8 +33,8 @@ Update-AzManagementPartner -PartnerId 4977985 ```output PartnerId : 4977985 PartnerName : Test_Test_DPORTest -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 -ObjectId : aa67f786-0552-423e-8849-244ed12bf581 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee +ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb State : Active ``` @@ -123,4 +123,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-AzManagementPartner](./New-AzManagementPartner.md) [Get-AzManagementPartner](./Get-AzManagementPartner.md) - diff --git a/azps-15.3.0/Az.Marketplace/Get-AzMarketplaceCollectionToSubscriptionMapping.md b/azps-15.3.0/Az.Marketplace/Get-AzMarketplaceCollectionToSubscriptionMapping.md index b72188aa74..6d67839858 100644 --- a/azps-15.3.0/Az.Marketplace/Get-AzMarketplaceCollectionToSubscriptionMapping.md +++ b/azps-15.3.0/Az.Marketplace/Get-AzMarketplaceCollectionToSubscriptionMapping.md @@ -61,7 +61,7 @@ For a given subscriptions list, the API will return a map of collections and the ### Example 1: Map subscriptions to collections ```powershell -$res = Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -Payload @{SubscriptionId = "53425a7b-4ac1-4729-8340-e1da5046212c"} +$res = Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -Payload @{SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"} $res.keys ``` @@ -227,4 +227,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md index 675bfaa136..c4ffb6dc31 100644 --- a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md +++ b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md @@ -28,7 +28,7 @@ Get a list of all offers in the given collection according to the required conte ### Example 1: Map offers to subscriptions ```powershell -Get-AzMarketplacePrivateStoreCollectionMapOffersToContext -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -CollectionId a260d38c-96cf-492d-a340-404d0c4b3ad6 -SubscriptionId 1f58b5dd-313c-42ed-84fc-f1e351bba7fb,ab3de7bc-7a6e-4e9f-a34a-f6922df453e4 +Get-AzMarketplacePrivateStoreCollectionMapOffersToContext -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -CollectionId a260d38c-96cf-492d-a340-404d0c4b3ad6 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e,bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f ``` Get a list of all offers in the given collection according to the required subscriptions. @@ -139,4 +139,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreOffer.md b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreOffer.md index 2abd302bac..bd4cab5e9a 100644 --- a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreOffer.md +++ b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreOffer.md @@ -63,7 +63,7 @@ Get private store's offers with private + public plans that were added under te ### Example 2 ```powershell -Get-AzMarketplacePrivateStoreOffer -PrivateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -SubscriptionId bc17bb69-1264-4f90-a9f6-0e51e29d5281 +Get-AzMarketplacePrivateStoreOffer -PrivateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -75,7 +75,7 @@ PrivateStoreId : 7gh67884-1r56-44fb-a93d-030d4ae08b2d CreatedBy : CreatedDate : 01/01/0001 00:00:00 SpecificPlanIdsLimitation : {large-pr, small-pr} -Id : /subscriptions/bc17bb69-1264-4f90-a9f6-0e51e29d5281/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ publisherid.offerid Name : publisherid.offerid Type : Microsoft.Marketplace/privateStores/offers @@ -88,7 +88,7 @@ PrivateStoreId : 7gh67884-1r56-44fb-a93d-030d4ae08b2d CreatedBy : CreatedDate : 01/01/0001 00:00:00 SpecificPlanIdsLimitation : {azure_managedservices_professional-pr} -Id : /subscriptions/bc17bb69-1264-4f90-a9f6-0e51e29d5281/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ publisherid1.offerid1 Name : publisherid1.offerid1 Type : Microsoft.Marketplace/privateStores/offers @@ -120,7 +120,7 @@ Get private store's offer with private + public plans that was been added under ### Example 4 ```powershell -Get-AzMarketplacePrivateStoreOffer -PrivateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -OfferId publisherid.offerid -SubscriptionId bc17bb69-1264-4f90-a9f6-0e51e29d5281 +Get-AzMarketplacePrivateStoreOffer -PrivateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -OfferId publisherid.offerid -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -132,7 +132,7 @@ PrivateStoreId : 7gh67884-1r56-44fb-a93d-030d4ae08b2d CreatedBy : CreatedDate : 01/01/0001 00:00:00 SpecificPlanIdsLimitation : {large-pr, small-pr} -Id : /subscriptions/bc17bb69-1264-4f90-a9f6-0e51e29d5281/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ publisherid.offerid Name : publisherid.offerid Type : Microsoft.Marketplace/privateStores/offers @@ -216,4 +216,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserOffer.md b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserOffer.md index 0968defabb..02ddd9ba04 100644 --- a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserOffer.md +++ b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserOffer.md @@ -36,7 +36,7 @@ List of user's approved offers for the provided offers and subscriptions ### Example 1: List all approved offers for a user ```powershell -Get-AzMarketplacePrivateStoreUserOffer -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -OfferId aumatics.azure_managedservices -SubscriptionId 1f58b5dd-313c-42ed-84fc-f1e351bba7fb +Get-AzMarketplacePrivateStoreUserOffer -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -OfferId aumatics.azure_managedservices -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` List of user's approved offers for the provided offers and subscriptions. @@ -164,4 +164,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserRule.md b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserRule.md index 24ef16e2e2..b14e51067e 100644 --- a/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserRule.md +++ b/azps-15.3.0/Az.Marketplace/Get-AzMarketplacePrivateStoreUserRule.md @@ -34,7 +34,7 @@ All rules approved in the private store that are relevant for user subscriptions ### Example 1: Get all applied rules for user subscriptions ```powershell -Get-AzMarketplacePrivateStoreUserRule -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -SubscriptionId 1f58b5dd-313c-42ed-84fc-f1e351bba7fb +Get-AzMarketplacePrivateStoreUserRule -PrivateStoreId a260d38c-96cf-492d-a340-404d0c4b3ad6 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` All rules approved in the private store that are relevant for user subscriptions. @@ -147,4 +147,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Marketplace/Set-AzMarketplacePrivateStoreOffer.md b/azps-15.3.0/Az.Marketplace/Set-AzMarketplacePrivateStoreOffer.md index 865af1e959..e0beb9b050 100644 --- a/azps-15.3.0/Az.Marketplace/Set-AzMarketplacePrivateStoreOffer.md +++ b/azps-15.3.0/Az.Marketplace/Set-AzMarketplacePrivateStoreOffer.md @@ -36,7 +36,7 @@ Set-AzMarketplacePrivateStoreOffer -privateStoreId 7gh67884-1r56-44fb-a93d-030d4 UniqueOfferId : publisherid.offerid OfferDisplayName : PublisherDisplayName : -ETag : "04009562-0000-0600-0000-5ecd2fb00000" +ETag : "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" PrivateStoreId : 7gh67884-1r56-44fb-a93d-030d4ae08b2d CreatedBy : CreatedDate : 01/01/0001 00:00:00 @@ -51,19 +51,19 @@ Creates offer with private + public plans for private store that was created und ### Example 2 ```powershell -Set-AzMarketplacePrivateStoreOffer -privateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -offerId publisherid.offerid -SubscriptionId bc17bb69-1264-4f90-a9f6-0e51e29d5281 -SpecificPlanIdsLimitation @("PublisherEnterpriseLinux72", "PublisherEnterpriseLinux72-ARM", "PublisherEnterpriseLinux73", "PublisherEnterpriseLinux73-ARM ", "PublisherEnterpriseLinux73-ARM-pr") +Set-AzMarketplacePrivateStoreOffer -privateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -offerId publisherid.offerid -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -SpecificPlanIdsLimitation @("PublisherEnterpriseLinux72", "PublisherEnterpriseLinux72-ARM", "PublisherEnterpriseLinux73", "PublisherEnterpriseLinux73-ARM ", "PublisherEnterpriseLinux73-ARM-pr") ``` ```output UniqueOfferId : publisherid.offerid OfferDisplayName : PublisherDisplayName : -ETag : "04009562-0000-0600-0000-5ecd2fb00000" +ETag : "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" PrivateStoreId : 7gh67884-1r56-44fb-a93d-030d4ae08b2d CreatedBy : CreatedDate : 01/01/0001 00:00:00 SpecificPlanIdsLimitation : {PublisherEnterpriseLinux73-ARM-pr} -Id : /subscriptions/bc17bb69-1264-4f90-a9f6-0e51e29d5281/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ publisherid.offerid Name : publisherid.offerid Type : Microsoft.Marketplace/privateStores/offers @@ -73,7 +73,7 @@ Creates offer with private plans only for private store that was created under s ### Example 3 ```powershell -Set-AzMarketplacePrivateStoreOffer -privateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -offerId publisherid.offerid -SpecificPlanIdsLimitation @("PublisherEnterpriseLinux72", "PublisherEnterpriseLinux72-ARM", "PublisherEnterpriseLinux73") -ETag 04009562-0000-0600-0000-5ecd2fb00000 +Set-AzMarketplacePrivateStoreOffer -privateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -offerId publisherid.offerid -SpecificPlanIdsLimitation @("PublisherEnterpriseLinux72", "PublisherEnterpriseLinux72-ARM", "PublisherEnterpriseLinux73") -ETag bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f ``` ```output @@ -95,7 +95,7 @@ Updates offer with private + public plans for private store that was created und ### Example 4 ```powershell -Set-AzMarketplacePrivateStoreOffer -privateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -offerId publisherid.offerid -SubscriptionId bc17bb69-1264-4f90-a9f6-0e51e29d5281 -SpecificPlanIdsLimitation @("PublisherEnterpriseLinux73-pr") -ETag 04009562-0000-0600-0000-5ecd2fb00000 +Set-AzMarketplacePrivateStoreOffer -privateStoreId 7gh67884-1r56-44fb-a93d-030d4ae08b2d -offerId publisherid.offerid -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -SpecificPlanIdsLimitation @("PublisherEnterpriseLinux73-pr") -ETag bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f ``` ```output @@ -107,7 +107,7 @@ PrivateStoreId : 7gh67884-1r56-44fb-a93d-030d4ae08b2d CreatedBy : CreatedDate : 01/01/0001 00:00:00 SpecificPlanIdsLimitation : {PublisherEnterpriseLinux73-pr} -Id : /subscriptions/bc17bb69-1264-4f90-a9f6-0e51e29d5281/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Marketplace/privateStores/7gh67884-1r56-44fb-a93d-030d4ae08b2d/offers/ publisherid.offerid Name : publisherid.offerid Type : Microsoft.Marketplace/privateStores/offers @@ -252,4 +252,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Migrate/Get-AzMigrateRunAsAccount.md b/azps-15.3.0/Az.Migrate/Get-AzMigrateRunAsAccount.md index 153d8728cc..b1087cb28a 100644 --- a/azps-15.3.0/Az.Migrate/Get-AzMigrateRunAsAccount.md +++ b/azps-15.3.0/Az.Migrate/Get-AzMigrateRunAsAccount.md @@ -40,20 +40,20 @@ Get-AzMigrateRunAsAccount -SubscriptionId xxx-xxx-xxx -ResourceGroupName BugBas ```output Name Type ---- ---- -b090bef3-b733-5e34-bc8f-eb6f2701432a Microsoft.OffAzure/VMwareSites/runasaccounts +aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Microsoft.OffAzure/VMwareSites/runasaccounts ``` List all run as accounts in a site. ### Example 2: Get ```powershell -Get-AzMigrateRunAsAccount -SubscriptionId xxx-xxx-xxx -ResourceGroupName BugBashAVSVMware -SiteName BBVMwareAVScbbcsite -AccountName b090bef3-b733-5e34-bc8f-eb6f2701432a +Get-AzMigrateRunAsAccount -SubscriptionId xxx-xxx-xxx -ResourceGroupName BugBashAVSVMware -SiteName BBVMwareAVScbbcsite -AccountName aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output Name Type ---- ---- -b090bef3-b733-5e34-bc8f-eb6f2701432a Microsoft.OffAzure/VMwareSites/runasaccounts +aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Microsoft.OffAzure/VMwareSites/runasaccounts ``` Get Run as account by name. diff --git a/azps-15.3.0/Az.Migrate/New-AzMigrateLocalServerReplication.md b/azps-15.3.0/Az.Migrate/New-AzMigrateLocalServerReplication.md index fff285ff7d..a2bb4f4585 100644 --- a/azps-15.3.0/Az.Migrate/New-AzMigrateLocalServerReplication.md +++ b/azps-15.3.0/Az.Migrate/New-AzMigrateLocalServerReplication.md @@ -53,10 +53,10 @@ EndTime : 1/1/1900 8:54:47 PM Error : {} Id : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/jobs/f2d3430a-2977-419f-abd5-11d171e17f5e Name : f2d3430a-2977-419f-abd5-11d171e17f5e -ObjectId : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/protectedItems/0ec082d5-6827-457a-bae2-f986e1b94555 +ObjectId : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/protectedItems/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectInternalId : a8b5ee68-102c-5aae-9499-c57a475a8fd4 ObjectInternalName : test_vm -ObjectName : 0ec082d5-6827-457a-bae2-f986e1b94555 +ObjectName : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : ProtectedItem ReplicationProviderId : xxx-xxx-xxx SourceFabricProviderId : b35da11c-d69e-4220-9a90-d81ed93ad2fc @@ -78,13 +78,13 @@ This is for the scenario, when there is only one single disk that has to be prot ### Example 2: When there are multiple disks or NICs to migrate ```powershell [AzLocalDiskInput[]]$DisksToInclude = @() -$OSDisk = New-AzMigrateLocalDiskMappingObject -DiskID "Microsoft:C1A34301-3BFF-4EC6-97F1-6C4BD5ADCDE0\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\0\0\L" -IsOSDisk true -IsDynamic true -Size 42 -Format VHD -$DataDisk = New-AzMigrateLocalDiskMappingObject -DiskID "Microsoft:C1A34301-3BFF-4EC6-97F1-6C4BD5ADCDE0\C92FAB89-DA8B-47E9-92F3-364642ECDF39\0\0\L" -IsOSDisk false -IsDynamic true -Size 5 -Format VHD +$OSDisk = New-AzMigrateLocalDiskMappingObject -DiskID "Microsoft:bbbbbbbb-1111-2222-3333-cccccccccccc\83F8638B-8DCA-4152-9EDA-2CA8B33039B4\0\0\L" -IsOSDisk true -IsDynamic true -Size 42 -Format VHD +$DataDisk = New-AzMigrateLocalDiskMappingObject -DiskID "Microsoft:bbbbbbbb-1111-2222-3333-cccccccccccc\C92FAB89-DA8B-47E9-92F3-364642ECDF39\0\0\L" -IsOSDisk false -IsDynamic true -Size 5 -Format VHD $DisksToInclude += $OSDisk $DisksToInclude += $DataDisk [AzLocalNicInput[]]$NicsToInclude = @() -$Nic = New-AzMigrateLocalNicMappingObject -NicID "Microsoft:C1A34301-3BFF-4EC6-97F1-6C4BD5ADCDE0\99CDFD2E-D60C-4218-AC2E-E7C2D8253EB9" -TargetVirtualSwitchId "/subscriptions/xxx-xxx-xxx/resourceGroups/hciclus-rg/providers/Microsoft.AzureStackHCI/logicalnetworks/external" +$Nic = New-AzMigrateLocalNicMappingObject -NicID "Microsoft:bbbbbbbb-1111-2222-3333-cccccccccccc\99CDFD2E-D60C-4218-AC2E-E7C2D8253EB9" -TargetVirtualSwitchId "/subscriptions/xxx-xxx-xxx/resourceGroups/hciclus-rg/providers/Microsoft.AzureStackHCI/logicalnetworks/external" $NicsToInclude += $Nic New-AzMigrateLocalServerReplication -MachineId "/subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.OffAzure/HyperVSites/testsrc7972site/machines/005-005-005" -TargetStoragePathId "/subscriptions/xxx-xxx-xxx/resourceGroups/hciclus-rg/providers/Microsoft.AzureStackHCI/storagecontainers/testStorageContainer1" -TargetResourceGroupId "/subscriptions//xxx-xxx-xxx/resourceGroups/target-rg"-TargetVMName "targetVM" -DiskToInclude $DisksToInclude -NicToInclude $NicsToInclude @@ -99,10 +99,10 @@ EndTime : 1/1/1900 2:27:14 PM Error : {} Id : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/jobs/f855305c-5bed-4bc6-996e-d273115ab833 Name : f855305c-5bed-4bc6-996e-d273115ab833 -ObjectId : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/protectedItems/c1a34301-3bff-4ec6-97f1-6c4bd5adcde0 +ObjectId : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/protectedItems/bbbbbbbb-1111-2222-3333-cccccccccccc ObjectInternalId : a40ecd8e-6413-574d-b1f8-2ef925e087fc ObjectInternalName : test_vm -ObjectName : c1a34301-3bff-4ec6-97f1-6c4bd5adcde0 +ObjectName : bbbbbbbb-1111-2222-3333-cccccccccccc ObjectType : ProtectedItem ReplicationProviderId : 4de0fddc-bdfe-40d9-b60e-678bdce89630 SourceFabricProviderId : b35da11c-d69e-4220-9a90-d81ed93ad2fc diff --git a/azps-15.3.0/Az.Migrate/Remove-AzMigrateLocalServerReplication.md b/azps-15.3.0/Az.Migrate/Remove-AzMigrateLocalServerReplication.md index 54d411d3e2..defb767e5c 100644 --- a/azps-15.3.0/Az.Migrate/Remove-AzMigrateLocalServerReplication.md +++ b/azps-15.3.0/Az.Migrate/Remove-AzMigrateLocalServerReplication.md @@ -47,10 +47,10 @@ EndTime : Error : {} Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/jobs/2b0b356e-d106-43af-ad26-02631fcaebba Name : 2b0b356e-d106-43af-ad26-02631fcaebba -ObjectId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/protectedItems/c1a34301-3bff-4ec6-97f1-6c4bd5adcde0 +ObjectId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/protectedItems/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectInternalId : a40ecd8e-6413-574d-b1f8-2ef925e087fc ObjectInternalName : testmachine -ObjectName : c1a34301-3bff-4ec6-97f1-6c4bd5adcde0 +ObjectName : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : ProtectedItem ReplicationProviderId : 4de0fddc-bdfe-40d9-b60e-678bdce89630 SourceFabricProviderId : b35da11c-d69e-4220-9a90-d81ed93ad2fc @@ -87,10 +87,10 @@ EndTime : Error : {} Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/jobs/2b0b356e-d106-43af-ad26-02631fcaebba Name : 2b0b356e-d106-43af-ad26-02631fcaebba -ObjectId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/protectedItems/c1a34301-3bff-4ec6-97f1-6c4bd5adcde0 +ObjectId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/testproj1234replicationvault/protectedItems/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectInternalId : a40ecd8e-6413-574d-b1f8-2ef925e087fc ObjectInternalName : testmachine -ObjectName : c1a34301-3bff-4ec6-97f1-6c4bd5adcde0 +ObjectName : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : ProtectedItem ReplicationProviderId : 4de0fddc-bdfe-40d9-b60e-678bdce89630 SourceFabricProviderId : b35da11c-d69e-4220-9a90-d81ed93ad2fc diff --git a/azps-15.3.0/Az.Migrate/Set-AzMigrateLocalServerReplication.md b/azps-15.3.0/Az.Migrate/Set-AzMigrateLocalServerReplication.md index e9c3df0161..b9e62ca9b9 100644 --- a/azps-15.3.0/Az.Migrate/Set-AzMigrateLocalServerReplication.md +++ b/azps-15.3.0/Az.Migrate/Set-AzMigrateLocalServerReplication.md @@ -46,10 +46,10 @@ EndTime : 1/1/1900 8:54:47 PM Error : {} Id : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/jobs/f2d3430a-2977-419f-abd5-11d171e17f5e Name : f2d3430a-2977-419f-abd5-11d171e17f5e -ObjectId : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/protectedItems/0ec082d5-6827-457a-bae2-f986e1b94555 +ObjectId : /subscriptions/xxx-xxx-xxx/resourceGroups/test-rg/providers/Microsoft.DataReplication/replicationVaults/proj62434replicationvault/protectedItems/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectInternalId : a8b5ee68-102c-5aae-9499-c57a475a8fd4 ObjectInternalName : test_vm -ObjectName : 0ec082d5-6827-457a-bae2-f986e1b94555 +ObjectName : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : ProtectedItem ReplicationProviderId : xxx-xxx-xxx SourceFabricProviderId : b35da11c-d69e-4220-9a90-d81ed93ad2fc diff --git a/azps-15.3.0/Az.MongoDB/New-AzMongoDBOrganization.md b/azps-15.3.0/Az.MongoDB/New-AzMongoDBOrganization.md index 45c36c8c42..00da9b5229 100644 --- a/azps-15.3.0/Az.MongoDB/New-AzMongoDBOrganization.md +++ b/azps-15.3.0/Az.MongoDB/New-AzMongoDBOrganization.md @@ -48,11 +48,11 @@ create a OrganizationResource ### Example 1: Create a new Organization in a Resource Group ```powershell -New-AzMongoDBOrganization -Name "testorg7" -Location "East US 2" -ResourceGroupName "yashika-rg" -SubscriptionId "61641157-140c-4b97-b365-30ff76d9f82e" -MarketplaceSubscriptionId "61641157-140c-4b97-b365-30ff76d9f82e" -PartnerPropertyOrganizationName "testorg7" -PartnerPropertyOrganizationId "6805d3e6bb11bf624o2bbaef" -OfferDetailOfferId "mongodb_atlas_azure_native_prod" -OfferDetailPlanId "private_plan" -OfferDetailPlanName "Pay as You Go (Free) (Private)" -OfferDetailTermUnit "P1M" -OfferDetailPublisherId "mongodb" -OfferDetailTermId "gmz7xq9ge3py" -Tag @{"TestName" = "TestValue"} -UserEmailAddress "yashikajain@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "yashikajain@microsoft.com" +New-AzMongoDBOrganization -Name "testorg7" -Location "East US 2" -ResourceGroupName "yashika-rg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -MarketplaceSubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PartnerPropertyOrganizationName "testorg7" -PartnerPropertyOrganizationId "6805d3e6bb11bf624o2bbaef" -OfferDetailOfferId "mongodb_atlas_azure_native_prod" -OfferDetailPlanId "private_plan" -OfferDetailPlanName "Pay as You Go (Free) (Private)" -OfferDetailTermUnit "P1M" -OfferDetailPublisherId "mongodb" -OfferDetailTermId "gmz7xq9ge3py" -Tag @{"TestName" = "TestValue"} -UserEmailAddress "yashikajain@microsoft.com" -UserFirstName "" -UserLastName "" -UserUpn "yashikajain@microsoft.com" ``` ```output -Id : /subscriptions/61641157-140c-4b97-b365-30ff76d9f82e/resourceGroups/yashika-rg/providers/MongoDB.Atlas/organizations/t +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/yashika-rg/providers/MongoDB.Atlas/organizations/t estorg7 IdentityPrincipalId : IdentityTenantId : @@ -564,4 +564,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Monitor/Get-AzActivityLog.md b/azps-15.3.0/Az.Monitor/Get-AzActivityLog.md index f2bca33518..938dfd1375 100644 --- a/azps-15.3.0/Az.Monitor/Get-AzActivityLog.md +++ b/azps-15.3.0/Az.Monitor/Get-AzActivityLog.md @@ -84,7 +84,7 @@ This command lists at most 1000 of the events associated with the user's subscri ### Example 5: Get an event log by correlation ID ```powershell -Get-AzActivityLog -CorrelationId "00001111-aaaa-2222-bbbb-3333cccc4444" +Get-AzActivityLog -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" ``` This command lists at most 1000 events associated with the specified correlation ID that took place 7 days from the current date/time. @@ -92,7 +92,7 @@ This command lists at most 1000 events associated with the specified correlation ### Example 6: Get an event log by correlation ID with a maximum number of events ```powershell -Get-AzActivityLog -CorrelationId "00001111-aaaa-2222-bbbb-3333cccc4444" -MaxRecord 100 +Get-AzActivityLog -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -MaxRecord 100 ``` This command lists at most 100 events associated with the specified correlation ID that took place 7 days from the current date/time. @@ -100,7 +100,7 @@ This command lists at most 100 events associated with the specified correlation ### Example 7: Get an event log by correlation ID and start time ```powershell -Get-AzActivityLog -CorrelationId "00001111-aaaa-2222-bbbb-3333cccc4444" -StartTime 2017-05-22T04:30:00 +Get-AzActivityLog -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -StartTime 2017-05-22T04:30:00 ``` This command lists at most 1000 events associated with the specified correlation ID that took place on or after 2017-05-22T04:30:00 local time if the start time is not older than 90 days from the current date/time. @@ -108,7 +108,7 @@ This command lists at most 1000 events associated with the specified correlation ### Example 8: Get an event log by correlation ID with start time and end time ```powershell -Get-AzActivityLog -CorrelationId "00001111-aaaa-2222-bbbb-3333cccc4444" -StartTime 2017-04-15T04:30:00 -EndTime 2017-04-25T12:30:00 +Get-AzActivityLog -CorrelationId "aaaa0000-bb11-2222-33cc-444444dddddd" -StartTime 2017-04-15T04:30:00 -EndTime 2017-04-25T12:30:00 ``` This command lists at most 1000 events associated with the specified correlation ID that took place on or after 2017-04-15T04:30 local time, but before 2017-04-25T12:30 local time if the whole date/time range is not older than 90 days from the current date/time, i.e.: the retention period. @@ -143,28 +143,28 @@ This command lists at most 1000 events associated with the specified resource gr ### Example 13: Get an event log by resource ID ```powershell -Get-AzActivityLog -ResourceId "/subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" +Get-AzActivityLog -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" ``` This command lists at most 1000 events associated with the specified resource ID that took place 7 days from the current date/time. ### Example 14: Get an event log by resource ID with a maximum number of events ```powershell -Get-AzActivityLog -ResourceId "/subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" -MaxRecord 100 +Get-AzActivityLog -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" -MaxRecord 100 ``` This command lists at most 100 events associated with the specified resource ID that took place 7 days from the current date/time. ### Example 15: Get an event log by resource ID with a start time ```powershell -Get-AzActivityLog -ResourceId "/subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" -StartTime 2017-05-22T04:30 +Get-AzActivityLog -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" -StartTime 2017-05-22T04:30 ``` This command lists at most 1000 events associated with the specified resource ID that took place on or after 2017-05-22T04:30:00 local time if the start time is not older than 90 days from the current date/time. ### Example 16: Get an event log by resource ID with a start time and end time ```powershell -Get-AzActivityLog -ResourceId "/subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" -StartTime 2017-04-15T04:30 -EndTime 2017-04-25T12:30 +Get-AzActivityLog -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/ResourceGroups/Contoso-Web-CentralUS/providers/Microsoft.Web/ServerFarms/Contoso1" -StartTime 2017-04-15T04:30 -EndTime 2017-04-25T12:30 ``` This command lists at most 1000 events associated with the specified resource ID that took place on or after 2017-04-15T04:30 local time, but before 2017-04-25T12:30 local time if the whole date/time range is not older than 90 days from the current date/time, i.e.: the retention period. diff --git a/azps-15.3.0/Az.Monitor/Get-AzAlertHistory.md b/azps-15.3.0/Az.Monitor/Get-AzAlertHistory.md index 2528f1b078..a28278c0e3 100644 --- a/azps-15.3.0/Az.Monitor/Get-AzAlertHistory.md +++ b/azps-15.3.0/Az.Monitor/Get-AzAlertHistory.md @@ -36,8 +36,8 @@ Authorization : Caller : Microsoft.Insights/alertRules Claims : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn: Microsoft.Insights/alertRules -CorrelationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj +CorrelationId : /subscriptions/aaaa0000-bb11-2222-33cc-444444dddddd/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzg4ODU3OTI5OTI2 @@ -49,19 +49,19 @@ EventSource : Microsoft.Insights/alertrules EventTimestamp : 2/11/2015 7:14:45 PM HttpRequest : Id : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/events/769fab1c-fc + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/events/769fab1c-fc 9f-4e18-bc3a-fa79fbdd3616/ticks/635592788857929926 Level : Informational OperationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzg4ODU3OTI5OTI2 OperationName : ResolveAlert Properties : RuleUri : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web- - EastUS/providers/Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d - RuleName : checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d + EastUS/providers/Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 + RuleName : checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 RuleDescription: Threshold : 3 WindowSizeInMinutes: 5 @@ -71,18 +71,18 @@ Properties : MetricUnit : Count ResourceGroupName : Default-Web-EastUS ResourceProviderName : Microsoft.Insights -ResourceId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d +ResourceId : /subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 Status : Resolved SubmissionTimestamp : 2/11/2015 7:14:45 PM -SubscriptionId : 00001111-aaaa-2222-bbbb-3333cccc4444 +SubscriptionId : ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 SubStatus : Authorization : Caller : Microsoft.Insights/alertRules Claims : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn: Microsoft.Insights/alertRules -CorrelationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj +CorrelationId : /subscriptions/aaaa0000-bb11-2222-33cc-444444dddddd/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzgyODY1MDU5NTE0 @@ -98,15 +98,15 @@ Id : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resou 14 Level : Error OperationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzgyODY1MDU5NTE0 OperationName : ActivateAlert Properties : RuleUri : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web- - EastUS/providers/Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d - RuleName : checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d + EastUS/providers/Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 + RuleName : checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 RuleDescription: Threshold : 3 WindowSizeInMinutes: 5 @@ -116,18 +116,18 @@ Properties : MetricUnit : Count ResourceGroupName : Default-Web-EastUS ResourceProviderName : microsoft.web -ResourceId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ +ResourceId : /subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/Default-Web-EastUS/providers/ microsoft.web/sites/garyyang1 Status : Activated SubmissionTimestamp : 2/11/2015 7:04:46 PM -SubscriptionId : 00001111-aaaa-2222-bbbb-3333cccc4444 +SubscriptionId : ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 SubStatus : Authorization : Caller : Microsoft.Insights/alertRules Claims : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn: Microsoft.Insights/alertRules -CorrelationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj +CorrelationId : /subscriptions/aaaa0000-bb11-2222-33cc-444444dddddd/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzgyODY1MDU5NTE0 @@ -139,19 +139,19 @@ EventSource : Microsoft.Insights/alertrules EventTimestamp : 2/11/2015 7:04:46 PM HttpRequest : Id : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/events/ec9f7b3c-c6 + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/events/ec9f7b3c-c6 ea-4b45-bd15-ff43e38491e3/ticks/635592782865059514 Level : Error OperationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzgyODY1MDU5NTE0 OperationName : ActivateAlert Properties : RuleUri : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web- - EastUS/providers/Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d - RuleName : checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d + EastUS/providers/Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 + RuleName : checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 RuleDescription: Threshold : 3 WindowSizeInMinutes: 5 @@ -161,11 +161,11 @@ Properties : MetricUnit : Count ResourceGroupName : Default-Web-EastUS ResourceProviderName : Microsoft.Insights -ResourceId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d +ResourceId : /subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 Status : Activated SubmissionTimestamp : 2/11/2015 7:04:46 PM -SubscriptionId : 00001111-aaaa-2222-bbbb-3333cccc4444 +SubscriptionId : ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 SubStatus : ``` @@ -173,7 +173,7 @@ This command gets the alert history for the specified time frame for the current ### Example 2: Get alert history for a specified resource ```powershell -Get-AzAlertHistory -StartTime 2015-02-11T11:00:00 -EndTime 2015-02-11T12:00:00 -ResourceId "/subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d" -DetailedOutput +Get-AzAlertHistory -StartTime 2015-02-11T11:00:00 -EndTime 2015-02-11T12:00:00 -ResourceId "/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/Default-Web-EastUS/providers/Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1" -DetailedOutput ``` ```output @@ -181,8 +181,8 @@ Authorization : Caller : Microsoft.Insights/alertRules Claims : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn: Microsoft.Insights/alertRules -CorrelationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj +CorrelationId : /subscriptions/aaaa0000-bb11-2222-33cc-444444dddddd/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzg4ODU3OTI5OTI2 @@ -194,19 +194,19 @@ EventSource : Microsoft.Insights/alertrules EventTimestamp : 2/11/2015 7:14:45 PM HttpRequest : Id : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/events/769fab1c-fc + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/events/769fab1c-fc 9f-4e18-bc3a-fa79fbdd3616/ticks/635592788857929926 Level : Informational OperationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzg4ODU3OTI5OTI2 OperationName : ResolveAlert Properties : RuleUri : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web- - EastUS/providers/Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d -RuleName : checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d + EastUS/providers/Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 +RuleName : checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 RuleDescription: Threshold : 3 WindowSizeInMinutes: 5 @@ -216,18 +216,18 @@ MetricName : CpuTime MetricUnit : Count ResourceGroupName : Default-Web-EastUS ResourceProviderName : Microsoft.Insights -ResourceId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d +ResourceId : /subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 Status : Resolved SubmissionTimestamp : 2/11/2015 7:14:45 PM -SubscriptionId : 00001111-aaaa-2222-bbbb-3333cccc4444 +SubscriptionId : ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 SubStatus : Authorization : Caller : Microsoft.Insights/alertRules Claims : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn: Microsoft.Insights/alertRules -CorrelationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj +CorrelationId : /subscriptions/aaaa0000-bb11-2222-33cc-444444dddddd/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzgyODY1MDU5NTE0 @@ -239,19 +239,19 @@ EventSource : Microsoft.Insights/alertrules EventTimestamp : 2/11/2015 7:04:46 PM HttpRequest : Id : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/events/ec9f7b3c-c6 + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/events/ec9f7b3c-c6 ea-4b45-bd15-ff43e38491e3/ticks/635592782865059514 Level : Error OperationId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d/incidents/L3N1YnNj + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/incidents/L3N1YnNj cmlwdGlvbnMvYTkzZmIwN2MtNmM5My00MGJlLWJmM2ItNGYwZGViYTEwZjRiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtV2Vi LUVhc3RVUy9wcm92aWRlcnMvbWljcm9zb2Z0Lmluc2lnaHRzL2FsZXJ0cnVsZXMvY2hlY2tydWxlMy00YjEzNTQwMS1hMzBj LTQyMjQtYWUyMS1mYTUzYTViZDI1M2QwNjM1NTkyNzgyODY1MDU5NTE0 OperationName : ActivateAlert Properties : RuleUri : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web- - EastUS/providers/Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d -RuleName : checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d + EastUS/providers/Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 +RuleName : checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 RuleDescription: Threshold : 3 WindowSizeInMinutes: 5 @@ -261,11 +261,11 @@ MetricName : CpuTime MetricUnit : Count ResourceGroupName : Default-Web-EastUS ResourceProviderName : Microsoft.Insights -ResourceId : /subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/Default-Web-EastUS/providers/ - Microsoft.Insights/alertrules/checkrule3-4b135401-a30c-4224-ae21-fa53a5bd253d +ResourceId : /subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/Default-Web-EastUS/providers/ + Microsoft.Insights/alertrules/checkrule3-a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 Status : Activated SubmissionTimestamp : 2/11/2015 7:04:46 PM -SubscriptionId : 00001111-aaaa-2222-bbbb-3333cccc4444 +SubscriptionId : ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 SubStatus : ``` diff --git a/azps-15.3.0/Az.Monitor/Get-AzAutoscaleHistory.md b/azps-15.3.0/Az.Monitor/Get-AzAutoscaleHistory.md index 5f4a8cb953..bb73c8b391 100644 --- a/azps-15.3.0/Az.Monitor/Get-AzAutoscaleHistory.md +++ b/azps-15.3.0/Az.Monitor/Get-AzAutoscaleHistory.md @@ -35,14 +35,14 @@ This command gets all of the Autoscale-related events associated with the curren ### Example 2: GetAutoscaleHistory for a particular resource ```powershell -Get-AzAutoscaleHistory -StartTime 2015-02-09T18:35:00 -EndTime 2015-02-09T18:40:00 -ResourceId "/subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default-Web-EastUS/providers/Microsoft.Insights/autoscalesettings/DefaultServerFarm-Default-Web-EastUS" -DetailedOutput +Get-AzAutoscaleHistory -StartTime 2015-02-09T18:35:00 -EndTime 2015-02-09T18:40:00 -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/Microsoft.Insights/autoscalesettings/DefaultServerFarm-Default-Web-EastUS" -DetailedOutput ``` ```output Authorization : Caller : Microsoft.Insights/autoscaleSettings Claims : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn: Microsoft.Insights/autoscaleSettings -CorrelationId : 00001111-aaaa-2222-bbbb-3333cccc4444 +CorrelationId : aaaa0000-bb11-2222-33cc-444444dddddd Description : The autoscale engine attempting to scale resource '/subscriptions/a93fb07c-6c93-40be-bf3b-4f0deb a10f4b/resourceGroups/Default-Web-EastUS/providers/microsoft.web/serverFarms/DefaultServerFarm' from 1 instances count to 2 instances count. @@ -51,7 +51,7 @@ EventName : AutoscaleAction EventSource : Microsoft.Insights/autoscalesettings EventTimestamp : 2/10/2015 2:38:19 AM HttpRequest : -Id : /subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default-Web-EastUS/providers/ +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/ Microsoft.Insights/autoscalesettings/DefaultServerFarm-Default-Web-EastUS/events/c554f7ed-514c-4 49c-9338-13e15b4b56a3/ticks/635591326997519815 Level : Informational @@ -61,7 +61,7 @@ Properties : Description : The autoscale engine attempting to scale resource '/subscriptions/a93fb07c-6c93 -40be-bf3b-4f0deba10f4b/resourceGroups/Default-Web-EastUS/providers/microsoft.web/serverFarms/De faultServerFarm' from 1 instances count to 2 instances count. -ResourceName : /subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default-Web- +ResourceName : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web- EastUS/providers/microsoft.web/serverFarms/DefaultServerFarm OldInstancesCount: 1 NewInstancesCount: 2 @@ -77,7 +77,7 @@ ActiveAutoscaleProfile: { "MetricTrigger": { "Name": "CpuPercentage", "Namespace": "", - "Resource": "/subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default- + "Resource": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default- Web-EastUS/providers/microsoft.web/serverFarms/DefaultServerFarm", "ResourceLocation": "East US", "TimeGrain": "PT1M", @@ -99,7 +99,7 @@ ActiveAutoscaleProfile: { "MetricTrigger": { "Name": "CpuPercentage", "Namespace": "", - "Resource": "/subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default- + "Resource": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default- Web-EastUS/providers/microsoft.web/serverFarms/DefaultServerFarm", "ResourceLocation": "East US", "TimeGrain": "PT1M", @@ -121,7 +121,7 @@ ActiveAutoscaleProfile: { "MetricTrigger": { "Name": "BytesReceived", "Namespace": "", - "Resource": "/subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default- + "Resource": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default- Web-EastUS/providers/microsoft.web/serverFarms/DefaultServerFarm", "ResourceLocation": "East US", "TimeGrain": "PT1M", @@ -143,7 +143,7 @@ ActiveAutoscaleProfile: { "MetricTrigger": { "Name": "BytesReceived", "Namespace": "", - "Resource": "/subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default- + "Resource": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default- Web-EastUS/providers/microsoft.web/serverFarms/DefaultServerFarm", "ResourceLocation": "East US", "TimeGrain": "PT1M", @@ -165,11 +165,11 @@ ActiveAutoscaleProfile: { } ResourceGroupName : Default-Web-EastUS ResourceProviderName : Microsoft.Insights -ResourceId : /subscriptions/b93fb07a-6f93-30be-bf3e-4f0deca15f4f/resourceGroups/Default-Web-EastUS/providers/ +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/ Microsoft.Insights/autoscalesettings/DefaultServerFarm-Default-Web-EastUS Status : Succeeded SubmissionTimestamp : 2/10/2015 2:38:19 AM -SubscriptionId : b93fb07a-6f93-30be-bf3e-4f0deca15f4f +SubscriptionId : ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0 SubStatus : ``` diff --git a/azps-15.3.0/Az.Monitor/Get-AzMetric.md b/azps-15.3.0/Az.Monitor/Get-AzMetric.md index faaf349370..8875fe6c0a 100644 --- a/azps-15.3.0/Az.Monitor/Get-AzMetric.md +++ b/azps-15.3.0/Az.Monitor/Get-AzMetric.md @@ -38,11 +38,11 @@ The **Get-AzMetric** cmdlet gets the metric values for a specified resource. ### Example 1: Get a metric with summarized output ```powershell -Get-AzMetric -ResourceId "/subscriptions/e3f5b07d-3c39-4b0f-bf3b-40fdeba10f2a/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3" -TimeGrain 00:01:00 +Get-AzMetric -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3" -TimeGrain 00:01:00 ``` ```output -Id : /subscriptions/e3f5b07d-3c39-4b0f-bf3b-40fdeba10f2a/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3/providers/Microsoft.Insights/metrics/Requests +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3/providers/Microsoft.Insights/metrics/Requests Name : LocalizedValue : Requests Value : Requests @@ -58,11 +58,11 @@ This command gets the metric values for website3 with a time grain of 1 minute. ### Example 2: Get a metric with detailed output ```powershell -Get-AzMetric -ResourceId "/subscriptions/e3f5b07d-3c39-4b0f-bf3b-40fdeba10f2a/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3" -TimeGrain 00:01:00 -DetailedOutput +Get-AzMetric -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3" -TimeGrain 00:01:00 -DetailedOutput ``` ```output -Id : /subscriptions/e3f5b07d-3c39-4b0f-bf3b-40fdeba10f2a/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3/providers/Microsoft.Insights/metrics/Requests +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3/providers/Microsoft.Insights/metrics/Requests Name : Microsoft.Azure.Management.Monitor.Models.LocalizableString Type : Microsoft.Insights/metrics @@ -77,11 +77,11 @@ The output is detailed. ### Example 3: Get a specified metric ```powershell -Get-AzMetric -ResourceId "/subscriptions/e3f5b07d-3c39-4b0f-bf3b-40fdeba10f2a/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3" -MetricName "Requests" -TimeGrain 00:01:00 +Get-AzMetric -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3" -MetricName "Requests" -TimeGrain 00:01:00 ``` ```output -Id : /subscriptions/e3f5b07d-3c39-4b0f-bf3b-40fdeba10f2a/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3/providers/Microsoft.Insights/metrics/Requests +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website3/providers/Microsoft.Insights/metrics/Requests Name : LocalizedValue : Requests Value : Requests diff --git a/azps-15.3.0/Az.Monitor/Get-AzMetricDefinition.md b/azps-15.3.0/Az.Monitor/Get-AzMetricDefinition.md index d8e3c83d41..39c39768ba 100644 --- a/azps-15.3.0/Az.Monitor/Get-AzMetricDefinition.md +++ b/azps-15.3.0/Az.Monitor/Get-AzMetricDefinition.md @@ -28,7 +28,7 @@ The **Get-AzMetricDefinition** cmdlet gets metric definitions. ### Example 1: Get metric definitions for a resource ```powershell -Get-AzMetricDefinition -ResourceId "/subscriptions/d33fb0c7-69d3-40be-e35b-4f0deba70fff/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website2" +Get-AzMetricDefinition -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website2" ``` ```output @@ -56,7 +56,7 @@ This command gets the metrics definitions for the specified resource. ### Example 2: Get metric definitions with detailed output ```powershell -Get-AzMetricDefinition -ResourceId "/subscriptions/d33fb0c7-69d3-40be-e35b-4f0deba70fff/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website2" -DetailedOutput +Get-AzMetricDefinition -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website2" -DetailedOutput ``` ```output @@ -99,7 +99,7 @@ The output is detailed. ### Example 3: Get metric definitions by name ```powershell -Get-AzMetricDefinition -ResourceId "/subscriptions/d33fb0c7-69d3-40be-e35b-4f0deba70fff/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website2" -DetailedOutput -MetricName "BytesSent,CpuTime" +Get-AzMetricDefinition -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Default-Web-EastUS/providers/microsoft.web/sites/website2" -DetailedOutput -MetricName "BytesSent,CpuTime" ``` ```output diff --git a/azps-15.3.0/Az.Monitor/New-AzActionGroupEventHubReceiverObject.md b/azps-15.3.0/Az.Monitor/New-AzActionGroupEventHubReceiverObject.md index 293995b49f..522bf51ca8 100644 --- a/azps-15.3.0/Az.Monitor/New-AzActionGroupEventHubReceiverObject.md +++ b/azps-15.3.0/Az.Monitor/New-AzActionGroupEventHubReceiverObject.md @@ -27,15 +27,15 @@ Create an in-memory object for EventHubReceiver. ### Example 1: create action group event hub receiver ```powershell -New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "testEventHubNameSpace" -Name "sample eventhub" -SubscriptionId "187f412d-1758-44d9-b052-169e2564721d" -TenantId "68a4459a-ccb8-493c-b9da-dd30457d1b84" +New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "testEventHubNameSpace" -Name "sample eventhub" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -TenantId "aaaabbbb-0000-cccc-1111-dddd2222eeee" ``` ```output EventHubName : testEventHub EventHubNameSpace : testEventHubNameSpace Name : sample eventhub -SubscriptionId : 187f412d-1758-44d9-b052-169e2564721d -TenantId : 68a4459a-ccb8-493c-b9da-dd30457d1b84 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee UseCommonAlertSchema : ``` @@ -43,14 +43,14 @@ This command creates action group event hub receiver object. ### Example 2: create another action group event hub receiver ```powershell -New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "actiongrouptest" -Name "sample eventhub" -SubscriptionId 9e223dbe-3399-4e19-88eb-0975f02ac87f +New-AzActionGroupEventHubReceiverObject -EventHubName "testEventHub" -EventHubNameSpace "actiongrouptest" -Name "sample eventhub" -SubscriptionId bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f ``` ```output EventHubName : testEventHub EventHubNameSpace : actiongrouptest Name : sample eventhub -SubscriptionId : 9e223dbe-3399-4e19-88eb-0975f02ac87f +SubscriptionId : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f TenantId : UseCommonAlertSchema : ``` diff --git a/azps-15.3.0/Az.Monitor/New-AzActionGroupWebhookReceiverObject.md b/azps-15.3.0/Az.Monitor/New-AzActionGroupWebhookReceiverObject.md index c6499390ca..10b150a3e8 100644 --- a/azps-15.3.0/Az.Monitor/New-AzActionGroupWebhookReceiverObject.md +++ b/azps-15.3.0/Az.Monitor/New-AzActionGroupWebhookReceiverObject.md @@ -27,15 +27,15 @@ Create an in-memory object for WebhookReceiver. ### Example 1: create action group webhook receiver with aad auth ```powershell -New-AzActionGroupWebhookReceiverObject -Name "sample webhook" -ServiceUri "http://www.example.com/webhook1" -IdentifierUri "http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a" -ObjectId "d3bb868c-fe44-452c-aa26-769a6538c808" -TenantId 68a4459a-ccb8-493c-b9da-dd30457d1b84 -UseAadAuth $true -UseCommonAlertSchema $true +New-AzActionGroupWebhookReceiverObject -Name "sample webhook" -ServiceUri "http://www.example.com/webhook1" -IdentifierUri "http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a" -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -TenantId aaaabbbb-0000-cccc-1111-dddd2222eeee -UseAadAuth $true -UseCommonAlertSchema $true ``` ```output IdentifierUri : http://someidentifier/d7811ba3-7996-4a93-99b6-6b2f3f355f8a Name : sample webhook -ObjectId : d3bb868c-fe44-452c-aa26-769a6538c808 +ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ServiceUri : http://www.example.com/webhook1 -TenantId : 68a4459a-ccb8-493c-b9da-dd30457d1b84 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee UseAadAuth : True UseCommonAlertSchema : True ``` diff --git a/azps-15.3.0/Az.NeonPostgres/Get-AzNeonPostgresOrganization.md b/azps-15.3.0/Az.NeonPostgres/Get-AzNeonPostgresOrganization.md index 696a2e4049..9f9a5ddfdf 100644 --- a/azps-15.3.0/Az.NeonPostgres/Get-AzNeonPostgresOrganization.md +++ b/azps-15.3.0/Az.NeonPostgres/Get-AzNeonPostgresOrganization.md @@ -46,7 +46,7 @@ Get a OrganizationResource ### Example 1: Get Neon Organization Details ```powershell -Get-AzNeonPostgresOrganization -SubscriptionId 5d9a6cc3-4e60-4b41-be79-d28f0a01074e +Get-AzNeonPostgresOrganization -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -165,4 +165,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresOrganization.md b/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresOrganization.md index e995482a00..d826e5737f 100644 --- a/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresOrganization.md +++ b/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresOrganization.md @@ -54,7 +54,7 @@ create a OrganizationResource ### Example 1: Create Neon Organization ```powershell -New-AzNeonPostgresOrganization -Name "almasTestNeonPS6" -ResourceGroupName "NeonDemoRG" -Location "centraluseuap" -SubscriptionId "5d9a6cc3-4e60-4b41-be79-d28f0a01074e" -CompanyDetailBusinessPhone "+1234567890" -CompanyDetailCompanyName "DemoCompany" -CompanyDetailCountry "USA" -CompanyDetailDomain "demo.com" -CompanyDetailNumberOfEmployee 500 -CompanyDetailOfficeAddress "1234 Azure Ave" -MarketplaceDetailSubscriptionId "yxmkfivp" -MarketplaceDetailSubscriptionStatus "PendingFulfillmentStart" -OfferDetailOfferId "neon_test" -OfferDetailPlanId "neon_test_1" -OfferDetailPlanName "Neon Serverless Postgres - Free (Test_Liftr)" -OfferDetailPublisherId "neon1722366567200" -OfferDetailTermId "gmz7xq9ge3py" -OfferDetailTermUnit "P1M" -PartnerOrganizationPropertyOrganizationId "org12345" -PartnerOrganizationPropertyOrganizationName "PartnerOrg6" -SingleSignOnPropertyAadDomain @("partnerorg.com") -SingleSignOnPropertyEnterpriseAppId "app12345" -SingleSignOnPropertySingleSignOnState "Enable" -SingleSignOnPropertySingleSignOnUrl "https://sso.partnerorg.com" -UserDetailEmailAddress "khanalmas@microsoft.com" -UserDetailFirstName "Almas" -UserDetailLastName "Khan" -UserDetailPhoneNumber "+1234567890" -UserDetailUpn "khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com" +New-AzNeonPostgresOrganization -Name "almasTestNeonPS6" -ResourceGroupName "NeonDemoRG" -Location "centraluseuap" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -CompanyDetailBusinessPhone "+1234567890" -CompanyDetailCompanyName "DemoCompany" -CompanyDetailCountry "USA" -CompanyDetailDomain "demo.com" -CompanyDetailNumberOfEmployee 500 -CompanyDetailOfficeAddress "1234 Azure Ave" -MarketplaceDetailSubscriptionId "yxmkfivp" -MarketplaceDetailSubscriptionStatus "PendingFulfillmentStart" -OfferDetailOfferId "neon_test" -OfferDetailPlanId "neon_test_1" -OfferDetailPlanName "Neon Serverless Postgres - Free (Test_Liftr)" -OfferDetailPublisherId "neon1722366567200" -OfferDetailTermId "gmz7xq9ge3py" -OfferDetailTermUnit "P1M" -PartnerOrganizationPropertyOrganizationId "org12345" -PartnerOrganizationPropertyOrganizationName "PartnerOrg6" -SingleSignOnPropertyAadDomain @("partnerorg.com") -SingleSignOnPropertyEnterpriseAppId "app12345" -SingleSignOnPropertySingleSignOnState "Enable" -SingleSignOnPropertySingleSignOnUrl "https://sso.partnerorg.com" -UserDetailEmailAddress "khanalmas@microsoft.com" -UserDetailFirstName "Almas" -UserDetailLastName "Khan" -UserDetailPhoneNumber "+1234567890" -UserDetailUpn "khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com" ``` ```output @@ -64,7 +64,7 @@ CompanyDetailCountry : USA CompanyDetailDomain : demo.com CompanyDetailNumberOfEmployee : 500 CompanyDetailOfficeAddress : 1234 Azure Ave -Id : /subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDe +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/NeonDe moRG/providers/Neon.Postgres/organizations/almasTestNeonPS6 Location : centraluseuap MarketplaceDetailSubscriptionId : cefab913-6de7-4a3b-d369-eae74ea379dc @@ -690,4 +690,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresProject.md b/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresProject.md index 7cb1d4e128..cd72a2d5bc 100644 --- a/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresProject.md +++ b/azps-15.3.0/Az.NeonPostgres/New-AzNeonPostgresProject.md @@ -50,7 +50,7 @@ create a Project ### Example 1: Create a new Neon project resource within Azure ```powershell -New-AzNeonPostgresProject -Name "test-project" -OrganizationName "NeonDemoOrgPS1" -ResourceGroupName "neonrg" -SubscriptionId "a81c0054-6c92-41aa-a235-4f9f98f917c6" -BranchDatabaseName "sampledb" -BranchEntityName "sample-entity" -BranchParentId "dawn-breeze-86932057" -BranchRoleName "neondb_owner" -RegionId eastus2 -PgVersion 17 +New-AzNeonPostgresProject -Name "test-project" -OrganizationName "NeonDemoOrgPS1" -ResourceGroupName "neonrg" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -BranchDatabaseName "sampledb" -BranchEntityName "sample-entity" -BranchParentId "dawn-breeze-86932057" -BranchRoleName "neondb_owner" -RegionId eastus2 -PgVersion 17 ``` ```output @@ -577,4 +577,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.NeonPostgres/Update-AzNeonPostgresOrganization.md b/azps-15.3.0/Az.NeonPostgres/Update-AzNeonPostgresOrganization.md index fcfff5bec1..ba700cd6d2 100644 --- a/azps-15.3.0/Az.NeonPostgres/Update-AzNeonPostgresOrganization.md +++ b/azps-15.3.0/Az.NeonPostgres/Update-AzNeonPostgresOrganization.md @@ -71,7 +71,7 @@ update a OrganizationResource ### Example 1: Update a Neon Resource ```powershell -Update-AzNeonPostgresOrganization -Name "almasTestNeonPS8" -ResourceGroupName "NeonDemoRG" -SubscriptionId "5d9a6cc3-4e60-4b41-be79-d28f0a01074e" ` +Update-AzNeonPostgresOrganization -Name "almasTestNeonPS8" -ResourceGroupName "NeonDemoRG" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ` -CompanyDetailBusinessPhone "+1234567890" ` -CompanyDetailCompanyName "DemoCompany" ` -CompanyDetailCountry "USA" ` @@ -99,7 +99,7 @@ CompanyDetailCountry : USA CompanyDetailDomain : demo.com CompanyDetailNumberOfEmployee : 500 CompanyDetailOfficeAddress : 1234 Azure Ave -Id : /subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDe +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/NeonDe moRG/providers/Neon.Postgres/organizations/almasTestNeonPS8 Location : centraluseuap MarketplaceDetailSubscriptionId : 44e2e61d-8456-4c6a-dd0a-acc4edaa729b @@ -728,4 +728,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Network/Get-AzNetworkManagerConnectivityConfiguration.md b/azps-15.3.0/Az.Network/Get-AzNetworkManagerConnectivityConfiguration.md index 8eb41bcbb8..4939eb24e9 100644 --- a/azps-15.3.0/Az.Network/Get-AzNetworkManagerConnectivityConfiguration.md +++ b/azps-15.3.0/Az.Network/Get-AzNetworkManagerConnectivityConfiguration.md @@ -40,7 +40,7 @@ Get-AzNetworkManagerConnectivityConfiguration -ResourceGroupName "psResourceGrou ```output ConnectivityTopology : HubAndSpoke -Hubs : {/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} +Hubs : {/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} DeleteExistingPeering : True IsGlobal : False ConnectivityCapability : { @@ -68,7 +68,7 @@ AppliesToGroupsText : [ ] HubsText : [ { - "ResourceId": "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", + "ResourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", "ResourceType": "Microsoft.Network/virtualNetworks" } ] @@ -99,7 +99,7 @@ Get-AzNetworkManagerConnectivityConfiguration -ResourceGroupName "psResourceGrou ```output ConnectivityTopology : HubAndSpoke -Hubs : {/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} +Hubs : {/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} DeleteExistingPeering : True IsGlobal : False ConnectivityCapability : { @@ -127,7 +127,7 @@ AppliesToGroupsText : [ ] HubsText : [ { - "ResourceId": "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", + "ResourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", "ResourceType": "Microsoft.Network/virtualNetworks" } ] diff --git a/azps-15.3.0/Az.Network/Get-AzNetworkManagerScopeConnection.md b/azps-15.3.0/Az.Network/Get-AzNetworkManagerScopeConnection.md index d54601fbc7..81f9a82160 100644 --- a/azps-15.3.0/Az.Network/Get-AzNetworkManagerScopeConnection.md +++ b/azps-15.3.0/Az.Network/Get-AzNetworkManagerScopeConnection.md @@ -66,8 +66,8 @@ Get-AzNetworkManagerScopeConnection -ResourceGroupName "psResourceGroup" -Networ ``` ```output -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 -ResourceId : /subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 ConnectionState : Pending DisplayName : Description : SampleDescription @@ -86,7 +86,7 @@ Name : subConnection Etag : Id : /subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/resourceGroups/psResourceGroup/providers/Microsoft.Network/networkManagers/psNetworkManager/scopeConnections/subConnection -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee ResourceId : /providers/Microsoft.Management/managementGroups/newMG ConnectionState : Pending DisplayName : diff --git a/azps-15.3.0/Az.Network/Get-AzVpnServerConfiguration.md b/azps-15.3.0/Az.Network/Get-AzVpnServerConfiguration.md index 58c60d1530..a10ce819f8 100644 --- a/azps-15.3.0/Az.Network/Get-AzVpnServerConfiguration.md +++ b/azps-15.3.0/Az.Network/Get-AzVpnServerConfiguration.md @@ -47,7 +47,7 @@ VpnClientRootCertificates : VpnClientRevokedCertificates : [ { "Name": "cert2", - "Thumbprint": "83FFBFC8848B5A5836C94D0112367E16148A286F" + "Thumbprint": "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00" } ] RadiusServerAddress : diff --git a/azps-15.3.0/Az.Network/New-AzNetworkManagerConnectivityConfiguration.md b/azps-15.3.0/Az.Network/New-AzNetworkManagerConnectivityConfiguration.md index 3933d09b91..a82791e424 100644 --- a/azps-15.3.0/Az.Network/New-AzNetworkManagerConnectivityConfiguration.md +++ b/azps-15.3.0/Az.Network/New-AzNetworkManagerConnectivityConfiguration.md @@ -33,14 +33,14 @@ The **New-AzNetworkManagerConnectivityConfiguration** cmdlet creates a network m $connectivityGroupItem = New-AzNetworkManagerConnectivityGroupItem -NetworkGroupId "/subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/resourceGroups/psResourceGroup/providers/Microsoft.Network/networkManagers/psNetworkManager/networkGroups/psNetworkGroup" $connectivityGroup = @($connectivityGroupItem) -$hub = New-AzNetworkManagerHub -ResourceId "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub" -ResourceType "Microsoft.Network/virtualNetworks" +$hub = New-AzNetworkManagerHub -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub" -ResourceType "Microsoft.Network/virtualNetworks" $hubList = @($hub) New-AzNetworkManagerConnectivityConfiguration -ResourceGroupName psResourceGroup -Name "psConnectivityConfig" -NetworkManagerName psNetworkManager -ConnectivityTopology "HubAndSpoke" -Hub $hublist -AppliesToGroup $connectivityGroup -DeleteExistingPeering ``` ```output ConnectivityTopology : HubAndSpoke -Hubs : {/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} +Hubs : {/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} DeleteExistingPeering : True IsGlobal : False ConnectivityCapability : { @@ -59,7 +59,7 @@ AppliesToGroupsText : [ ] HubsText : [ { - "ResourceId": "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", + "ResourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", "ResourceType": "Microsoft.Network/virtualNetworks" } ] diff --git a/azps-15.3.0/Az.Network/New-AzNetworkManagerScopeConnection.md b/azps-15.3.0/Az.Network/New-AzNetworkManagerScopeConnection.md index 774d2fb095..0535355930 100644 --- a/azps-15.3.0/Az.Network/New-AzNetworkManagerScopeConnection.md +++ b/azps-15.3.0/Az.Network/New-AzNetworkManagerScopeConnection.md @@ -28,12 +28,12 @@ The **New-AzNetworkManagerScopeConnection** cmdlet creates a scope connection. ### Example 1 ```powershell -New-AzNetworkManagerScopeConnection -ResourceGroupName psResourceGroup -NetworkManagerName psNetworkManager -Name "subConnection" -TenantId "00001111-aaaa-2222-bbbb-3333cccc4444" -ResourceId "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884" -Description "SampleDescription" +New-AzNetworkManagerScopeConnection -ResourceGroupName psResourceGroup -NetworkManagerName psNetworkManager -Name "subConnection" -TenantId "aaaabbbb-0000-cccc-1111-dddd2222eeee" -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1" -Description "SampleDescription" ``` ```output -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 -ResourceId : /subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 ConnectionState : Pending DisplayName : Description : SampleDescription @@ -57,11 +57,11 @@ Creates a scope connection to a cross-tenant subscription. ### Example 2 ```powershell -New-AzNetworkManagerScopeConnection -ResourceGroupName psResourceGroup -NetworkManagerName psNetworkManager -Name "mgConnection" -TenantId "00001111-aaaa-2222-bbbb-3333cccc4444" -ResourceId "/providers/Microsoft.Management/managementGroups/newMG" -Description "SampleDescription" +New-AzNetworkManagerScopeConnection -ResourceGroupName psResourceGroup -NetworkManagerName psNetworkManager -Name "mgConnection" -TenantId "aaaabbbb-0000-cccc-1111-dddd2222eeee" -ResourceId "/providers/Microsoft.Management/managementGroups/newMG" -Description "SampleDescription" ``` ```output -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee ResourceId : /providers/Microsoft.Management/managementGroups/newMG ConnectionState : Pending DisplayName : diff --git a/azps-15.3.0/Az.Network/New-AzNetworkManagerStaticMember.md b/azps-15.3.0/Az.Network/New-AzNetworkManagerStaticMember.md index 3d6a35028e..27147bb56f 100644 --- a/azps-15.3.0/Az.Network/New-AzNetworkManagerStaticMember.md +++ b/azps-15.3.0/Az.Network/New-AzNetworkManagerStaticMember.md @@ -27,12 +27,12 @@ The **New-AzNetworkManagerStaticMember** cmdlet creates a network manager static ### Example 1 ```powershell -$vnetId = "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnet" +$vnetId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnet" New-AzNetworkManagerStaticMember -ResourceGroupName "psResourceGroup" -NetworkManagerName "psNetworkManager" -NetworkGroupName "psNetworkGroup" -Name "psStaticMember" -ResourceId $vnetId ``` ```output -ResourceId : /subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnet +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnet DisplayName : Description : Type : Microsoft.Network/networkManagers/networkGroups/staticMembers diff --git a/azps-15.3.0/Az.Network/New-AzNetworkWatcherFlowLog.md b/azps-15.3.0/Az.Network/New-AzNetworkWatcherFlowLog.md index 18a93329fe..377de5d610 100644 --- a/azps-15.3.0/Az.Network/New-AzNetworkWatcherFlowLog.md +++ b/azps-15.3.0/Az.Network/New-AzNetworkWatcherFlowLog.md @@ -117,8 +117,8 @@ IdentityText : { "Type": "UserAssigned", "UserAssignedIdentities": { "/subscriptions/af15e575-f948-49ac-bce0-252d028e9379/resourcegroups/mejaRGEastUS2EUAP/providers/Microsoft.ManagedIdentity/userAssignedIdentities/mejaid2": { - "PrincipalId": "57728676-94fe-4254-a01d-632b4a375c1d", - "ClientId": "95751030-0b3f-4b94-990a-ffdac5c85714" + "PrincipalId": "aaaaaaaa-bbbb-cccc-1111-222222222222", + "ClientId": "00001111-aaaa-2222-bbbb-3333cccc4444" } } } diff --git a/azps-15.3.0/Az.Network/New-AzVpnServerConfiguration.md b/azps-15.3.0/Az.Network/New-AzVpnServerConfiguration.md index 9c81f95373..d370ac90bd 100644 --- a/azps-15.3.0/Az.Network/New-AzVpnServerConfiguration.md +++ b/azps-15.3.0/Az.Network/New-AzVpnServerConfiguration.md @@ -50,7 +50,7 @@ VpnClientRootCertificates : VpnClientRevokedCertificates : [ { "Name": "cert2", - "Thumbprint": "83FFBFC8848B5A5836C94D0112367E16148A286F" + "Thumbprint": "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00" } ] RadiusServerAddress : diff --git a/azps-15.3.0/Az.Network/Set-AzNetworkManagerConnectivityConfiguration.md b/azps-15.3.0/Az.Network/Set-AzNetworkManagerConnectivityConfiguration.md index 1a87c15384..d483fadf29 100644 --- a/azps-15.3.0/Az.Network/Set-AzNetworkManagerConnectivityConfiguration.md +++ b/azps-15.3.0/Az.Network/Set-AzNetworkManagerConnectivityConfiguration.md @@ -39,7 +39,7 @@ Set-AzNetworkManagerConnectivityConfiguration -InputObject $ConnectivityConfigur ```output ConnectivityTopology : HubAndSpoke -Hubs : {/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} +Hubs : {/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} DeleteExistingPeering : True IsGlobal : False ConnectivityCapability : { @@ -67,7 +67,7 @@ AppliesToGroupsText : [ ] HubsText : [ { - "ResourceId": "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", + "ResourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", "ResourceType": "Microsoft.Network/virtualNetworks" } ] @@ -104,7 +104,7 @@ Set-AzNetworkManagerConnectivityConfiguration -InputObject $ConnectivityConfigur ```output ConnectivityTopology : HubAndSpoke -Hubs : {/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} +Hubs : {/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub} DeleteExistingPeering : True IsGlobal : False ConnectivityCapability : { @@ -132,7 +132,7 @@ AppliesToGroupsText : [ ] HubsText : [ { - "ResourceId": "/subscriptions/0fd190fa-dd1c-4724-b7f6-c5cc3ba5c884/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", + "ResourceId": "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/jaredgorthy-PowerShellTestResources/providers/Microsoft.Network/virtualNetworks/powerShellTestVnetHub", "ResourceType": "Microsoft.Network/virtualNetworks" } ] diff --git a/azps-15.3.0/Az.Network/Set-AzNetworkManagerScopeConnection.md b/azps-15.3.0/Az.Network/Set-AzNetworkManagerScopeConnection.md index 23f68d8ccb..c4c78c57d9 100644 --- a/azps-15.3.0/Az.Network/Set-AzNetworkManagerScopeConnection.md +++ b/azps-15.3.0/Az.Network/Set-AzNetworkManagerScopeConnection.md @@ -33,7 +33,7 @@ Set-AzNetworkManagerScopeConnection -InputObject $scopeConnection ``` ```output -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee ResourceId : /providers/Microsoft.Management/managementGroups/newMG ConnectionState : Pending DisplayName : diff --git a/azps-15.3.0/Az.Network/Update-AzVpnServerConfiguration.md b/azps-15.3.0/Az.Network/Update-AzVpnServerConfiguration.md index ed02af4aa3..c52cd25018 100644 --- a/azps-15.3.0/Az.Network/Update-AzVpnServerConfiguration.md +++ b/azps-15.3.0/Az.Network/Update-AzVpnServerConfiguration.md @@ -76,7 +76,7 @@ VpnClientRootCertificates : VpnClientRevokedCertificates : [ { "Name": "cert2", - "Thumbprint": "83FFBFC8848B5A5836C94D0112367E16148A286F" + "Thumbprint": "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00" } ] RadiusServerAddress : diff --git a/azps-15.3.0/Az.NewRelic/Get-AzNewRelicPlan.md b/azps-15.3.0/Az.NewRelic/Get-AzNewRelicPlan.md index a7bd7fa045..47939065bd 100644 --- a/azps-15.3.0/Az.NewRelic/Get-AzNewRelicPlan.md +++ b/azps-15.3.0/Az.NewRelic/Get-AzNewRelicPlan.md @@ -27,7 +27,7 @@ Lists the plans data linked to your organization, providing an overview of the a ### Example 1: List plans data associated with specified organization ```powershell -Get-AzNewRelicPlan -SubscriptionId 11111111-2222-3333-4444-123456789101 -OrganizationId 11111111-2222-3333-4444-123456789104 +Get-AzNewRelicPlan -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -OrganizationId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee ``` ```output @@ -40,7 +40,7 @@ List plans data associated with specified Organization Id ### Example 2: Link plans account with specified organization in different subscription ```powershell -Get-AzNewRelicPlan -SubscriptionId 11111111-2222-3333-4444-123456789101 -OrganizationId 11111111-2222-3333-4444-123456789104 -AccountId 1234567 +Get-AzNewRelicPlan -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -OrganizationId 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -AccountId 1234567 ``` Link plans account with specified organization in different subscription @@ -120,4 +120,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.NewRelic/Invoke-AzNewRelicResubscribeMonitor.md b/azps-15.3.0/Az.NewRelic/Invoke-AzNewRelicResubscribeMonitor.md index c3df2197dd..02fc27ff30 100644 --- a/azps-15.3.0/Az.NewRelic/Invoke-AzNewRelicResubscribeMonitor.md +++ b/azps-15.3.0/Az.NewRelic/Invoke-AzNewRelicResubscribeMonitor.md @@ -87,7 +87,7 @@ $resubscribeProps = @{ OfferId = "newrelic-pay-as-you-go" TermId = "hjdtn7tfq3ka3" ResourceGroup = "ps-test-new" - SubscriptionId = "22222222-3333-4444-5555-666666666666" + SubscriptionId = "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" } Invoke-AzNewRelicResubscribeMonitor -MonitorName "test-01" -ResourceGroupName "ps-test" -Body $resubscribeProps ``` @@ -406,4 +406,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.NewRelic/Update-AzNewRelicMonitoredSubscription.md b/azps-15.3.0/Az.NewRelic/Update-AzNewRelicMonitoredSubscription.md index 5ec1e5036b..77508126f8 100644 --- a/azps-15.3.0/Az.NewRelic/Update-AzNewRelicMonitoredSubscription.md +++ b/azps-15.3.0/Az.NewRelic/Update-AzNewRelicMonitoredSubscription.md @@ -55,7 +55,7 @@ MonitoredSubscriptionList : {{ "tagRules": { "provisioningState": "Accepted" }, - "subscriptionId": "11111111-2222-3333-4444-123456789101", + "subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e", "status": "Active" }} Name : default @@ -251,4 +251,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsApplicationInsightsDataSource.md b/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsApplicationInsightsDataSource.md index b09fe79c5c..561ad04224 100644 --- a/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsApplicationInsightsDataSource.md +++ b/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsApplicationInsightsDataSource.md @@ -56,32 +56,32 @@ The **New-AzOperationalInsightsApplicationInsightsDataSource** cmdlet enables th ### Example 1: Create application-insights data source in workspace ```powershell -New-AzOperationalInsightsApplicationInsightsDataSource -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "MyWorkspace" -ApplicationSubscriptionId "e791a474-ee54-46a2-bb06-5e058302d234" -ApplicationResourceGroupName "ContosoResourceGroup" -ApplicationName "MyAIApplication" +New-AzOperationalInsightsApplicationInsightsDataSource -ResourceGroupName "ContosoResourceGroup" -WorkspaceName "MyWorkspace" -ApplicationSubscriptionId "a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1" -ApplicationResourceGroupName "ContosoResourceGroup" -ApplicationName "MyAIApplication" ``` ```output -Name : subscriptions/e791a474-ee54-46a2-bb06-5e058302d234/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication +Name : subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication ResourceGroupName : ContosoResourceGroup WorkspaceName : MyWorkspace -ResourceId : /subscriptions/e791a474-ee54-46a2-bb06-5e058302d234/resourceGroups/ContosoResourceGroup/providers/Microsoft.OperationalInsights/workspaces/MyWorkspace/datasources/subscriptions/e791a474-ee54-46a2-bb06-5e058302d234/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.OperationalInsights/workspaces/MyWorkspace/datasources/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication Kind : ApplicationInsights -Properties : {"linkedResourceId":"subscriptions/e791a474-ee54-46a2-bb06-5e058302d234/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication","status":"Succeeded"} +Properties : {"linkedResourceId":"subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication","status":"Succeeded"} ``` This command creates an application-insights data source of a given application in a given log analytics workspace. This enables the collection of logs from given application to the log analytics workspace. ### Example 2: Get workspace object and create application-insights data source by the application resource id ```powershell -Get-AzOperationalInsightsWorkspace -Name "MyWorkspace" -ResourceGroupName "ContosoResourceGroup" | New-AzOperationalInsightsApplicationInsightsDataSource -ApplicationResourceId "/subscriptions/e791a474-ee54-46a2-bb06-5e058302d234/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication" +Get-AzOperationalInsightsWorkspace -Name "MyWorkspace" -ResourceGroupName "ContosoResourceGroup" | New-AzOperationalInsightsApplicationInsightsDataSource -ApplicationResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication" ``` ```output -Name : subscriptions/aaaaa474-ee54-4aaa-bb06-5e058302daaa/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication +Name : subscriptions/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication ResourceGroupName : ContosoResourceGroup WorkspaceName : MyWorkspace -ResourceId : /subscriptions/aaaaa474-ee54-4aaa-bb06-5e058302daaa/resourceGroups/ContosoResourceGroup/providers/Microsoft.OperationalInsights/workspaces/MyWorkspace/datasources/subscriptions/e791a474-ee54-46a2-bb06-5e058302d234/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication +ResourceId : /subscriptions/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2/resourceGroups/ContosoResourceGroup/providers/Microsoft.OperationalInsights/workspaces/MyWorkspace/datasources/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication Kind : ApplicationInsights -Properties : {"linkedResourceId":"subscriptions/e791a474-ee54-46a2-bb06-5e058302d234/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication","status":"Succeeded"} +Properties : {"linkedResourceId":"subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/microsoft.insights/components/MyAIApplication","status":"Succeeded"} ``` This command demonstrates getting a log analytics workspace object and then passing the output to create an associated application-insights data source by the application resource id. diff --git a/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsAzureActivityLogDataSource.md b/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsAzureActivityLogDataSource.md index f1325c85a1..3a2674df3f 100644 --- a/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsAzureActivityLogDataSource.md +++ b/azps-15.3.0/Az.OperationalInsights/New-AzOperationalInsightsAzureActivityLogDataSource.md @@ -36,16 +36,16 @@ The New-AzOperationalInsightsAzureActivityLogDataSource cmdlet enables Log Analy ### Example 1 ```powershell -New-AzOperationalInsightsAzureActivityLogDataSource -ResourceGroupName testrg -WorkspaceName LogAnalyticsworkspace -Name test -SubscriptionId 0b1f6471-1bf0-4dda-aec3-cb9272f09590 +New-AzOperationalInsightsAzureActivityLogDataSource -ResourceGroupName testrg -WorkspaceName LogAnalyticsworkspace -Name test -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output Name : test ResourceGroupName : testrg WorkspaceName : LogAnalyticsworkspace -ResourceId : /subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/testrg/providers/Microsoft.OperationalInsights/workspaces/LogAnalyticsworkspace/datasources/test +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/testrg/providers/Microsoft.OperationalInsights/workspaces/LogAnalyticsworkspace/datasources/test Kind : AzureActivityLog -Properties : {"linkedResourceId":"/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/microsoft.insights/eventtypes/management","backfillStartTime":"0001-01-01T00:00:00+00:00"} +Properties : {"linkedResourceId":"/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/microsoft.insights/eventtypes/management","backfillStartTime":"0001-01-01T00:00:00+00:00"} ``` This command enables Log Analytics to collect Azure activity log from given subscription. diff --git a/azps-15.3.0/Az.PaloAltoNetworks/Get-AzPaloAltoNetworksMetricsObjectFirewall.md b/azps-15.3.0/Az.PaloAltoNetworks/Get-AzPaloAltoNetworksMetricsObjectFirewall.md index 72b0b65f2f..56ad66a732 100644 --- a/azps-15.3.0/Az.PaloAltoNetworks/Get-AzPaloAltoNetworksMetricsObjectFirewall.md +++ b/azps-15.3.0/Az.PaloAltoNetworks/Get-AzPaloAltoNetworksMetricsObjectFirewall.md @@ -48,7 +48,7 @@ Get-AzPaloAltoNetworksMetricsObjectFirewall -FirewallName "italynorth-test-fw" - ```output ApplicationInsightsConnectionString : InstrumentationKey=95a645a2-898c-4e40-b285-3f38bbe02e5f;IngestionEndpoint=https:/ /eastus-8.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagn - ostics.monitor.azure.com/;ApplicationId=b4834f2c-adb3-4319-9e71-0721e949f2df + ostics.monitor.azure.com/;ApplicationId=00001111-aaaa-2222-bbbb-3333cccc4444 ApplicationInsightsResourceId : /subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/06Aug2025/prov iders/microsoft.insights/components/test-prakgupta3-metrics-ai Id : /subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/eastus-rg/prov @@ -161,4 +161,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.PaloAltoNetworks/New-AzPaloAltoNetworksMetricsObjectFirewall.md b/azps-15.3.0/Az.PaloAltoNetworks/New-AzPaloAltoNetworksMetricsObjectFirewall.md index 2ede79f068..cffb63f119 100644 --- a/azps-15.3.0/Az.PaloAltoNetworks/New-AzPaloAltoNetworksMetricsObjectFirewall.md +++ b/azps-15.3.0/Az.PaloAltoNetworks/New-AzPaloAltoNetworksMetricsObjectFirewall.md @@ -29,16 +29,16 @@ Create a MetricsObjectFirewallResource ### Example 1: Create a new metric config object ```powershell -New-AzPaloAltoNetworksMetricsObjectFirewall -FirewallName "italynorth-test-fw" -ResourceGroupName "eastus-rg" -ApplicationInsightsConnectionString "InstrumentationKey=95a645a2-898c-4e40-b285-3f38bbe02e5f;IngestionEndpoint=https://eastus-8.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/;ApplicationId=b4834f2c-adb3-4319-9e71-0721e949f2df" -ApplicationInsightsResourceId "/subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/06Aug2025/providers/microsoft.insights/components/test-prakgupta3-metrics-ai" +New-AzPaloAltoNetworksMetricsObjectFirewall -FirewallName "italynorth-test-fw" -ResourceGroupName "eastus-rg" -ApplicationInsightsConnectionString "InstrumentationKey=95a645a2-898c-4e40-b285-3f38bbe02e5f;IngestionEndpoint=https://eastus-8.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/;ApplicationId=b4834f2c-adb3-4319-9e71-0721e949f2df" -ApplicationInsightsResourceId "/subscriptions/11112222-bbbb-3333-cccc-4444dddd5555/resourceGroups/06Aug2025/providers/microsoft.insights/components/test-prakgupta3-metrics-ai" ``` ```output ApplicationInsightsConnectionString : InstrumentationKey=95a645a2-898c-4e40-b285-3f38bbe02e5f;IngestionEndpoint=https:/ /eastus-8.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagn - ostics.monitor.azure.com/;ApplicationId=b4834f2c-adb3-4319-9e71-0721e949f2df -ApplicationInsightsResourceId : /subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/06Aug2025/prov + ostics.monitor.azure.com/;ApplicationId=00001111-aaaa-2222-bbbb-3333cccc4444 +ApplicationInsightsResourceId : /subscriptions/11112222-bbbb-3333-cccc-4444dddd5555/resourceGroups/06Aug2025/prov iders/microsoft.insights/components/test-prakgupta3-metrics-ai -Id : /subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/eastus-rg/prov +Id : /subscriptions/11112222-bbbb-3333-cccc-4444dddd5555/resourceGroups/eastus-rg/prov iders/PaloAltoNetworks.Cloudngfw/firewalls/italynorth-test-fw/metrics/default Name : default PanEtag : c97aa9bb-b2e9-47a4-9e2e-cd905fc346ba @@ -237,4 +237,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.PaloAltoNetworks/Update-AzPaloAltoNetworksMetricsObjectFirewall.md b/azps-15.3.0/Az.PaloAltoNetworks/Update-AzPaloAltoNetworksMetricsObjectFirewall.md index b2140a83d0..c4accaf89a 100644 --- a/azps-15.3.0/Az.PaloAltoNetworks/Update-AzPaloAltoNetworksMetricsObjectFirewall.md +++ b/azps-15.3.0/Az.PaloAltoNetworks/Update-AzPaloAltoNetworksMetricsObjectFirewall.md @@ -42,7 +42,7 @@ Update-AzPaloAltoNetworksMetricsObjectFirewall -FirewallName "italynorth-test-fw ```output ApplicationInsightsConnectionString : InstrumentationKey=95a645a2-898c-4e40-b285-3f38bbe02e5f;IngestionEndpoint=https:/ /eastus-8.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagn - ostics.monitor.azure.com/;ApplicationId=b4834f2c-adb3-4319-9e71-0721e949f2df + ostics.monitor.azure.com/;ApplicationId=00001111-aaaa-2222-bbbb-3333cccc4444 ApplicationInsightsResourceId : /subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/06Aug2025/prov iders/microsoft.insights/components/test-prakgupta3-metrics-ai Id : /subscriptions/2bf4a339-294d-4c25-b0b2-ef649e9f5c27/resourceGroups/eastus-rg/prov @@ -216,4 +216,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyEvent.md b/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyEvent.md index 9d529c5be1..c2779a867a 100644 --- a/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyEvent.md +++ b/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyEvent.md @@ -84,7 +84,7 @@ Gets policy event records generated in the last day for all resources within the ### Example 2: Get policy events in the specified subscription scope ```powershell -Get-AzPolicyEvent -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" +Get-AzPolicyEvent -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Gets policy event records generated in the last day for all resources within the specified subscription. @@ -105,42 +105,42 @@ Gets policy event records generated in the last day for all resources within the ### Example 5: Get policy events in resource group scope in the specified subscription ```powershell -Get-AzPolicyEvent -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -ResourceGroupName "myResourceGroup" +Get-AzPolicyEvent -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "myResourceGroup" ``` Gets policy event records generated in the last day for all resources within the specified resource group (in the specified subscription). ### Example 6: Get policy events for a resource ```powershell -Get-AzPolicyEvent -ResourceId "/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" +Get-AzPolicyEvent -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" ``` Gets policy event records generated in the last day for the specified resource. ### Example 7: Get policy events for a policy set definition in current subscription ```powershell -Get-AzPolicyEvent -PolicySetDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyEvent -PolicySetDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the subscription in current session context). ### Example 8: Get policy events for a policy set definition in the specified subscription ```powershell -Get-AzPolicyEvent -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicySetDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyEvent -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicySetDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the specified subscription). ### Example 9: Get policy events for a policy definition in current subscription ```powershell -Get-AzPolicyEvent -PolicyDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyEvent -PolicyDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the subscription in current session context). ### Example 10: Get policy events for a policy definition in the specified subscription ```powershell -Get-AzPolicyEvent -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicyDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyEvent -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicyDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the specified subscription). @@ -154,7 +154,7 @@ Gets policy event records generated in the last day for all resources (within th ### Example 12: Get policy events for a policy assignment in the specified subscription ```powershell -Get-AzPolicyEvent -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicyAssignmentName "ddd8ef92e3714a5ea3d208c1" +Get-AzPolicyEvent -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicyAssignmentName "ddd8ef92e3714a5ea3d208c1" ``` Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy assignment (that exists in the specified subscription). diff --git a/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyState.md b/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyState.md index c4a80481dd..06f4aba256 100644 --- a/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyState.md +++ b/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyState.md @@ -84,7 +84,7 @@ Gets latest policy state records generated in the last day for all resources wit ### Example 2: Get latest policy states in the specified subscription scope ```powershell -Get-AzPolicyState -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" +Get-AzPolicyState -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Gets latest policy state records generated in the last day for all resources within the specified subscription. @@ -112,42 +112,42 @@ Gets latest policy state records generated in the last day for all resources wit ### Example 6: Get latest policy states in resource group scope in the specified subscription ```powershell -Get-AzPolicyState -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -ResourceGroupName "myResourceGroup" +Get-AzPolicyState -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "myResourceGroup" ``` Gets latest policy state records generated in the last day for all resources within the specified resource group (in the specified subscription). ### Example 7: Get latest policy states for a resource ```powershell -Get-AzPolicyState -ResourceId "/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" +Get-AzPolicyState -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" ``` Gets latest policy state records generated in the last day for the specified resource. ### Example 8: Get latest policy states for a policy set definition in current subscription ```powershell -Get-AzPolicyState -PolicySetDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyState -PolicySetDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets latest policy state records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the subscription in current session context). ### Example 9: Get latest policy states for a policy set definition in the specified subscription ```powershell -Get-AzPolicyState -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicySetDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyState -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicySetDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets latest policy state records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the specified subscription). ### Example 10: Get latest policy states for a policy definition in current subscription ```powershell -Get-AzPolicyState -PolicyDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyState -PolicyDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets latest policy state records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the subscription in current session context). ### Example 11: Get latest policy states for a policy definition in the specified subscription ```powershell -Get-AzPolicyState -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicyDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyState -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicyDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets latest policy state records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the specified subscription). @@ -161,7 +161,7 @@ Gets latest policy state records generated in the last day for all resources (wi ### Example 13: Get latest policy states for a policy assignment with the same scope as the specified subscription ```powershell -Get-AzPolicyState -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicyAssignmentName "ddd8ef92e3714a5ea3d208c1" +Get-AzPolicyState -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicyAssignmentName "ddd8ef92e3714a5ea3d208c1" ``` Gets latest policy state records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy assignment (that exists at subscription scope in the specified subscription). @@ -239,35 +239,35 @@ This generates the top 5 policies with the most number of non-compliant resource ### Example 22: Get latest policy states including policy evaluation details for a resource ```powershell -Get-AzPolicyState -ResourceId "/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" -Expand "PolicyEvaluationDetails" +Get-AzPolicyState -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" -Expand "PolicyEvaluationDetails" ``` Gets latest policy state records generated in the last day for the specified resource and expand policyEvaluationDetails. ### Example 23: Get latest component policy states for a resource (eg. vault) given a resource provider mode policy assignment ```powershell -Get-AzPolicyState -ResourceId "/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myvault" -Filter "policyAssignmentId eq '/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1'" -Expand "Components(`$filter=ComplianceState eq 'NonCompliant' or ComplianceState eq 'Compliant')" +Get-AzPolicyState -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myvault" -Filter "policyAssignmentId eq '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1'" -Expand "Components(`$filter=ComplianceState eq 'NonCompliant' or ComplianceState eq 'Compliant')" ``` Gets latest component policy state records generated in the last day for the specified resource, given a resource provider mode policy assignment that references a resource provider mode policy definition. ### Example 24: Get latest component policy states for a resource (eg. vault) given a policy initiative assignment that contains a resource provider mode policy definition ```powershell -Get-AzPolicyState -ResourceId "/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myvault" -Filter "policyAssignmentId eq '/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1' and policyDefinitionReferenceId eq 'myResourceProviderModeDefinitionReferenceId'" -Expand "Components(`$filter=ComplianceState eq 'NonCompliant' or ComplianceState eq 'Compliant')" +Get-AzPolicyState -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myvault" -Filter "policyAssignmentId eq '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1' and policyDefinitionReferenceId eq 'myResourceProviderModeDefinitionReferenceId'" -Expand "Components(`$filter=ComplianceState eq 'NonCompliant' or ComplianceState eq 'Compliant')" ``` Gets latest component policy state records generated in the last day for the specified resource, given a resource provider mode policy assignment that references an initiative containing a resource provider mode policy definition. ### Example 25: Get latest component counts by compliance state for a resource (eg. vault) given a resource provider mode policy assignment ```powershell -Get-AzPolicyState -ResourceId "/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myvault" -Filter "policyAssignmentId eq '/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1'" -Expand "Components(`$filter=ComplianceState eq 'NonCompliant' or ComplianceState eq 'Compliant' or ComplianceState eq 'Conflict';`$apply=groupby((complianceState),aggregate(`$count as count)))" +Get-AzPolicyState -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myvault" -Filter "policyAssignmentId eq '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1'" -Expand "Components(`$filter=ComplianceState eq 'NonCompliant' or ComplianceState eq 'Compliant' or ComplianceState eq 'Conflict';`$apply=groupby((complianceState),aggregate(`$count as count)))" ``` Gets latest component counts generated in the last day grouped by compliance state for the specified resource, given a resource provider mode policy assignment. ### Example 26: Get policy states for a management group scope policy assignment ```powershell -Get-AzPolicyState -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -Filter "policyAssignmentId eq '/providers/Microsoft.Management/managementGroups/myManagementGroup/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1'" +Get-AzPolicyState -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Filter "policyAssignmentId eq '/providers/Microsoft.Management/managementGroups/myManagementGroup/providers/Microsoft.Authorization/policyAssignments/ddd8ef92e3714a5ea3d208c1'" ``` Gets latest policy state records generated in the last day for all resources (within the tenant in current session context) in the specified subscription affected by the specified policy assignment (which is assigned to a management group which is an ancestor of the specified subscription). diff --git a/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyStateSummary.md b/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyStateSummary.md index 0122fbb5af..31c72c411f 100644 --- a/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyStateSummary.md +++ b/azps-15.3.0/Az.PolicyInsights/Get-AzPolicyStateSummary.md @@ -81,7 +81,7 @@ Gets the summary view of latest policy compliance states generated in the last d ### Example 2: Get latest non-compliant policy states summary in the specified subscription scope ```powershell -Get-AzPolicyStateSummary -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" +Get-AzPolicyStateSummary -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Gets the summary view of latest policy compliance states generated in the last day for all resources within the specified subscription. @@ -102,42 +102,42 @@ Gets the summary view of latest policy compliance states generated in the last d ### Example 5: Get latest non-compliant policy states summary in resource group scope in the specified subscription ```powershell -Get-AzPolicyStateSummary -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -ResourceGroupName "myResourceGroup" +Get-AzPolicyStateSummary -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "myResourceGroup" ``` Gets the summary view of latest policy compliance states generated in the last day for all resources within the specified resource group (in the specified subscription). ### Example 6: Get latest non-compliant policy states summary for a resource ```powershell -Get-AzPolicyStateSummary -ResourceId "/subscriptions/fff10b27-fff3-fff5-fff8-fffbe01e86a5/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" +Get-AzPolicyStateSummary -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/myResourceGroup/providers/Microsoft.EventHub/namespaces/myns1/eventhubs/eh1/consumergroups/cg1" ``` Gets the summary view of latest policy compliance states generated in the last day for the specified resource. ### Example 7: Get latest non-compliant policy states summary for a policy set definition in current subscription ```powershell -Get-AzPolicyStateSummary -PolicySetDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyStateSummary -PolicySetDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets the summary view of latest policy compliance states generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the subscription in current session context). ### Example 8: Get latest non-compliant policy states summary for a policy set definition in the specified subscription ```powershell -Get-AzPolicyStateSummary -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicySetDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyStateSummary -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicySetDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets the summary view of latest policy compliance states generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the specified subscription). ### Example 9: Get latest non-compliant policy states summary for a policy definition in current subscription ```powershell -Get-AzPolicyStateSummary -PolicyDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyStateSummary -PolicyDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets the summary view of latest policy compliance states generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the subscription in current session context). ### Example 10: Get latest non-compliant policy states summary for a policy definition in the specified subscription ```powershell -Get-AzPolicyStateSummary -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicyDefinitionName "fff58873-fff8-fff5-fffc-fffbe7c9d697" +Get-AzPolicyStateSummary -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicyDefinitionName "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` Gets the summary view of latest policy compliance states generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the specified subscription). @@ -151,7 +151,7 @@ Gets the summary view of latest policy compliance states generated in the last d ### Example 12: Get latest non-compliant policy states summary for a policy assignment in the specified subscription ```powershell -Get-AzPolicyStateSummary -SubscriptionId "fff10b27-fff3-fff5-fff8-fffbe01e86a5" -PolicyAssignmentName "ddd8ef92e3714a5ea3d208c1" +Get-AzPolicyStateSummary -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -PolicyAssignmentName "ddd8ef92e3714a5ea3d208c1" ``` Gets the summary view of latest policy compliance states generated in the last day for all resources (within the tenant in current session context) effected by the specified policy assignment (that exists in the specified subscription). diff --git a/azps-15.3.0/Az.Purview/Add-AzPurviewAccountRootCollectionAdmin.md b/azps-15.3.0/Az.Purview/Add-AzPurviewAccountRootCollectionAdmin.md index 834a3e5040..cf3ec9232c 100644 --- a/azps-15.3.0/Az.Purview/Add-AzPurviewAccountRootCollectionAdmin.md +++ b/azps-15.3.0/Az.Purview/Add-AzPurviewAccountRootCollectionAdmin.md @@ -50,7 +50,7 @@ Add the administrator for root collection associated with this account. ### Example 1: Add the administrator for root collection ```powershell -Add-AzPurviewAccountRootCollectionAdmin -AccountName test-pa -ResourceGroupName test-rg -ObjectId xxxxxxxx-5be9-4f43-abd2-04561777c8b0 +Add-AzPurviewAccountRootCollectionAdmin -AccountName test-pa -ResourceGroupName test-rg -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ``` Add the administrator for root collection associated with the account named 'test-pa'. @@ -58,7 +58,7 @@ Add the administrator for root collection associated with the account named 'tes ### Example 2: Add the administrator for root collection by InputObject ```powershell $got = Get-AzPurviewAccount -Name test-pa -ResourceGroupName test-rg -Add-AzPurviewAccountRootCollectionAdmin -InputObject $got -ObjectId xxxxxxxx-5be9-4f43-abd2-04561777c8b0 +Add-AzPurviewAccountRootCollectionAdmin -InputObject $got -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ``` Add the administrator for root collection associated with the account named 'test-pa' by InputObject. @@ -246,4 +246,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Purview/Update-AzPurviewAccount.md b/azps-15.3.0/Az.Purview/Update-AzPurviewAccount.md index 3a9c9395b7..fc67840594 100644 --- a/azps-15.3.0/Az.Purview/Update-AzPurviewAccount.md +++ b/azps-15.3.0/Az.Purview/Update-AzPurviewAccount.md @@ -65,12 +65,12 @@ FriendlyName : test-pa Id : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/bez-rg/providers/Microsoft.Purview/a ccounts/bez-pa Identity : { - "principalId": "xxxxxxxx-7956-4978-87e8-9ddd82cfe2b7", - "tenantId": "xxxxxxxx-38d6-4fb2-bad9-b7b93a3e9c5a", + "principalId": "aaaaaaaa-bbbb-cccc-1111-222222222222", + "tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee", "type": "SystemAssigned" } -IdentityPrincipalId : xxxxxxxx-7956-4978-87e8-9ddd82cfe2b7 -IdentityTenantId : xxxxxxxx-38d6-4fb2-bad9-b7b93a3e9c5a +IdentityPrincipalId : aaaaaaaa-bbbb-cccc-1111-222222222222 +IdentityTenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee IdentityType : SystemAssigned Location : eastus ManagedResourceEventHubNamespace : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/managed-rg-bbcpgdj/providers/Microso @@ -126,12 +126,12 @@ FriendlyName : test-pa Id : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/bez-rg/providers/Microsoft.Purview/a ccounts/bez-pa Identity : { - "principalId": "xxxxxxxx-7956-4978-87e8-9ddd82cfe2b7", - "tenantId": "xxxxxxxx-38d6-4fb2-bad9-b7b93a3e9c5a", + "principalId": "aaaaaaaa-bbbb-cccc-1111-222222222222", + "tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee", "type": "SystemAssigned" } -IdentityPrincipalId : xxxxxxxx-7956-4978-87e8-9ddd82cfe2b7 -IdentityTenantId : xxxxxxxx-38d6-4fb2-bad9-b7b93a3e9c5a +IdentityPrincipalId : aaaaaaaa-bbbb-cccc-1111-222222222222 +IdentityTenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee IdentityType : SystemAssigned Location : eastus ManagedResourceEventHubNamespace : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/managed-rg-bbcpgdj/providers/Microso @@ -382,4 +382,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Qumulo/Get-AzQumuloFileSystem.md b/azps-15.3.0/Az.Qumulo/Get-AzQumuloFileSystem.md index 4c94beade0..99944103ba 100644 --- a/azps-15.3.0/Az.Qumulo/Get-AzQumuloFileSystem.md +++ b/azps-15.3.0/Az.Qumulo/Get-AzQumuloFileSystem.md @@ -46,7 +46,7 @@ Get a file system resource ### Example 1: List by subscription ```powershell -Get-AzQumuloFileSystem -SubscriptionId fc35d936-3b89-41f8-8110-a24b56826c37 +Get-AzQumuloFileSystem -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -184,4 +184,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.RedisCache/New-AzRedisCacheAccessPolicyAssignment.md b/azps-15.3.0/Az.RedisCache/New-AzRedisCacheAccessPolicyAssignment.md index 0a559cb47f..3740a8d587 100644 --- a/azps-15.3.0/Az.RedisCache/New-AzRedisCacheAccessPolicyAssignment.md +++ b/azps-15.3.0/Az.RedisCache/New-AzRedisCacheAccessPolicyAssignment.md @@ -37,7 +37,7 @@ Create an access policy assignment (redis user) for a Redis Cache. ### Example 1 ```powershell -New-AzRedisCacheAccessPolicyAssignment -Name "testCache" -AccessPolicyAssignmentName "testAccessPolicyAssignmentName" -AccessPolicyName "testAccessPolicyName" -ObjectId "69d700c5-ca77-4335-947e-xxxxxxxxxxxx" -ObjectIdAlias "testAlias" +New-AzRedisCacheAccessPolicyAssignment -Name "testCache" -AccessPolicyAssignmentName "testAccessPolicyAssignmentName" -AccessPolicyName "testAccessPolicyName" -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -ObjectIdAlias "testAlias" ``` This command creates access policy assignment (redis user) named testAccessPolicyAssignmentName on Redis Cache named testCache. diff --git a/azps-15.3.0/Az.RedisEnterpriseCache/New-AzRedisEnterpriseCacheAccessPolicyAssignment.md b/azps-15.3.0/Az.RedisEnterpriseCache/New-AzRedisEnterpriseCacheAccessPolicyAssignment.md index 8553f95ab3..74ad7e4868 100644 --- a/azps-15.3.0/Az.RedisEnterpriseCache/New-AzRedisEnterpriseCacheAccessPolicyAssignment.md +++ b/azps-15.3.0/Az.RedisEnterpriseCache/New-AzRedisEnterpriseCacheAccessPolicyAssignment.md @@ -51,7 +51,7 @@ Creates/Updates a particular access policy assignment for a database ### Example 1: Add new access policy assignment. ```powershell -New-AzRedisEnterpriseCacheAccessPolicyAssignment -AccessPolicyAssignmentName "testAccessPolicyAssignmentName" -ClusterName "MyCache" -DatabaseName "default" -ResourceGroupName "MyGroup" -UserObjectId "5fb3eb10-a8a2-4db7-8bb4-e377180e7427" -AccessPolicyName "default" +New-AzRedisEnterpriseCacheAccessPolicyAssignment -AccessPolicyAssignmentName "testAccessPolicyAssignmentName" -ClusterName "MyCache" -DatabaseName "default" -ResourceGroupName "MyGroup" -UserObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -AccessPolicyName "default" ``` ```output diff --git a/azps-15.3.0/Az.Reservations/Get-AzReservationCatalog.md b/azps-15.3.0/Az.Reservations/Get-AzReservationCatalog.md index cbd06ea835..5e49b17fcf 100644 --- a/azps-15.3.0/Az.Reservations/Get-AzReservationCatalog.md +++ b/azps-15.3.0/Az.Reservations/Get-AzReservationCatalog.md @@ -38,7 +38,7 @@ Get the regions and skus that are available for RI purchase for the specified Az ### Example 1: Get the list of reserved resource type skus with location ```powershell -Get-AzReservationCatalog -SubscriptionId "10000000-aaaa-bbbb-cccc-100000000001" -Location "westus" -ReservedResourceType "VirtualMachine" +Get-AzReservationCatalog -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "westus" -ReservedResourceType "VirtualMachine" ``` ```output @@ -59,7 +59,7 @@ This command gets a catlog of reserved resource type skus with location ### Example 2: Get the list of reserved resource type skus without location ```powershell -Get-AzReservationCatalog -SubscriptionId "10000000-aaaa-bbbb-cccc-100000000001" -ReservedResourceType "SuseLinux" +Get-AzReservationCatalog -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ReservedResourceType "SuseLinux" ``` ```output @@ -87,7 +87,7 @@ This command gets a catlog of reserved resource type skus without location ### Example 3: Get the list of eligible 3pp reserved resource type skus with publisher id, offer id, plan id ```powershell -Get-AzReservationCatalog -SubscriptionId "10000000-aaaa-bbbb-cccc-100000000001" -ReservedResourceType "VirtualMachineSoftware" -PublisherId canonical -OfferId 0001-com-ubuntu-pro-xenial -PlanId pro-16_04-lts +Get-AzReservationCatalog -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ReservedResourceType "VirtualMachineSoftware" -PublisherId canonical -OfferId 0001-com-ubuntu-pro-xenial -PlanId pro-16_04-lts ``` ```output @@ -292,4 +292,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Reservations/Get-AzReservationOrderId.md b/azps-15.3.0/Az.Reservations/Get-AzReservationOrderId.md index 2fde0f2500..d0f5ffa13c 100644 --- a/azps-15.3.0/Az.Reservations/Get-AzReservationOrderId.md +++ b/azps-15.3.0/Az.Reservations/Get-AzReservationOrderId.md @@ -34,11 +34,11 @@ Get applicable `Reservation`s that are applied to this subscription or a resourc ### Example 1: Get list of applicable ReservationOrder Ids. ```powershell -Get-AzReservationOrderId -SubscriptionId '10000000-aaaa-bbbb-cccc-100000000005' +Get-AzReservationOrderId -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' ``` ```output -Id : /subscriptions/10000000-aaaa-bbbb-cccc-100000000005/providers/microsoft.capacity/AppliedReservations/default +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/microsoft.capacity/AppliedReservations/default Name : default ReservationOrderIdNextLink : ReservationOrderIdValue : {/providers/Microsoft.Capacity/reservationorders/7c6192be-7543-40c3-93e1-3d7f0b15203f, @@ -113,4 +113,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ResourceGraph/Search-AzGraph.md b/azps-15.3.0/Az.ResourceGraph/Search-AzGraph.md index f828d93bee..23dc356205 100644 --- a/azps-15.3.0/Az.ResourceGraph/Search-AzGraph.md +++ b/azps-15.3.0/Az.ResourceGraph/Search-AzGraph.md @@ -46,19 +46,19 @@ Search-AzGraph "project id, name, type, location, tags" -First 3 ``` ```output -id : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt +id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt name : nt type : microsoft.compute/virtualmachinescalesets location : eastus tags : @{resourceType=Service Fabric; clusterName=gov-art-int-nt-a} -ResourceId : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt -id : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 +id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 name : egtopic-1 type : microsoft.eventgrid/topics location : westus2 tags : -ResourceId : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 ``` Simple resources query requesting a subset of resource fields. @@ -85,17 +85,17 @@ Search-AzGraph -Query "project id, name, type, location" -SkipToken $response.Sk ``` ```output -id : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/17ni +id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/17ni name : 17ni type : microsoft.network/networkinterfaces location : westeurope -ResourceId : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/17ni +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/17ni -id : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/17nsg +id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/17nsg name : 17nsg type : microsoft.network/networksecuritygroups location : westeurope -ResourceId : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/17nsg +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/17nsg ``` A query with the skip token passed from the previous query results. Please note that keeping id in the results is mandatory to get back a skip token. @@ -106,19 +106,19 @@ Search-AzGraph -Query "project id, name, type, location, tags" -First 2 -Managem ``` ```output -id : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt +id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt name : nt type : microsoft.compute/virtualmachinescalesets location : eastus tags : @{resourceType=Service Fabric; clusterName=gov-art-int-nt-a} -ResourceId : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.Compute/virtualMachineScaleSets/nt -id : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 +id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 name : egtopic-1 type : microsoft.eventgrid/topics location : westus2 tags : -ResourceId : /subscriptions/1ef51df4-f8a9-4b69-9919-1ef51df4eff6/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Service-INT-a/providers/Microsoft.EventGrid/topics/egtopic-1 ``` A query scoped to the management group that allows the query to succeed with partial scope result if MyManagementGroupId has more than N subscriptions underneath. diff --git a/azps-15.3.0/Az.Resources/Add-AzADAppPermission.md b/azps-15.3.0/Az.Resources/Add-AzADAppPermission.md index f65444ba36..fe6258d4d2 100644 --- a/azps-15.3.0/Az.Resources/Add-AzADAppPermission.md +++ b/azps-15.3.0/Az.Resources/Add-AzADAppPermission.md @@ -43,17 +43,17 @@ User needs to grant consent via Azure Portal if the permission requires admin co ### Example 1: Add API Permission ```powershell -Add-AzADAppPermission -ObjectId 9cc74d5e-1162-4b90-8696-65f3d6a3f7d0 -ApiId 00000003-0000-0000-c000-000000000000 -PermissionId 5f8c59db-677d-491f-a6b8-5f174b11ec1d +Add-AzADAppPermission -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -ApiId 00000003-0000-0000-c000-000000000000 -PermissionId 5f8c59db-677d-491f-a6b8-5f174b11ec1d ``` -Add delegated permission "Group.Read.All" of Microsoft Graph API to AD Application (9cc74d5e-1162-4b90-8696-65f3d6a3f7d0) +Add delegated permission "Group.Read.All" of Microsoft Graph API to AD Application (aaaabbbb-0000-cccc-1111-dddd2222eeee) ### Example 2: Add API Permission ```powershell -Add-AzADAppPermission -ObjectId 9cc74d5e-1162-4b90-8696-65f3d6a3f7d0 -ApiId 00000003-0000-0000-c000-000000000000 -PermissionId 1138cb37-bd11-4084-a2b7-9f71582aeddb -Type Role +Add-AzADAppPermission -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -ApiId 00000003-0000-0000-c000-000000000000 -PermissionId 1138cb37-bd11-4084-a2b7-9f71582aeddb -Type Role ``` -Add application permission "Device.ReadWrite.All" of Microsoft Graph API to AD Application (9cc74d5e-1162-4b90-8696-65f3d6a3f7d0) +Add application permission "Device.ReadWrite.All" of Microsoft Graph API to AD Application (aaaabbbb-0000-cccc-1111-dddd2222eeee) ## PARAMETERS diff --git a/azps-15.3.0/Az.Resources/Get-AzADAppPermission.md b/azps-15.3.0/Az.Resources/Get-AzADAppPermission.md index ff6c6235e5..44a8db50ff 100644 --- a/azps-15.3.0/Az.Resources/Get-AzADAppPermission.md +++ b/azps-15.3.0/Az.Resources/Get-AzADAppPermission.md @@ -33,7 +33,7 @@ Lists API permissions the application has requested. ### Example 1: Get API permission ```powershell -Get-AzADAppPermission -ObjectId 18797549-86a9-4906-b2a9-54f08cd3c427 +Get-AzADAppPermission -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ``` ```output @@ -43,7 +43,7 @@ ApiId Id Type 00000003-0000-0000-c000-000000000000 5b567255-7703-4780-807c-7be8301ae99b Scope ``` -Fetches all API permissions of Azure AD object 18797549-86a9-4906-b2a9-54f08cd3c427 +Fetches all API permissions of Azure AD object aaaabbbb-0000-cccc-1111-dddd2222eeee ## PARAMETERS diff --git a/azps-15.3.0/Az.Resources/Get-AzADServicePrincipalAppRoleAssignment.md b/azps-15.3.0/Az.Resources/Get-AzADServicePrincipalAppRoleAssignment.md index fa1d19cda8..0c419a317e 100644 --- a/azps-15.3.0/Az.Resources/Get-AzADServicePrincipalAppRoleAssignment.md +++ b/azps-15.3.0/Az.Resources/Get-AzADServicePrincipalAppRoleAssignment.md @@ -35,27 +35,27 @@ Get appRoleAssignments from servicePrincipals ### Example 1: List assigned app roles ```powershell -Get-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId 71beb965-8347-495d-a589-c21cdde7a722 +Get-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 ``` ```output Id AppRoleId PrincipalDisplayName PrincipalId CreatedDateTime -- --------- -------------------- ----------- --------------- -Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 71beb965-8347-495d-a589-c21cdde7a722 12/14/2023 7:04:28 AM -Zbm-cUeDXUmlicIc3eenIhHyPMkzw2VEh76fTc0bGtM e799a9e2-acac-4960-9ba0-6a17661fa16a funapp1214 71beb965-8347-495d-a589-c21cdde7a722 12/14/2023 6:56:52 AM +Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 aaaaaaaa-bbbb-cccc-1111-222222222222 12/14/2023 7:04:28 AM +Zbm-cUeDXUmlicIc3eenIhHyPMkzw2VEh76fTc0bGtM e799a9e2-acac-4960-9ba0-6a17661fa16a funapp1214 aaaaaaaa-bbbb-cccc-1111-222222222222 12/14/2023 6:56:52 AM ``` List assigned app roles. ### Example 2: Get by AppRoleAssignmentId ```powershell -Get-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId 71beb965-8347-495d-a589-c21cdde7a722 -AppRoleAssignmentId Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE +Get-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -AppRoleAssignmentId Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE ``` ```output Id AppRoleId PrincipalDisplayName PrincipalId CreatedDateTime -- --------- -------------------- ----------- --------------- -Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 71beb965-8347-495d-a589-c21cdde7a722 12/14/2023 7:04:28 AM +Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 aaaaaaaa-bbbb-cccc-1111-222222222222 12/14/2023 7:04:28 AM ``` Get an assigned app role by Id. diff --git a/azps-15.3.0/Az.Resources/Get-AzDenyAssignment.md b/azps-15.3.0/Az.Resources/Get-AzDenyAssignment.md index 4499e20736..dc014d922c 100644 --- a/azps-15.3.0/Az.Resources/Get-AzDenyAssignment.md +++ b/azps-15.3.0/Az.Resources/Get-AzDenyAssignment.md @@ -184,7 +184,7 @@ Principals : { ExcludePrincipals : { DisplayName: testuser ObjectType: User - ObjectId: f8d526a0-54eb-4941-ae69-ebf4a334d0f0 + ObjectId: aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb } IsSystemProtected : True @@ -200,11 +200,11 @@ DoNotApplyToChildScopes : False Principals : { DisplayName: testuser ObjectType: User - ObjectId: f8d526a0-54eb-4941-ae69-ebf4a334d0f0 + ObjectId: aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb , DisplayName: PowershellTestingApp ObjectType: ServicePrincipal - ObjectId: f2dc21ac-702a-4bde-a4ce-146edf751d81 + ObjectId: bbbbbbbb-1111-2222-3333-cccccccccccc } ExcludePrincipals : {} IsSystemProtected : True @@ -231,7 +231,7 @@ DoNotApplyToChildScopes : False Principals : { DisplayName: john.doe ObjectType: User - ObjectId: f8d526a0-54eb-4941-ae69-ebf4a334d0f0 + ObjectId: aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb } ExcludePrincipals : {} IsSystemProtected : True @@ -248,11 +248,11 @@ DoNotApplyToChildScopes : False Principals : { DisplayName: john.doe ObjectType: User - ObjectId: f8d526a0-54eb-4941-ae69-ebf4a334d0f0 + ObjectId: aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb , DisplayName: PowershellTestingApp ObjectType: ServicePrincipal - ObjectId: f2dc21ac-702a-4bde-a4ce-146edf751d81 + ObjectId: bbbbbbbb-1111-2222-3333-cccccccccccc } ExcludePrincipals : {} IsSystemProtected : True @@ -279,7 +279,7 @@ DoNotApplyToChildScopes : False Principals : { DisplayName: TestApp ObjectType: ServicePrincipal - ObjectId: f2dc21ac-702a-4bde-a4ce-146edf751d81 + ObjectId: bbbbbbbb-1111-2222-3333-cccccccccccc } ExcludePrincipals : {} IsSystemProtected : True @@ -296,11 +296,11 @@ DoNotApplyToChildScopes : False Principals : { DisplayName: testuser ObjectType: User - ObjectId: f8d526a0-54eb-4941-ae69-ebf4a334d0f0 + ObjectId: aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb , DisplayName: TestApp ObjectType: ServicePrincipal - ObjectId: f2dc21ac-702a-4bde-a4ce-146edf751d81 + ObjectId: bbbbbbbb-1111-2222-3333-cccccccccccc } ExcludePrincipals : {} IsSystemProtected : True @@ -327,7 +327,7 @@ DoNotApplyToChildScopes : False Principals : { DisplayName: testuser ObjectType: User - ObjectId: f8d526a0-54eb-4941-ae69-ebf4a334d0f0 + ObjectId: aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb } ExcludePrincipals : {} IsSystemProtected : True @@ -344,11 +344,11 @@ DoNotApplyToChildScopes : False Principals : { DisplayName: testuser ObjectType: User - ObjectId: f8d526a0-54eb-4941-ae69-ebf4a334d0f0 + ObjectId: aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb , DisplayName: TestApp ObjectType: ServicePrincipal - ObjectId: f2dc21ac-702a-4bde-a4ce-146edf751d81 + ObjectId: bbbbbbbb-1111-2222-3333-cccccccccccc } ExcludePrincipals : {} IsSystemProtected : True diff --git a/azps-15.3.0/Az.Resources/Get-AzManagementGroup.md b/azps-15.3.0/Az.Resources/Get-AzManagementGroup.md index 6e56519c6e..d7c448fc5f 100644 --- a/azps-15.3.0/Az.Resources/Get-AzManagementGroup.md +++ b/azps-15.3.0/Az.Resources/Get-AzManagementGroup.md @@ -40,13 +40,13 @@ Get-AzManagementGroup Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupDisplayName Id : /providers/Microsoft.Management/managementGroups/TestGroupChild Type : /providers/Microsoft.Management/managementGroups Name : TestGroupChild -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupChildDisplayName ``` @@ -61,7 +61,7 @@ Get-AzManagementGroup -GroupName TestGroup Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupDisplayName UpdatedTime : 2/1/2018 11:16:12 AM UpdatedBy : 64360beb-ffb4-43a8-9314-01aa34db95a9 @@ -83,7 +83,7 @@ $response Id : /providers/Microsoft.Management/managementGroups/TestGroupParent Type : /providers/Microsoft.Management/managementGroups Name : TestGroupParent -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupParent UpdatedTime : 2/1/2018 11:15:46 AM UpdatedBy : 64360beb-ffb4-43a8-9314-01aa34db95a9 @@ -114,7 +114,7 @@ $response Id : /providers/Microsoft.Management/managementGroups/TestGroupParent Type : /providers/Microsoft.Management/managementGroups Name : TestGroupParent -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupParent UpdatedTime : 2/1/2018 11:15:46 AM UpdatedBy : 64360beb-ffb4-43a8-9314-01aa34db95a9 diff --git a/azps-15.3.0/Az.Resources/Get-AzManagementGroupEntity.md b/azps-15.3.0/Az.Resources/Get-AzManagementGroupEntity.md index 5557e18359..df12e0826b 100644 --- a/azps-15.3.0/Az.Resources/Get-AzManagementGroupEntity.md +++ b/azps-15.3.0/Az.Resources/Get-AzManagementGroupEntity.md @@ -33,13 +33,13 @@ Get-AzManagementGroupEntity Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupDisplayName Id : /providers/Microsoft.Management/managementGroups/TestGroupChild Type : /providers/Microsoft.Management/managementGroups Name : TestGroupChild -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupChildDisplayName ``` diff --git a/azps-15.3.0/Az.Resources/Get-AzManagementGroupHierarchySetting.md b/azps-15.3.0/Az.Resources/Get-AzManagementGroupHierarchySetting.md index 1dc01a0047..7ae50c33ef 100644 --- a/azps-15.3.0/Az.Resources/Get-AzManagementGroupHierarchySetting.md +++ b/azps-15.3.0/Az.Resources/Get-AzManagementGroupHierarchySetting.md @@ -40,7 +40,7 @@ Get-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869baa0 Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default Type : Microsoft.Management/managementGroups/settings Name : default -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee RequireAuthorizationForGroupCreation : true DefaultManagementGroup : TestGroup ``` diff --git a/azps-15.3.0/Az.Resources/Get-AzManagementGroupSubscription.md b/azps-15.3.0/Az.Resources/Get-AzManagementGroupSubscription.md index 8cc4bca461..e214c9a2f6 100644 --- a/azps-15.3.0/Az.Resources/Get-AzManagementGroupSubscription.md +++ b/azps-15.3.0/Az.Resources/Get-AzManagementGroupSubscription.md @@ -27,14 +27,14 @@ The **Get-AzManagementGroupSubscription** cmdlet gets the subscription info unde ### Example 1: Get Subscription Details under a Management Group ```powershell -Get-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId 5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de +Get-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output -Name : 5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de +Name : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Type : Microsoft.Management/managementGroups/subscriptions -Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : Visual Studio Enterprise Subscription ParentId : /providers/Microsoft.Management/managementGroups/TestGroup State : Active @@ -46,10 +46,10 @@ Get-AzManagementGroupSubscription -GroupName "TestGroup" ``` ```output -Name : 5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de +Name : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Type : Microsoft.Management/managementGroups/subscriptions -Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : Visual Studio Enterprise Subscription ParentId : /providers/Microsoft.Management/managementGroups/TestGroup State : Active @@ -57,7 +57,7 @@ State : Active Name : 2120692d-35c3-44c8-81f5-631fa7351726 Type : Microsoft.Management/managementGroups/subscriptions Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/2120692d-35c3-44c8-81f5-631fa7351726 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : Test Subscription ParentId : /providers/Microsoft.Management/managementGroups/TestGroup State : Active diff --git a/azps-15.3.0/Az.Resources/Get-AzPolicyDefinition.md b/azps-15.3.0/Az.Resources/Get-AzPolicyDefinition.md index 07f018282b..09ace9fbe6 100644 --- a/azps-15.3.0/Az.Resources/Get-AzPolicyDefinition.md +++ b/azps-15.3.0/Az.Resources/Get-AzPolicyDefinition.md @@ -96,10 +96,10 @@ This command gets the policy definition named VMPolicyDefinition from the manage ### Example 4: Get all built-in policy definitions from subscription ```powershell -Get-AzPolicyDefinition -SubscriptionId '3bf44b72-c631-427a-b8c8-53e2595398ca' -Builtin +Get-AzPolicyDefinition -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' -Builtin ``` -This command gets all built-in policy definitions from the subscription with ID 3bf44b72-c631-427a-b8c8-53e2595398ca. +This command gets all built-in policy definitions from the subscription with ID aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e. ### Example 5: Get policy definitions from a given category ```powershell diff --git a/azps-15.3.0/Az.Resources/Get-AzPolicySetDefinition.md b/azps-15.3.0/Az.Resources/Get-AzPolicySetDefinition.md index 3528c62671..fac2f73bc1 100644 --- a/azps-15.3.0/Az.Resources/Get-AzPolicySetDefinition.md +++ b/azps-15.3.0/Az.Resources/Get-AzPolicySetDefinition.md @@ -83,10 +83,10 @@ This command gets the policy set definition named VMPolicySetDefinition from the ### Example 3: Get policy set definition from subscription by name ```powershell -Get-AzPolicySetDefinition -Name 'VMPolicySetDefinition' -subscriptionId '3bf44b72-c631-427a-b8c8-53e2595398ca' +Get-AzPolicySetDefinition -Name 'VMPolicySetDefinition' -subscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e' ``` -This command gets the policy definition named VMPolicySetDefinition from the subscription with ID 3bf44b72-c631-427a-b8c8-53e2595398ca. +This command gets the policy definition named VMPolicySetDefinition from the subscription with ID aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e. ### Example 4: Get all custom policy set definitions from management group ```powershell diff --git a/azps-15.3.0/Az.Resources/Get-AzPrivateLinkAssociation.md b/azps-15.3.0/Az.Resources/Get-AzPrivateLinkAssociation.md index b8e7b6c6bf..aa95e75791 100644 --- a/azps-15.3.0/Az.Resources/Get-AzPrivateLinkAssociation.md +++ b/azps-15.3.0/Az.Resources/Get-AzPrivateLinkAssociation.md @@ -26,45 +26,45 @@ The Get-AzPrivateLinkAssociation cmdlet gets all of resource management private ### Example 1 ```powershell -Get-AzPrivateLinkAssociation -ManagementGroupId fc096d27-0434-4460-a3ea-110df0422a2d | Format-List +Get-AzPrivateLinkAssociation -ManagementGroupId aaaabbbb-0000-cccc-1111-dddd2222eeee | Format-List ``` ```output -Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft. +Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft. Authorization/privateLinkAssociations/7afcb623-ff23-591c-8cdd-57f5357711f4 Type : Microsoft.Authorization/privateLinkAssociations Name : 7afcb623-ff23-591c-8cdd-57f5357711f4 Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/ Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAccess":"Enabled","tena - ntID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management/managementGroups/24f + ntID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management/managementGroups/24f 15700-370c-45bc-86a7-aee1b0c4eb8a"} -Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft. +Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft. Authorization/privateLinkAssociations/1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 Type : Microsoft.Authorization/privateLinkAssociations Name : 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/ Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAc - cess":"Enabled","tenantID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management - /managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"} + cess":"Enabled","tenantID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management + /managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"} ``` Get all the private link associations at the management group scope. ### Example 2 ```powershell -Get-AzPrivateLinkAssociation -ManagementGroupId fc096d27-0434-4460-a3ea-110df0422a2d -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List +Get-AzPrivateLinkAssociation -ManagementGroupId aaaabbbb-0000-cccc-1111-dddd2222eeee -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List ``` ```output -Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft. +Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft. Authorization/privateLinkAssociations/1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 Type : Microsoft.Authorization/privateLinkAssociations Name : 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/ Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAc - cess":"Enabled","tenantID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management - /managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"} + cess":"Enabled","tenantID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management + /managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"} ``` Get the specific private link associations at the management group scope. diff --git a/azps-15.3.0/Az.Resources/New-AzADAppFederatedCredential.md b/azps-15.3.0/Az.Resources/New-AzADAppFederatedCredential.md index 0a7c06a32c..a05a914b12 100644 --- a/azps-15.3.0/Az.Resources/New-AzADAppFederatedCredential.md +++ b/azps-15.3.0/Az.Resources/New-AzADAppFederatedCredential.md @@ -27,7 +27,7 @@ Create federatedIdentityCredential for applications. ### Example 1: Create federated identity credential for application ```powershell -New-AzADAppFederatedCredential -ApplicationObjectId $appObjectId -Audience api://AzureADTokenExchange -Issuer https://login.microsoftonline.com/3d1e2be9-a10a-4a0c-8380-7ce190f98ed9/v2.0 -name 'test-cred' -Subject 'subject' +New-AzADAppFederatedCredential -ApplicationObjectId $appObjectId -Audience api://AzureADTokenExchange -Issuer https://login.microsoftonline.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/v2.0 -name 'test-cred' -Subject 'subject' ``` Create federated identity credential for application diff --git a/azps-15.3.0/Az.Resources/New-AzADServicePrincipalAppRoleAssignment.md b/azps-15.3.0/Az.Resources/New-AzADServicePrincipalAppRoleAssignment.md index 16300a17fd..c1d59240d7 100644 --- a/azps-15.3.0/Az.Resources/New-AzADServicePrincipalAppRoleAssignment.md +++ b/azps-15.3.0/Az.Resources/New-AzADServicePrincipalAppRoleAssignment.md @@ -49,26 +49,26 @@ Create new navigation property to appRoleAssignments for servicePrincipals ### Example 1: ObjectIdWithResourceIdParameterSet ```powershell -New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId 71beb965-8347-495d-a589-c21cdde7a722 -ResourceId 351fa797-c81a-4998-9720-4c2ecb6c7abc -AppRoleId 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 +New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -ResourceId a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 -AppRoleId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` ```output Id AppRoleId PrincipalDisplayName PrincipalId CreatedDateTime -- --------- -------------------- ----------- --------------- -Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 71beb965-8347-495d-a589-c21cdde7a722 12/14/2023 7:04:28 AM +Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 funapp1214 aaaaaaaa-bbbb-cccc-1111-222222222222 12/14/2023 7:04:28 AM ``` Create an appRoleAssignment using ServicePrincipalId and ResourceId. ### Example 2: SPNWithResourceDisplayNameParameterSet ```powershell -New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalDisplayName funapp1214 -ResourceDisplayName nori-sp -AppRoleId 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 +New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalDisplayName funapp1214 -ResourceDisplayName nori-sp -AppRoleId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` ```output Id AppRoleId PrincipalDisplayName PrincipalId CreatedDateTime -- --------- -------------------- ----------- --------------- -Zbm-cUeDXUmlicIc3eenIlqgWRlWp2hFrXIJiqP2j78 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 71beb965-8347-495d-a589-c21cdde7a722 12/14/2023 7:07:16 AM +Zbm-cUeDXUmlicIc3eenIlqgWRlWp2hFrXIJiqP2j78 b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 funapp1214 aaaaaaaa-bbbb-cccc-1111-222222222222 12/14/2023 7:07:16 AM ``` Create an appRoleAssignment for service principal using ServicePrincipal DisplayName and Resource DisplayName. diff --git a/azps-15.3.0/Az.Resources/New-AzManagementGroup.md b/azps-15.3.0/Az.Resources/New-AzManagementGroup.md index 68079f612c..9a384b750d 100644 --- a/azps-15.3.0/Az.Resources/New-AzManagementGroup.md +++ b/azps-15.3.0/Az.Resources/New-AzManagementGroup.md @@ -42,7 +42,7 @@ New-AzManagementGroup -GroupName "TestGroup" Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroup UpdatedTime : 2/1/2018 11:06:27 AM UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444 @@ -62,7 +62,7 @@ New-AzManagementGroup -GroupName "TestGroup" -DisplayName "TestGroupDisplayName" Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroup UpdatedTime : 2/1/2018 11:06:27 AM UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444 @@ -82,7 +82,7 @@ New-AzManagementGroup -GroupName "TestGroup" -DisplayName "TestGroupDisplayName" Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupDisplayName UpdatedTime : 2/1/2018 11:16:12 AM UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444 @@ -101,7 +101,7 @@ New-AzManagementGroup -GroupName "TestGroup" -ParentObject $parentObject Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupDisplayName UpdatedTime : 2/1/2018 11:16:12 AM UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444 diff --git a/azps-15.3.0/Az.Resources/New-AzManagementGroupHierarchySetting.md b/azps-15.3.0/Az.Resources/New-AzManagementGroupHierarchySetting.md index a5c6d10883..41ad927aba 100644 --- a/azps-15.3.0/Az.Resources/New-AzManagementGroupHierarchySetting.md +++ b/azps-15.3.0/Az.Resources/New-AzManagementGroupHierarchySetting.md @@ -42,7 +42,7 @@ New-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869baa0 Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default Type : Microsoft.Management/managementGroups/settings Name : default -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee RequireAuthorizationForGroupCreation : true DefaultManagementGroup : ``` @@ -56,7 +56,7 @@ New-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869baa0 Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default Type : Microsoft.Management/managementGroups/settings Name : default -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee RequireAuthorizationForGroupCreation : false DefaultManagementGroup : TestGroup ``` @@ -70,7 +70,7 @@ New-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869baa0 Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default Type : Microsoft.Management/managementGroups/settings Name : default -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee RequireAuthorizationForGroupCreation : true DefaultManagementGroup : TestGroup ``` diff --git a/azps-15.3.0/Az.Resources/New-AzManagementGroupSubscription.md b/azps-15.3.0/Az.Resources/New-AzManagementGroupSubscription.md index 1ee6c6c1d1..c479b43d8f 100644 --- a/azps-15.3.0/Az.Resources/New-AzManagementGroupSubscription.md +++ b/azps-15.3.0/Az.Resources/New-AzManagementGroupSubscription.md @@ -27,14 +27,14 @@ The **New-AzManagementGroupSubscription** cmdlet adds a Subscription to a Manage ### Example 1: Add Subscription to a Management Group ```powershell -New-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId 5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de +New-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output -Name : 5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de +Name : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e Type : Microsoft.Management/managementGroups/subscriptions -Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : Visual Studio Enterprise Subscription ParentId : /providers/Microsoft.Management/managementGroups/TestGroup State : Active diff --git a/azps-15.3.0/Az.Resources/New-AzPrivateLinkAssociation.md b/azps-15.3.0/Az.Resources/New-AzPrivateLinkAssociation.md index 586599a031..fb584098b8 100644 --- a/azps-15.3.0/Az.Resources/New-AzPrivateLinkAssociation.md +++ b/azps-15.3.0/Az.Resources/New-AzPrivateLinkAssociation.md @@ -27,18 +27,18 @@ The New-AzPrivateLinkAssociation cmdlet creates the private link association at ### Example 1 ```powershell -New-AzPrivateLinkAssociation -ManagementGroupId fc096d27-0434-4460-a3ea-110df0422a2d -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List +New-AzPrivateLinkAssociation -ManagementGroupId aaaabbbb-0000-cccc-1111-dddd2222eeee -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List ``` ```output -Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft. +Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft. Authorization/privateLinkAssociations/1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 Type : Microsoft.Authorization/privateLinkAssociations Name : 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/ Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAc - cess":"Enabled","tenantID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management - /managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"} + cess":"Enabled","tenantID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management + /managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"} ``` Creates the specific private link associations at the management group scope. diff --git a/azps-15.3.0/Az.Resources/New-AzRoleAssignment.md b/azps-15.3.0/Az.Resources/New-AzRoleAssignment.md index 8fa01558ff..2d2aa265ff 100644 --- a/azps-15.3.0/Az.Resources/New-AzRoleAssignment.md +++ b/azps-15.3.0/Az.Resources/New-AzRoleAssignment.md @@ -151,9 +151,9 @@ Get-AzADGroup -SearchString "Christine Koch Team" DisplayName Type Id ----------- ---- -------- - Christine Koch Team 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb + Christine Koch Team aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -New-AzRoleAssignment -ObjectId 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb -RoleDefinitionName Contributor -ResourceGroupName rg1 +New-AzRoleAssignment -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RoleDefinitionName Contributor -ResourceGroupName rg1 ``` Grant access to a security group @@ -167,7 +167,7 @@ Grant access to a user at a resource (website) ### Example 4 ```powershell -New-AzRoleAssignment -ObjectId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionName "Virtual Machine Contributor" -ResourceName Devices-Engineering-ProjectRND -ResourceType Microsoft.Network/virtualNetworks/subnets -ParentResource virtualNetworks/VNET-EASTUS-01 -ResourceGroupName Network +New-AzRoleAssignment -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RoleDefinitionName "Virtual Machine Contributor" -ResourceName Devices-Engineering-ProjectRND -ResourceType Microsoft.Network/virtualNetworks/subnets -ParentResource virtualNetworks/VNET-EASTUS-01 -ResourceGroupName Network ``` Grant access to a group at a nested resource (subnet) @@ -207,7 +207,7 @@ $DelegationParams = @{ Condition = $Condition Scope = "/subscriptions/11112222-bbbb-3333-cccc-4444dddd5555" RoleDefinitionName = 'User Access Administrator' - ObjectId = "00001111-aaaa-2222-bbbb-3333cccc4444" + ObjectId = "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" } New-AzRoleAssignment @DelegationParams @@ -247,7 +247,7 @@ $DelegationParams = @{ Condition = $Condition Scope = "/subscriptions/11112222-bbbb-3333-cccc-4444dddd5555" RoleDefinitionName = 'User Access Administrator' - ObjectId = "00001111-aaaa-2222-bbbb-3333cccc4444" + ObjectId = "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" } New-AzRoleAssignment @DelegationParams diff --git a/azps-15.3.0/Az.Resources/New-AzRoleAssignmentScheduleRequest.md b/azps-15.3.0/Az.Resources/New-AzRoleAssignmentScheduleRequest.md index c8819dfc86..ae5fae1385 100644 --- a/azps-15.3.0/Az.Resources/New-AzRoleAssignmentScheduleRequest.md +++ b/azps-15.3.0/Az.Resources/New-AzRoleAssignmentScheduleRequest.md @@ -46,14 +46,14 @@ Create a role assignment schedule request. ```powershell $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminAssign -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType AdminAssign -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authori… +12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Creates a request to provision an active assignment of `roleDefinition` on the `scope` for the specified `principal` @@ -62,14 +62,14 @@ Creates a request to provision an active assignment of `roleDefinition` on the ` ```powershell $guid = "13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminRemove -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType AdminRemove -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authori… +13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Creates a request to remove an active assignment of `roleDefinition` on the `scope` for the specified `principal` @@ -78,14 +78,14 @@ Creates a request to remove an active assignment of `roleDefinition` on the `sco ```powershell $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType SelfActivate -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType SelfActivate -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authori… +12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Creates a request to activate an eligible assignment of `roleDefinition` on the `scope` for the specified `principal` @@ -94,14 +94,14 @@ Creates a request to activate an eligible assignment of `roleDefinition` on the ```powershell $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType SelfDeactivate -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType SelfDeactivate -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authori… +12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Creates a request to deactivate an eligible assignment of `roleDefinition` on the `scope` for the specified `principal` diff --git a/azps-15.3.0/Az.Resources/New-AzRoleEligibilityScheduleRequest.md b/azps-15.3.0/Az.Resources/New-AzRoleEligibilityScheduleRequest.md index e0e43b2bb6..26247f85bc 100644 --- a/azps-15.3.0/Az.Resources/New-AzRoleEligibilityScheduleRequest.md +++ b/azps-15.3.0/Az.Resources/New-AzRoleEligibilityScheduleRequest.md @@ -46,14 +46,14 @@ Create a role eligibility schedule request. ```powershell $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminAssign -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType AdminAssign -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleEligibilityScheduleRequests /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authori… +12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleEligibilityScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Creates a request to provision an eligible assignment of `roleDefinition` on the `scope` for the specified `principal` @@ -62,14 +62,14 @@ Creates a request to provision an eligible assignment of `roleDefinition` on the ```powershell $guid = "13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminRemove -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType AdminRemove -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleEligibilityScheduleRequests /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authori… +13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleEligibilityScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Creates a request to remove an eligible assignment of `roleDefinition` on the `scope` for the specified `principal` diff --git a/azps-15.3.0/Az.Resources/Remove-AzADAppPermission.md b/azps-15.3.0/Az.Resources/Remove-AzADAppPermission.md index 685726e2f5..9f2348776c 100644 --- a/azps-15.3.0/Az.Resources/Remove-AzADAppPermission.md +++ b/azps-15.3.0/Az.Resources/Remove-AzADAppPermission.md @@ -33,10 +33,10 @@ Removes an API permission. ### Example 1: Remove API Permission ```powershell -Remove-AzADAppPermission -ObjectId 9cc74d5e-1162-4b90-8696-65f3d6a3f7d0 -PermissionId 5f8c59db-677d-491f-a6b8-5f174b11ec1d +Remove-AzADAppPermission -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -PermissionId 5f8c59db-677d-491f-a6b8-5f174b11ec1d ``` -Remove delegated permission "Group.Read.All" of Microsoft Graph API from AD Application (9cc74d5e-1162-4b90-8696-65f3d6a3f7d0) +Remove delegated permission "Group.Read.All" of Microsoft Graph API from AD Application (aaaabbbb-0000-cccc-1111-dddd2222eeee) ## PARAMETERS diff --git a/azps-15.3.0/Az.Resources/Remove-AzADServicePrincipalAppRoleAssignment.md b/azps-15.3.0/Az.Resources/Remove-AzADServicePrincipalAppRoleAssignment.md index 07f807a340..ddf93d5a51 100644 --- a/azps-15.3.0/Az.Resources/Remove-AzADServicePrincipalAppRoleAssignment.md +++ b/azps-15.3.0/Az.Resources/Remove-AzADServicePrincipalAppRoleAssignment.md @@ -27,7 +27,7 @@ Delete navigation property appRoleAssignments for servicePrincipals ### Example 1: Remove an app role from service principal ```powershell -Remove-AzADServicePrincipalAppRoleAssignment -AppRoleAssignmentId Zbm-cUeDXUmlicIc3eenIlTWN1A5UVFMigS0D3ED-dk -ServicePrincipalId 71beb965-8347-495d-a589-c21cdde7a722 +Remove-AzADServicePrincipalAppRoleAssignment -AppRoleAssignmentId Zbm-cUeDXUmlicIc3eenIlTWN1A5UVFMigS0D3ED-dk -ServicePrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 ``` Remove an app role from service principal. diff --git a/azps-15.3.0/Az.Resources/Remove-AzManagementGroupSubscription.md b/azps-15.3.0/Az.Resources/Remove-AzManagementGroupSubscription.md index 9a40a933fe..4bf884f9d1 100644 --- a/azps-15.3.0/Az.Resources/Remove-AzManagementGroupSubscription.md +++ b/azps-15.3.0/Az.Resources/Remove-AzManagementGroupSubscription.md @@ -27,7 +27,7 @@ The **Remove-AzManagementGroupSubscription** cmdlet removes a Subscription from ### Example 1: Remove Subscription from a Management Group ```powershell -Remove-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId 2120692d-35c3-44c8-81f5-631fa7351726 +Remove-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ## PARAMETERS diff --git a/azps-15.3.0/Az.Resources/Remove-AzRoleAssignment.md b/azps-15.3.0/Az.Resources/Remove-AzRoleAssignment.md index 7086c0fcf9..7374e21cb2 100644 --- a/azps-15.3.0/Az.Resources/Remove-AzRoleAssignment.md +++ b/azps-15.3.0/Az.Resources/Remove-AzRoleAssignment.md @@ -139,7 +139,7 @@ Removes a role assignment for john.doe@contoso.com who is assigned to the Reader ### Example 2 ```powershell -Remove-AzRoleAssignment -ObjectId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionName Reader +Remove-AzRoleAssignment -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RoleDefinitionName Reader ``` Removes the role assignment to the group principal identified by the ObjectId and assigned to the Reader role. diff --git a/azps-15.3.0/Az.Resources/Set-AzRoleAssignment.md b/azps-15.3.0/Az.Resources/Set-AzRoleAssignment.md index a3f5e15b16..6bcd9a4272 100644 --- a/azps-15.3.0/Az.Resources/Set-AzRoleAssignment.md +++ b/azps-15.3.0/Az.Resources/Set-AzRoleAssignment.md @@ -52,7 +52,7 @@ $ConditionVersion = "2.0" $Description = "This is a new role assignment for John" $Condition = "@Resource[Microsoft.Storage/storageAccounts/blobServices/containers/blobs:Path] StringEqualsIgnoreCase 'foo_storage_container'" - $roleAssignment = Get-AzRoleAssignment -Scope "/subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/contoso_rg" -PrincipalId "0c0f6cdc-90dd-4664-83c0-a0d986c4c604" + $roleAssignment = Get-AzRoleAssignment -Scope "/subscriptions/00001111-aaaa-2222-bbbb-3333cccc4444/resourceGroups/contoso_rg" -PrincipalId "aaaaaaaa-bbbb-cccc-1111-222222222222" $roleAssignment.Description = $Description $roleAssignment.Condition = $Condition $roleAssignment.ConditionVersion = $ConditionVersion @@ -69,7 +69,7 @@ RoleAssignmentId : /providers/Microsoft.Management/managementGroups/1273adef-0 SignInName : John.Doe@Contoso.com RoleDefinitionName : Owner RoleDefinitionId : 8e3af657-a8ff-443c-a75c-2fe8c4bcb635 - ObjectId : 0c0f6cdc-90dd-4664-83c0-a0d986c4c604 + ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : User CanDelegate : False Description : This is a new role assignment for John @@ -93,7 +93,7 @@ RoleAssignmentId : /providers/Microsoft.Management/managementGroups/1273adef-0 SignInName : John.Doe@Contoso.com RoleDefinitionName : Owner RoleDefinitionId : 8e3af657-a8ff-443c-a75c-2fe8c4bcb635 - ObjectId : 0c0f6cdc-90dd-4664-83c0-a0d986c4c604 + ObjectId : aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ObjectType : User CanDelegate : False Description : This is a new role assignment for John diff --git a/azps-15.3.0/Az.Resources/Update-AzADServicePrincipalAppRoleAssignment.md b/azps-15.3.0/Az.Resources/Update-AzADServicePrincipalAppRoleAssignment.md index 50f8ed14c5..5d38a80493 100644 --- a/azps-15.3.0/Az.Resources/Update-AzADServicePrincipalAppRoleAssignment.md +++ b/azps-15.3.0/Az.Resources/Update-AzADServicePrincipalAppRoleAssignment.md @@ -49,7 +49,7 @@ Update the navigation property appRoleAssignments in servicePrincipals ### Example 1: Update the AppRoleId ```powershell -Update-AzADServicePrincipalAppRoleAssignment -AppRoleAssignmentId Zbm-cUeDXUmlicIc3eenIoFW9pZ_gRBIudKgu0gaMIw -ServicePrincipalId 71beb965-8347-495d-a589-c21cdde7a722 -AppRoleId 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 +Update-AzADServicePrincipalAppRoleAssignment -AppRoleAssignmentId Zbm-cUeDXUmlicIc3eenIoFW9pZ_gRBIudKgu0gaMIw -ServicePrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -AppRoleId bbbbbbbb-cccc-dddd-2222-333333333333 ``` Update the assigned App role id. diff --git a/azps-15.3.0/Az.Resources/Update-AzManagementGroup.md b/azps-15.3.0/Az.Resources/Update-AzManagementGroup.md index c6e7fc407d..1ad699795e 100644 --- a/azps-15.3.0/Az.Resources/Update-AzManagementGroup.md +++ b/azps-15.3.0/Az.Resources/Update-AzManagementGroup.md @@ -56,7 +56,7 @@ Update-AzManagementGroup -GroupName "TestGroup" -DisplayName "New Display Name" Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : New Display Name UpdatedTime : 2/1/2018 12:03:37 PM UpdatedBy : 64360beb-ffb4-43a8-9314-01aa34db95a9 @@ -74,7 +74,7 @@ Update-AzManagementGroup -GroupName "TestGroup" -ParentId "/providers/Microsoft. Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroup UpdatedTime : 2/1/2018 12:03:37 PM UpdatedBy : 64360beb-ffb4-43a8-9314-01aa34db95a9 @@ -92,7 +92,7 @@ Get-AzManagementGroup -GroupName "TestGroup" | Update-AzManagementGroup -Display Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestDisplayName UpdatedTime : 2/1/2018 12:03:37 PM UpdatedBy : 64360beb-ffb4-43a8-9314-01aa34db95a9 @@ -111,7 +111,7 @@ Update-AzManagementGroup -GroupName "TestGroup" -ParentObject $parentObject Id : /providers/Microsoft.Management/managementGroups/TestGroup Type : /providers/Microsoft.Management/managementGroups Name : TestGroup -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee DisplayName : TestGroupDisplayName UpdatedTime : 2/1/2018 11:16:12 AM UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444 diff --git a/azps-15.3.0/Az.Resources/Update-AzManagementGroupHierarchySetting.md b/azps-15.3.0/Az.Resources/Update-AzManagementGroupHierarchySetting.md index 20ae56a22c..9aa3134028 100644 --- a/azps-15.3.0/Az.Resources/Update-AzManagementGroupHierarchySetting.md +++ b/azps-15.3.0/Az.Resources/Update-AzManagementGroupHierarchySetting.md @@ -42,7 +42,7 @@ Update-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869b Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default Type : Microsoft.Management/managementGroups/settings Name : default -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee RequireAuthorizationForGroupCreation : true DefaultManagementGroup : ``` @@ -56,7 +56,7 @@ Update-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869b Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default Type : Microsoft.Management/managementGroups/settings Name : default -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee RequireAuthorizationForGroupCreation : false DefaultManagementGroup : TestGroup ``` @@ -70,7 +70,7 @@ Update-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869b Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default Type : Microsoft.Management/managementGroups/settings Name : default -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee RequireAuthorizationForGroupCreation : true DefaultManagementGroup : TestGroup ``` diff --git a/azps-15.3.0/Az.Resources/Update-AzRoleAssignmentScheduleRequest.md b/azps-15.3.0/Az.Resources/Update-AzRoleAssignmentScheduleRequest.md index b02594dc53..cf396ad42e 100644 --- a/azps-15.3.0/Az.Resources/Update-AzRoleAssignmentScheduleRequest.md +++ b/azps-15.3.0/Az.Resources/Update-AzRoleAssignmentScheduleRequest.md @@ -45,14 +45,14 @@ Update a role assignment schedule request. ```powershell $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/11111111-2222-3333-4444-123456789101/" -Update-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminAssign -RoleDefinitionId subscriptions/11111111-2222-3333-4444-123456789101/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +Update-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType AdminAssign -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/11111111-2222-3333-4444-123456789101 /subscriptions/11111111-2222-3333-4444-123456789101/providers/Microsoft.Authori… +12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleAssignmentScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Updates a request to provision an active assignment of `roleDefinition` on the `scope` for the specified `principal` diff --git a/azps-15.3.0/Az.Resources/Update-AzRoleEligibilityScheduleRequest.md b/azps-15.3.0/Az.Resources/Update-AzRoleEligibilityScheduleRequest.md index 3563742994..2592899327 100644 --- a/azps-15.3.0/Az.Resources/Update-AzRoleEligibilityScheduleRequest.md +++ b/azps-15.3.0/Az.Resources/Update-AzRoleEligibilityScheduleRequest.md @@ -45,14 +45,14 @@ Update a role eligibility schedule request. ```powershell $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o -$scope = "/subscriptions/11111111-2222-3333-4444-123456789101/" -Update-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminAssign -RoleDefinitionId subscriptions/11111111-2222-3333-4444-123456789101/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +$scope = "/subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/" +Update-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RequestType AdminAssign -RoleDefinitionId subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- -12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleEligibilityScheduleRequests /subscriptions/11111111-2222-3333-4444-123456789101 /subscriptions/11111111-2222-3333-4444-123456789101/providers/Microsoft.Authori… +12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca Microsoft.Authorization/roleEligibilityScheduleRequests /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333 /subscriptions/bbbbbbbb-cccc-dddd-2222-333333333333/providers/Microsoft.Authori… ``` Updates a request to provision an eligible assignment of `roleDefinition` on the `scope` for the specified `principal` diff --git a/azps-15.3.0/Az.ScVmm/Get-AzScVmmAvailabilitySet.md b/azps-15.3.0/Az.ScVmm/Get-AzScVmmAvailabilitySet.md index 63cf958d2a..aa7c1f8b5e 100644 --- a/azps-15.3.0/Az.ScVmm/Get-AzScVmmAvailabilitySet.md +++ b/azps-15.3.0/Az.ScVmm/Get-AzScVmmAvailabilitySet.md @@ -44,7 +44,7 @@ Implements AvailabilitySet GET method. ### Example 1: Get Availability Set By Subscription Id ```powershell -Get-AzScVmmAvailabilitySet -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Get-AzScVmmAvailabilitySet -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -62,7 +62,7 @@ This command list Availability Sets in provided subscription. ### Example 2: Get Availability Set By Resource Group ```powershell -Get-AzScVmmAvailabilitySet -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Get-AzScVmmAvailabilitySet -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -77,14 +77,14 @@ This command list Availability Sets in provided Resource Group. ### Example 3: Get Availability Set ```powershell -Get-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Get-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output AvailabilitySetName : test-avset -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/availabilitySets/test-avset +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/availabilitySets/test-avset Location : eastus Name : test-avset ProvisioningState : Succeeded @@ -98,7 +98,7 @@ SystemDataLastModifiedByType : Application Tag : { } Type : microsoft.scvmm/availabilitysets -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command gets the Availability Set named `test-avset` in the resource group named `test-rg-01`. @@ -197,4 +197,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Get-AzScVmmCloud.md b/azps-15.3.0/Az.ScVmm/Get-AzScVmmCloud.md index c6637b2731..115047aa7f 100644 --- a/azps-15.3.0/Az.ScVmm/Get-AzScVmmCloud.md +++ b/azps-15.3.0/Az.ScVmm/Get-AzScVmmCloud.md @@ -44,7 +44,7 @@ Implements Cloud GET method. ### Example 1: Get Cloud By Subscription Id ```powershell -Get-AzScVmmCloud -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Get-AzScVmmCloud -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -62,7 +62,7 @@ This command lists Cloud in provided subscription. ### Example 2: Get Cloud By ResourceGroup ```powershell -Get-AzScVmmCloud -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" +Get-AzScVmmCloud -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" ``` ```output @@ -77,7 +77,7 @@ This command lists Cloud in provided Resource Group. ### Example 3: Get Cloud ```powershell -Get-AzScVmmCloud -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" -Name "test-cloud" +Get-AzScVmmCloud -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" -Name "test-cloud" ``` ```output @@ -85,10 +85,10 @@ CapacityCpuCount : 10 CapacityMemoryMb : 10240 CapacityVMCount : 10 CloudName : test-cloud -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/clouds/test-cloud -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0002-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/clouds/test-cloud +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0002-000000000000 Location : eastus Name : test-cloud ProvisioningState : Succeeded @@ -105,7 +105,7 @@ Tag : { } Type : microsoft.scvmm/clouds Uuid : 00000000-1111-0000-0002-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command gets the Cloud named `test-cloud` in the resource group named `test-rg-01`. @@ -204,4 +204,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Get-AzScVmmInventoryItem.md b/azps-15.3.0/Az.ScVmm/Get-AzScVmmInventoryItem.md index 9c0d52c505..76569baa01 100644 --- a/azps-15.3.0/Az.ScVmm/Get-AzScVmmInventoryItem.md +++ b/azps-15.3.0/Az.ScVmm/Get-AzScVmmInventoryItem.md @@ -45,7 +45,7 @@ Shows an inventory item. ### Example 1: List InventoryItems ```powershell -Get-AzScVmmInventoryItem -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -VmmServerName "test-vmmserver-01" +Get-AzScVmmInventoryItem -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -VmmServerName "test-vmmserver-01" ``` ```output @@ -64,19 +64,19 @@ The Name here is the UUID of the resource specified by InventoryItemName of the ### Example 2: Get InventoryItem ```powershell -Get-AzScVmmInventoryItem -Name "00000000-1111-0000-0001-000000000000" Get-AzScVmmInventoryItem -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -VmmServerName "test-vmmserver-01" +Get-AzScVmmInventoryItem -Name "00000000-1111-0000-0001-000000000000" Get-AzScVmmInventoryItem -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -VmmServerName "test-vmmserver-01" ``` ```output -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 InventoryItemName : test-vnet-01 InventoryType : VirtualNetwork Kind : VirtualNetwork -ManagedResourceId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/VirtualNetworks/test-vnet-01 +ManagedResourceId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/VirtualNetworks/test-vnet-01 Name : 00000000-1111-0000-0001-000000000000 Property : { "inventoryType": "VirtualNetwork", - "managedResourceId": "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/VirtualNetworks/test-vnet-01", + "managedResourceId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/VirtualNetworks/test-vnet-01", "uuid": "00000000-1111-0000-0001-000000000000", "inventoryItemName": "test-vnet-01", "provisioningState": "Succeeded" @@ -221,4 +221,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Get-AzScVmmServer.md b/azps-15.3.0/Az.ScVmm/Get-AzScVmmServer.md index f0ada4cf56..5d0eab7141 100644 --- a/azps-15.3.0/Az.ScVmm/Get-AzScVmmServer.md +++ b/azps-15.3.0/Az.ScVmm/Get-AzScVmmServer.md @@ -61,7 +61,7 @@ This command lists VMM Servers in provided subscription. ### Example 2: List VMM Servers in a Resource Group ```powershell -Get-AzScVmmServer -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" +Get-AzScVmmServer -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" ``` ```output @@ -75,7 +75,7 @@ This command lists VMM Servers in provided Resource Group. ### Example 3: Get a specific VMM Server ```powershell -Get-AzScVmmServer -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" -Name "test-vmmserver-01" +Get-AzScVmmServer -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" -Name "test-vmmserver-01" ``` ```output @@ -83,10 +83,10 @@ ConnectionStatus : Connected CredentialsPassword : CredentialsUsername : scvmm-username ErrorMessage : -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation Fqdn : vmmServerFqdn -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 Location : eastus Name : test-vmmserver-01 Port : 8100 @@ -201,4 +201,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Get-AzScVmmVMTemplate.md b/azps-15.3.0/Az.ScVmm/Get-AzScVmmVMTemplate.md index 9622888f3f..3ee9a693b2 100644 --- a/azps-15.3.0/Az.ScVmm/Get-AzScVmmVMTemplate.md +++ b/azps-15.3.0/Az.ScVmm/Get-AzScVmmVMTemplate.md @@ -44,7 +44,7 @@ Implements VirtualMachineTemplate GET method. ### Example 1: Get Virtual Machine Template By Subscription Id ```powershell -Get-AzScVmmVMTemplate -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Get-AzScVmmVMTemplate -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -62,7 +62,7 @@ This command lists Virtual Machine Templates in provided subscription. ### Example 2: Get Virtual Machine Template By Resource Group ```powershell -Get-AzScVmmVMTemplate -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" +Get-AzScVmmVMTemplate -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" ``` ```output @@ -77,7 +77,7 @@ This command lists Virtual Machine Templates in provided Resource Group. ### Example 3: Get Virtual Machine Template ```powershell -Get-AzScVmmVMTemplate -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" -Name "test-vmt" +Get-AzScVmmVMTemplate -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" -Name "test-vmt" ``` ```output @@ -100,11 +100,11 @@ Disk : {{ DynamicMemoryEnabled : false DynamicMemoryMaxMb : DynamicMemoryMinMb : -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation Generation : 1 -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 IsCustomizable : true IsHighlyAvailable : false LimitCpuForMigration : false @@ -114,7 +114,7 @@ Name : test-vmt NetworkInterface : {{ "name": "nic_1", "displayName": "Network Adapter 1", - "virtualNetworkId": "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/provid + "virtualNetworkId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/provid ers/Microsoft.SCVMM/VirtualNetworks/test-vnet", "networkName": "00000000-1111-0000-0001-000000000000", "ipv4AddressType": "Dynamic", @@ -136,7 +136,7 @@ Tag : { } Type : microsoft.scvmm/virtualnetworks Uuid : 00000000-1111-0000-0001-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command gets the Virtual Machine Template named `test-vmt` in the resource group named `test-rg-01`. @@ -235,4 +235,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Get-AzScVmmVirtualNetwork.md b/azps-15.3.0/Az.ScVmm/Get-AzScVmmVirtualNetwork.md index b74107956f..d737e41617 100644 --- a/azps-15.3.0/Az.ScVmm/Get-AzScVmmVirtualNetwork.md +++ b/azps-15.3.0/Az.ScVmm/Get-AzScVmmVirtualNetwork.md @@ -44,7 +44,7 @@ Implements VirtualNetwork GET method. ### Example 1: Get Virtual Network By Subscription Id ```powershell -Get-AzScVmmVirtualNetwork -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Get-AzScVmmVirtualNetwork -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` ```output @@ -62,7 +62,7 @@ This command lists Virtual Networks in provided subscription. ### Example 2: Get Virtual Network By Resource Group ```powershell -Get-AzScVmmVirtualNetwork -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" +Get-AzScVmmVirtualNetwork -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" ``` ```output @@ -77,14 +77,14 @@ This command lists Virtual Networks in provided Resource Group. ### Example 3: Get Virtual Network ```powershell -Get-AzScVmmVirtualNetwork -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -ResourceGroupName "test-rg-01" -Name "test-vnet" +Get-AzScVmmVirtualNetwork -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceGroupName "test-rg-01" -Name "test-vnet" ``` ```output -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 Location : eastus Name : test-vnet NetworkName : test-vnet @@ -100,7 +100,7 @@ Tag : { } Type : microsoft.scvmm/virtualnetworks Uuid : 00000000-1111-0000-0001-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command gets the Virtual Network named `test-vnet` in the resource group named `test-rg-01`. @@ -199,4 +199,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/New-AzScVmmAvailabilitySet.md b/azps-15.3.0/Az.ScVmm/New-AzScVmmAvailabilitySet.md index b64c85cd34..0a7e2968b3 100644 --- a/azps-15.3.0/Az.ScVmm/New-AzScVmmAvailabilitySet.md +++ b/azps-15.3.0/Az.ScVmm/New-AzScVmmAvailabilitySet.md @@ -49,14 +49,14 @@ To enable resource in a different Resource Group than the one where VMM Server r ### Example 1: Create Availability Set resource ```powershell -New-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -AvailabilitySetName "test-av-01" -Location "eastus" -VmmServerName "test-vmmserver-01" +New-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -AvailabilitySetName "test-av-01" -Location "eastus" -VmmServerName "test-vmmserver-01" ``` ```output AvailabilitySetName : test-avset -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/availabilitySets/test-avset +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.SCVMM/availabilitySets/test-avset Location : eastus Name : test-avset ProvisioningState : Succeeded @@ -70,7 +70,7 @@ SystemDataLastModifiedByType : Application Tag : { } Type : microsoft.scvmm/availabilitysets -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command creates a Availability Set resource named `test-avset` in the resource group named `test-rg-01`. @@ -339,4 +339,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/New-AzScVmmCloud.md b/azps-15.3.0/Az.ScVmm/New-AzScVmmCloud.md index f9f2e1b356..688b371e4f 100644 --- a/azps-15.3.0/Az.ScVmm/New-AzScVmmCloud.md +++ b/azps-15.3.0/Az.ScVmm/New-AzScVmmCloud.md @@ -51,7 +51,7 @@ To enable resource in a different Resource Group than the one where VMM Server r ### Example 1: Create SCVMM Cloud resource ```powershell -New-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "00000000-1111-0000-0002-000000000000" +New-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` ```output @@ -59,10 +59,10 @@ CapacityCpuCount : 10 CapacityMemoryMb : 10240 CapacityVMCount : 10 CloudName : test-cloud -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/clouds/test-cloud -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0002-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/clouds/test-cloud +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f Location : eastus Name : test-cloud ProvisioningState : Succeeded @@ -77,8 +77,8 @@ SystemDataLastModifiedByType : Application Tag : { } Type : microsoft.scvmm/clouds -Uuid : 00000000-1111-0000-0002-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +Uuid : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command creates a Cloud named `test-cloud` in the resource group named `test-rg-01`. @@ -365,4 +365,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/New-AzScVmmServer.md b/azps-15.3.0/Az.ScVmm/New-AzScVmmServer.md index 42e6380647..524eab6df2 100644 --- a/azps-15.3.0/Az.ScVmm/New-AzScVmmServer.md +++ b/azps-15.3.0/Az.ScVmm/New-AzScVmmServer.md @@ -42,7 +42,7 @@ Onboards the SCVmm fabric as an Azure VmmServer resource. ### Example 1: Create a VMM Server resource. ```powershell $securePassword = ConvertTo-SecureString "******" -AsPlainText -Force -New-AzScVmmServer -Name "test-vmmserver-01" -Fqdn "vmmServerFqdn" -Location "eastus" -Username "scvmm-username" -Password $securePassword -Port 8100 -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -CustomLocationId "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl" +New-AzScVmmServer -Name "test-vmmserver-01" -Fqdn "vmmServerFqdn" -Location "eastus" -Username "scvmm-username" -Password $securePassword -Port 8100 -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -CustomLocationId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl" ``` ```output @@ -50,10 +50,10 @@ ConnectionStatus : Connected CredentialsPassword : CredentialsUsername : scvmm-username ErrorMessage : -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation Fqdn : vmmServerFqdn -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 Location : eastus Name : test-vmmserver-01 Port : 8100 @@ -347,4 +347,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/New-AzScVmmVMTemplate.md b/azps-15.3.0/Az.ScVmm/New-AzScVmmVMTemplate.md index 4c9caa22c8..e003da670d 100644 --- a/azps-15.3.0/Az.ScVmm/New-AzScVmmVMTemplate.md +++ b/azps-15.3.0/Az.ScVmm/New-AzScVmmVMTemplate.md @@ -52,7 +52,7 @@ To enable resource in a different Resource Group than the one where VMM Server r ### Example 1: Create a SCVMM Virtual Machine Template resource ```powershell -New-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "00000000-1111-0000-0001-000000000000" +New-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` ```output @@ -75,11 +75,11 @@ Disk : {{ DynamicMemoryEnabled : false DynamicMemoryMaxMb : DynamicMemoryMinMb : -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation Generation : 1 -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f IsCustomizable : true IsHighlyAvailable : false LimitCpuForMigration : false @@ -89,9 +89,9 @@ Name : test-vmt NetworkInterface : {{ "name": "nic_1", "displayName": "Network Adapter 1", - "virtualNetworkId": "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/provid + "virtualNetworkId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/provid ers/Microsoft.SCVMM/VirtualNetworks/test-vnet", - "networkName": "00000000-1111-0000-0001-000000000000", + "networkName": "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f", "ipv4AddressType": "Dynamic", "ipv6AddressType": "Dynamic", "macAddressType": "Dynamic", @@ -110,8 +110,8 @@ SystemDataLastModifiedByType : Application Tag : { } Type : microsoft.scvmm/virtualnetworks -Uuid : 00000000-1111-0000-0001-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +Uuid : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command creates a Virtual Machine Template resource named `test-vmt` in the resource group named `test-rg-01`. @@ -398,4 +398,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/New-AzScVmmVirtualNetwork.md b/azps-15.3.0/Az.ScVmm/New-AzScVmmVirtualNetwork.md index 8bbdf9e605..2c5e20c85d 100644 --- a/azps-15.3.0/Az.ScVmm/New-AzScVmmVirtualNetwork.md +++ b/azps-15.3.0/Az.ScVmm/New-AzScVmmVirtualNetwork.md @@ -52,14 +52,14 @@ To enable resource in a different Resource Group than the one where VMM Server r ### Example 1: Create a SCVMM Virtual Network resource ```powershell -New-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "00000000-1111-0000-0001-000000000000" +New-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f" ``` ```output -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f Location : eastus Name : test-vnet NetworkName : test-vnet @@ -74,8 +74,8 @@ SystemDataLastModifiedByType : Application Tag : { } Type : microsoft.scvmm/virtualnetworks -Uuid : 00000000-1111-0000-0001-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +Uuid : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` This command creates a Virtual Network resource named `test-vnet` in the resource group named `test-rg-01`. @@ -362,4 +362,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmAvailabilitySet.md b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmAvailabilitySet.md index 47a9bc7a6f..73bbccf1d2 100644 --- a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmAvailabilitySet.md +++ b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmAvailabilitySet.md @@ -35,7 +35,7 @@ Deregisters the ScVmm availability set from Azure. ### Example 1: Remove Availability Set resource ```powershell -Remove-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Remove-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Removes the Availability Set resource from Azure. @@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmCloud.md b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmCloud.md index 62c5e00c0a..2e6389d3b0 100644 --- a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmCloud.md +++ b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmCloud.md @@ -34,7 +34,7 @@ Deregisters the ScVmm fabric cloud from Azure. ### Example 1: Remove Cloud resource ```powershell -Remove-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Remove-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Removes the SCVMM Cloud resource from Azure. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmServer.md b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmServer.md index 5193cdba09..11854561c6 100644 --- a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmServer.md +++ b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmServer.md @@ -34,7 +34,7 @@ Removes the SCVmm fabric from Azure. ### Example 1: Remove VMM Server resource ```powershell -Remove-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Remove-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Removes the given VMM Server resource from Azure. @@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVMTemplate.md b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVMTemplate.md index d7edc0f197..9ce8a99a0f 100644 --- a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVMTemplate.md +++ b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVMTemplate.md @@ -35,7 +35,7 @@ Deregisters the ScVmm VM Template from Azure. ### Example 1: Remove Virtual Machine Template resource ```powershell -Remove-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Remove-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Removes the SCVMM Virtual Machine Template resource from Azure. @@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVirtualNetwork.md b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVirtualNetwork.md index f6f27c04df..1b634214ca 100644 --- a/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVirtualNetwork.md +++ b/azps-15.3.0/Az.ScVmm/Remove-AzScVmmVirtualNetwork.md @@ -35,7 +35,7 @@ Deregisters the ScVmm virtual network from Azure. ### Example 1: Remove Virtual Network resource ```powershell -Remove-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Remove-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Removes the SCVMM Virtual Network resource from Azure. @@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Restart-AzScVmmVM.md b/azps-15.3.0/Az.ScVmm/Restart-AzScVmmVM.md index fc22f4a4de..ffa7d2aa94 100644 --- a/azps-15.3.0/Az.ScVmm/Restart-AzScVmmVM.md +++ b/azps-15.3.0/Az.ScVmm/Restart-AzScVmmVM.md @@ -34,7 +34,7 @@ This command will restart the Virtual Machine. ### Example 2: Restart the Virtual Machine ```powershell -Restart-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Restart-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command will restart the Virtual Machine. @@ -192,4 +192,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Start-AzScVmmVM.md b/azps-15.3.0/Az.ScVmm/Start-AzScVmmVM.md index 244382ad52..fb582c693c 100644 --- a/azps-15.3.0/Az.ScVmm/Start-AzScVmmVM.md +++ b/azps-15.3.0/Az.ScVmm/Start-AzScVmmVM.md @@ -34,7 +34,7 @@ This command will power on the VM and bring it to Running state from Stopped sta ### Example 2: Start a Virtual Machine ```powershell -Start-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" +Start-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` This command will power on the VM and bring it to Running state from Stopped state. @@ -192,4 +192,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Stop-AzScVmmVM.md b/azps-15.3.0/Az.ScVmm/Stop-AzScVmmVM.md index 5230a957f4..2ce31a5c0e 100644 --- a/azps-15.3.0/Az.ScVmm/Stop-AzScVmmVM.md +++ b/azps-15.3.0/Az.ScVmm/Stop-AzScVmmVM.md @@ -58,7 +58,7 @@ This command will Shut down the VM gracefully and bring it to Stopped state. ### Example 2: Power off the VM ```powershell -Stop-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -SkipShutdown +Stop-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -SkipShutdown ``` This command will Skip shutdown and power-off the VM immediately. @@ -288,4 +288,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Update-AzScVmmServer.md b/azps-15.3.0/Az.ScVmm/Update-AzScVmmServer.md index 14dcd8262c..0ff8f243c1 100644 --- a/azps-15.3.0/Az.ScVmm/Update-AzScVmmServer.md +++ b/azps-15.3.0/Az.ScVmm/Update-AzScVmmServer.md @@ -47,7 +47,7 @@ Update the VmmServers resource. ### Example 1: Update Tag in VMM Server Resource ```powershell -Update-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Tag @{"key-1"="value-1"} +Update-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"key-1"="value-1"} ``` ```output @@ -55,10 +55,10 @@ ConnectionStatus : Connected CredentialsPassword : CredentialsUsername : scvmm-username ErrorMessage : -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation Fqdn : vmmServerFqdn -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 Location : eastus Name : test-vmmserver-01 Port : 8100 @@ -280,4 +280,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Update-AzScVmmVMTemplate.md b/azps-15.3.0/Az.ScVmm/Update-AzScVmmVMTemplate.md index d9297b7633..c776a4d127 100644 --- a/azps-15.3.0/Az.ScVmm/Update-AzScVmmVMTemplate.md +++ b/azps-15.3.0/Az.ScVmm/Update-AzScVmmVMTemplate.md @@ -47,7 +47,7 @@ Update the VirtualMachineTemplate resource. ### Example 1: Update Tag in Virtual Machine Template resource ```powershell -Update-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Tag @{"key-1"="value-1"} +Update-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"key-1"="value-1"} ``` ```output @@ -70,11 +70,11 @@ Disk : {{ DynamicMemoryEnabled : false DynamicMemoryMaxMb : DynamicMemoryMinMb : -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation Generation : 1 -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 IsCustomizable : true IsHighlyAvailable : false LimitCpuForMigration : false @@ -84,7 +84,7 @@ Name : test-vmt NetworkInterface : {{ "name": "nic_1", "displayName": "Network Adapter 1", - "virtualNetworkId": "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/provid + "virtualNetworkId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/provid ers/Microsoft.SCVMM/VirtualNetworks/test-vnet", "networkName": "00000000-1111-0000-0001-000000000000", "ipv4AddressType": "Dynamic", @@ -107,7 +107,7 @@ Tag : { } Type : microsoft.scvmm/virtualnetworks Uuid : 00000000-1111-0000-0001-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` Updates the tag on the SCVMM Virtual Machine Template resource on Azure. @@ -312,4 +312,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ScVmm/Update-AzScVmmVirtualNetwork.md b/azps-15.3.0/Az.ScVmm/Update-AzScVmmVirtualNetwork.md index 2970f32373..949530076b 100644 --- a/azps-15.3.0/Az.ScVmm/Update-AzScVmmVirtualNetwork.md +++ b/azps-15.3.0/Az.ScVmm/Update-AzScVmmVirtualNetwork.md @@ -47,14 +47,14 @@ Update the VirtualNetworks resource. ### Example 1:Update Tag in Virtual Network Resource ```powershell -Update-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Tag @{"key-1"="value-1"} +Update-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Tag @{"key-1"="value-1"} ``` ```output -ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl +ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl ExtendedLocationType : customLocation -Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet -InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet +InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000 Location : eastus Name : test-vnet NetworkName : test-vnet @@ -71,7 +71,7 @@ Tag : { } Type : microsoft.scvmm/virtualnetworks Uuid : 00000000-1111-0000-0001-000000000000 -VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 +VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01 ``` Updates the tag on the SCVMM Virtual Network resource on Azure. @@ -276,4 +276,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Security/Add-AzSecuritySqlVulnerabilityAssessmentBaseline.md b/azps-15.3.0/Az.Security/Add-AzSecuritySqlVulnerabilityAssessmentBaseline.md index 308318eaa1..aa9f979fea 100644 --- a/azps-15.3.0/Az.Security/Add-AzSecuritySqlVulnerabilityAssessmentBaseline.md +++ b/azps-15.3.0/Az.Security/Add-AzSecuritySqlVulnerabilityAssessmentBaseline.md @@ -52,13 +52,13 @@ Add SQL vulnerability assessment baseline ### Example 1: Add results as baseline using resource id parameters. ```powershell -Add-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" -Baseline @( , @("dbo", "db_owner1", "SQL_USER")) +Add-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" -Baseline @( , @("dbo", "db_owner1", "SQL_USER")) ``` ```output Results Id ------- -- -{dbo db_owner1 SQL_USER} /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServ… +{dbo db_owner1 SQL_USER} /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServ… ``` Example of resource id parameters. @@ -75,39 +75,39 @@ Notice the @(,@('a','b',...)) syntax for array of arrays of string with only one ### Example 2: Add results as baseline using on premise parameters. ```powershell -Add-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" -Baseline @( , @("dbo", "db_owner1", "SQL_USER")) +Add-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" -Baseline @( , @("dbo", "db_owner1", "SQL_USER")) ``` ```output Results Id ------- -- -{dbo db_owner1 SQL_USER} /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServ… +{dbo db_owner1 SQL_USER} /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServ… ``` Example of on premise parameters. ### Example 3: Add results as baseline for specific rule. ```powershell -Add-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" +Add-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" ``` ```output Results Id ------- -- -{dbo db_owner1 SQL_USER} /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServ… +{dbo db_owner1 SQL_USER} /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServ… ``` In this example when the -Baseline parameter is not supplied, latest results are set as baseline. ### Example 4: Copy baseline from a database to an on prem database using pipe. ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master | Add-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onPremiseMachines/TAHERSCO-DEV.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c4c4544-0058-3310-8032-c4c04f4a4e32 -WorkspaceId 806d6dfa-132f-488d-975b-9bcf2fcd6802 -Server SQLEXPRESS -Database master +Get-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master | Add-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onPremiseMachines/TAHERSCO-DEV.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c4c4544-0058-3310-8032-c4c04f4a4e32 -WorkspaceId c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3 -Server SQLEXPRESS -Database master ``` ```output Results Id ------- -- -{dbo db_owner SQL_USER} /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onpremisemachines/tahersco-dev.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c… +{dbo db_owner SQL_USER} /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onpremisemachines/tahersco-dev.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c… ``` >[!NOTE] diff --git a/azps-15.3.0/Az.Security/Get-AzIotSecurityAnalyticsAggregatedAlert.md b/azps-15.3.0/Az.Security/Get-AzIotSecurityAnalyticsAggregatedAlert.md index 7b5c4e96dd..d391372db4 100644 --- a/azps-15.3.0/Az.Security/Get-AzIotSecurityAnalyticsAggregatedAlert.md +++ b/azps-15.3.0/Az.Security/Get-AzIotSecurityAnalyticsAggregatedAlert.md @@ -52,7 +52,7 @@ Count: 50 EffectedResourceType: "IoT Device" SystemSource: "Devices" ActionTaken: "Detected" -LogAnalyticsQuery: "SecurityAlert | where tolower(ResourceId) == tolower('/subscriptions/b77ec8a9-04ed-48d2-a87a-e5887b978ba6/resourceGroups/IoT-Solution-DemoEnv/providers/Microsoft.Devices/IotHubs/rtogm-hub') and tolower(AlertName) == tolower('Custom Alert - number of device to cloud messages in MQTT protocol is not in the allowed range') | extend DeviceId=parse_json(ExtendedProperties)['DeviceId'] | project DeviceId, TimeGenerated, DisplayName, AlertSeverity, Description, RemediationSteps, ExtendedProperties" +LogAnalyticsQuery: "SecurityAlert | where tolower(ResourceId) == tolower('/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/IoT-Solution-DemoEnv/providers/Microsoft.Devices/IotHubs/rtogm-hub') and tolower(AlertName) == tolower('Custom Alert - number of device to cloud messages in MQTT protocol is not in the allowed range') | extend DeviceId=parse_json(ExtendedProperties)['DeviceId'] | project DeviceId, TimeGenerated, DisplayName, AlertSeverity, Description, RemediationSteps, ExtendedProperties" TopDevicesList: [ { DeviceId: "testDevice1" diff --git a/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceAssessment.md b/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceAssessment.md index 1644f83c06..9213585f87 100644 --- a/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceAssessment.md +++ b/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceAssessment.md @@ -37,7 +37,7 @@ Get-AzRegulatoryComplianceAssessment -StandardName "SOC TSP" -ControlName "CC5.8 ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/0392 b393-395e-42bf-ba60-8d99efc4d2d4 Name : 0392b393-395e-42bf-ba60-8d99efc4d2d4 @@ -51,7 +51,7 @@ PassedResources : 2 FailedResources : 0 SkippedResources : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/04c8 24de-a93c-49cf-bb22-997cdff9e9fc Name : 04c824de-a93c-49cf-bb22-997cdff9e9fc @@ -65,7 +65,7 @@ PassedResources : 2 FailedResources : 0 SkippedResources : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/04e7 147b-0deb-9796-2e5c-0336343ceb3d Name : 04e7147b-0deb-9796-2e5c-0336343ceb3d @@ -79,7 +79,7 @@ PassedResources : 1 FailedResources : 0 SkippedResources : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/0515 45a4-179e-4c04-9e9b-8f33821ef36f Name : 051545a4-179e-4c04-9e9b-8f33821ef36f @@ -93,7 +93,7 @@ PassedResources : 1 FailedResources : 1 SkippedResources : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/101e af81-3dd3-4867-8871-f649131a06a9 Name : 101eaf81-3dd3-4867-8871-f649131a06a9 @@ -108,7 +108,7 @@ PassedResources : 2 FailedResources : 0 SkippedResources : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/103d e8e8-643e-4b0e-b4a4-a85830239a53 Name : 103de8e8-643e-4b0e-b4a4-a85830239a53 @@ -123,7 +123,7 @@ PassedResources : 1 FailedResources : 1 SkippedResources : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/107b 8424-7ee8-4b6a-a859-b5256aa6596e Name : 107b8424-7ee8-4b6a-a859-b5256aa6596e @@ -142,14 +142,14 @@ Get all assessments under specific control and standard. ### Example 2 ```powershell -Get-AzRegulatoryComplianceAssessment -StandardName "SOC TSP" -ControlName "CC5.8" -Name "fe48038b-f73a-4264-b499-0ff9dfaab05c" +Get-AzRegulatoryComplianceAssessment -StandardName "SOC TSP" -ControlName "CC5.8" -Name "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/fe48 038b-f73a-4264-b499-0ff9dfaab05c -Name : fe48038b-f73a-4264-b499-0ff9dfaab05c +Name : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplia nceAssessments Description : [CCE-24187-7] Audit Policy: Logon-Logoff: Special Logon (Windows Server 2012 Datacenter) @@ -165,14 +165,14 @@ Get a specific assessment under specific control and standard according to asses ### Example 3 ```powershell -Get-AzRegulatoryComplianceAssessment -ResourceId "/subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/fe48038b-f73a-4264-b499-0ff9dfaab05c" +Get-AzRegulatoryComplianceAssessment -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComp +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComp lianceStandards/SOC-TSP/regulatoryComplianceControls/CC5.8/regulatoryComplianceAssessments/fe48 038b-f73a-4264-b499-0ff9dfaab05c -Name : fe48038b-f73a-4264-b499-0ff9dfaab05c +Name : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplia nceAssessments Description : [CCE-24187-7] Audit Policy: Logon-Logoff: Special Logon (Windows Server 2012 Datacenter) diff --git a/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceControl.md b/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceControl.md index 963c02da6f..e0211c0aef 100644 --- a/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceControl.md +++ b/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceControl.md @@ -37,7 +37,7 @@ Get-AzRegulatoryComplianceControl -StandardName "SOC TSP" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplia nceStandards/SOC-TSP/regulatoryComplianceControls/A1.1 Name : A1.1 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls @@ -49,7 +49,7 @@ PassedAssessments : 0 FailedAssessments : 0 SkippedAssessments : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplia nceStandards/SOC-TSP/regulatoryComplianceControls/A1.2 Name : A1.2 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls @@ -61,7 +61,7 @@ PassedAssessments : 3 FailedAssessments : 0 SkippedAssessments : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplia nceStandards/SOC-TSP/regulatoryComplianceControls/A1.3 Name : A1.3 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls @@ -72,7 +72,7 @@ PassedAssessments : 0 FailedAssessments : 0 SkippedAssessments : 0 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplia nceStandards/SOC-TSP/regulatoryComplianceControls/C1.1 Name : C1.1 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls @@ -93,7 +93,7 @@ Get-AzRegulatoryComplianceControl -StandardName "SOC TSP" -Name "C1.2" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplia nceStandards/SOC-TSP/regulatoryComplianceControls/C1.2 Name : C1.2 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls @@ -110,11 +110,11 @@ Get specific control details according to control id. ### Example 3 ```powershell -Get-AzRegulatoryComplianceControl -ResourceId "/subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP/regulatoryComplianceControls/C1.2" +Get-AzRegulatoryComplianceControl -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP/regulatoryComplianceControls/C1.2" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplia +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplia nceStandards/SOC-TSP/regulatoryComplianceControls/C1.2 Name : C1.2 Type : Microsoft.Security/regulatoryComplianceStandards/regulatoryComplianceControls diff --git a/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceStandard.md b/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceStandard.md index 9f64ecc078..ea05a958ed 100644 --- a/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceStandard.md +++ b/azps-15.3.0/Az.Security/Get-AzRegulatoryComplianceStandard.md @@ -43,7 +43,7 @@ Get-AzRegulatoryComplianceStandard ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryCompli +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryCompli anceStandards/Azure-CIS-1.1.0 Name : Azure-CIS-1.1.0 Type : Microsoft.Security/regulatoryComplianceStandards @@ -53,7 +53,7 @@ FailedControls : 4 SkippedControls : 0 UnsupportedControls : 87 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryCompli +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryCompli anceStandards/ISO-27001 Name : ISO-27001 Type : Microsoft.Security/regulatoryComplianceStandards @@ -63,7 +63,7 @@ FailedControls : 10 SkippedControls : 2 UnsupportedControls : 93 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryCompli +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryCompli anceStandards/PCI-DSS-3.2.1 Name : PCI-DSS-3.2.1 Type : Microsoft.Security/regulatoryComplianceStandards @@ -73,7 +73,7 @@ FailedControls : 32 SkippedControls : 0 UnsupportedControls : 187 -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryCompli +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryCompli anceStandards/SOC-TSP Name : SOC-TSP Type : Microsoft.Security/regulatoryComplianceStandards @@ -92,7 +92,7 @@ Get-AzRegulatoryComplianceStandard -Name "SOC-TSP" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryCompli +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryCompli anceStandards/SOC-TSP Name : SOC-TSP Type : Microsoft.Security/regulatoryComplianceStandards @@ -107,11 +107,11 @@ Get details of specific regulatory compliance standard according standard name. ### Example 3 ```powershell -Get-AzRegulatoryComplianceStandard -ResourceId "/subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP" +Get-AzRegulatoryComplianceStandard -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/regulatoryCompli +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/regulatoryCompli anceStandards/SOC-TSP Name : SOC-TSP Type : Microsoft.Security/regulatoryComplianceStandards diff --git a/azps-15.3.0/Az.Security/Get-AzSecurityAlert.md b/azps-15.3.0/Az.Security/Get-AzSecurityAlert.md index 9af45e09a4..7cac64cf1e 100644 --- a/azps-15.3.0/Az.Security/Get-AzSecurityAlert.md +++ b/azps-15.3.0/Az.Security/Get-AzSecurityAlert.md @@ -55,13 +55,13 @@ Get-AzSecurityAlert ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/RSG/providers/Microsoft.Securit +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/RSG/providers/Microsoft.Securit y/locations/centralus/alerts/2518710774294070750_FFF23C70-80EF-4A8B-9122-507B0EA8DFFF Name : 2518710774294070750_FFF23C70-80EF-4A8B-9122-507B0EA8DFFF ActionTaken : Undefined AlertDisplayName : PREVIEW - Vulnerability scanner detected AlertName : APPS_WpScanner -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/RSG/providers/Microsoft.Web/sit +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/RSG/providers/Microsoft.Web/sit es/testSite1 CanBeInvestigated : True CompromisedEntity : testSite1 @@ -86,18 +86,18 @@ RemediationSteps : 1. If WordPress is installed, make sure that the applicatio ReportedSeverity : High ReportedTimeUtc : 10/07/2018 16:31:52 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : VendorName : Microsoft WorkspaceArmId : -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Security/locations/central +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Security/locations/central us/alerts/2518710774894070750_EEE23C70-80EF-4A8B-9122-507B0EA8DFFF Name : 2518710774894070750_EEE23C70-80EF-4A8B-9122-507B0EA8DFFF ActionTaken : Undefined AlertDisplayName : PREVIEW - Spam folder referrer detected AlertName : APPS_SpamReferrer -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/providers/Microsoft.Web/sites/testSite2 +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Web/sites/testSite2 CanBeInvestigated : True CompromisedEntity : testSite2 ConfidenceReasons : {} @@ -120,18 +120,18 @@ RemediationSteps : Review the URIs in the alert details. Check whether the cor ReportedSeverity : High ReportedTimeUtc : 10/07/2018 16:31:52 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : VendorName : Microsoft WorkspaceArmId : -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Security/locations/westeurope/alerts/2518675199999999999_0501972d-06cd-47c7-a276-036f67d89262 Name : 2518675199999999999_0501972d-06cd-47c7-a276-036f67d89262 ActionTaken : Detected AlertDisplayName : PROTOCOL-ENFORCEMENT AlertName : PROTOCOL-ENFORCEMENT -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Network/applicationGateways/ContosoWAF CanBeInvestigated : True CompromisedEntity : 10.1.0.4 @@ -141,27 +141,27 @@ Description : Detail:Host header is a numeric IP address 13.69.131.117:80 DetectedTimeUtc : 20/08/2018 16:00:00 Entities : {} ExtendedProperties : {[hit Count, 1], [source IPs, 177.189.28.238], [management URL, https://portal.azure.com#resource/ - subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.N + subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft.N etwork/applicationGateways/ContosoWAF/overview], [resourceType, Networking]} InstanceId : 0501972d-06cd-47c7-a276-036f67d89262 RemediationSteps : ReportedSeverity : Low ReportedTimeUtc : 20/08/2018 17:00:18 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : Azure VendorName : Microsoft WAF -WorkspaceArmId : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourcegroups/defaultresourcegroup-eus/provid - ers/microsoft.operationalinsights/workspaces/defaultworkspace-487bb485-b5b0-471e-9c0d-10717612f869 +WorkspaceArmId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/defaultresourcegroup-eus/provid + ers/microsoft.operationalinsights/workspaces/defaultworkspace-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -eus -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Security/locations/westeurope/alerts/2518675235999999999_0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 Name : 2518675235999999999_0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 ActionTaken : Detected AlertDisplayName : PROTOCOL-ENFORCEMENT AlertName : PROTOCOL-ENFORCEMENT -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Network/applicationGateways/ContosoWAF CanBeInvestigated : True CompromisedEntity : 10.1.0.4 @@ -171,18 +171,18 @@ Description : Detail:Host header is a numeric IP address 13.69.131.117 DetectedTimeUtc : 20/08/2018 15:00:00 Entities : {} ExtendedProperties : {[hit Count, 1], [source IPs, 217.91.251.86], [management URL, https://portal.azure.com#resource/s - ubscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Ne + ubscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft.Ne twork/applicationGateways/ContosoWAF/overview], [resourceType, Networking]} InstanceId : 0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 RemediationSteps : ReportedSeverity : Low ReportedTimeUtc : 20/08/2018 16:00:03 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : Azure VendorName : Microsoft WAF -WorkspaceArmId : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourcegroups/defaultresourcegroup-eus/provid - ers/microsoft.operationalinsights/workspaces/defaultworkspace-487bb485-b5b0-471e-9c0d-10717612f869 +WorkspaceArmId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/defaultresourcegroup-eus/provid + ers/microsoft.operationalinsights/workspaces/defaultworkspace-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -eus ``` @@ -194,13 +194,13 @@ Get-AzSecurityAlert -ResourceGroupName "myService1" ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Security/locations/westeurope/alerts/2518675199999999999_0501972d-06cd-47c7-a276-036f67d89262 Name : 2518675199999999999_0501972d-06cd-47c7-a276-036f67d89262 ActionTaken : Detected AlertDisplayName : PROTOCOL-ENFORCEMENT AlertName : PROTOCOL-ENFORCEMENT -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Network/applicationGateways/ContosoWAF CanBeInvestigated : True CompromisedEntity : 10.1.0.4 @@ -210,27 +210,27 @@ Description : Detail:Host header is a numeric IP address 13.69.131.117:80 DetectedTimeUtc : 20/08/2018 16:00:00 Entities : {} ExtendedProperties : {[hit Count, 1], [source IPs, 177.189.28.238], [management URL, https://portal.azure.com#resource/ - subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.N + subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft.N etwork/applicationGateways/ContosoWAF/overview], [resourceType, Networking]} InstanceId : 0501972d-06cd-47c7-a276-036f67d89262 RemediationSteps : ReportedSeverity : Low ReportedTimeUtc : 20/08/2018 17:00:18 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : Azure VendorName : Microsoft WAF -WorkspaceArmId : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourcegroups/defaultresourcegroup-eus/provid - ers/microsoft.operationalinsights/workspaces/defaultworkspace-487bb485-b5b0-471e-9c0d-10717612f869 +WorkspaceArmId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/defaultresourcegroup-eus/provid + ers/microsoft.operationalinsights/workspaces/defaultworkspace-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -eus -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Security/locations/westeurope/alerts/2518675235999999999_0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 Name : 2518675235999999999_0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 ActionTaken : Detected AlertDisplayName : PROTOCOL-ENFORCEMENT AlertName : PROTOCOL-ENFORCEMENT -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Network/applicationGateways/ContosoWAF CanBeInvestigated : True CompromisedEntity : 10.1.0.4 @@ -240,27 +240,27 @@ Description : Detail:Host header is a numeric IP address 13.69.131.117 DetectedTimeUtc : 20/08/2018 15:00:00 Entities : {} ExtendedProperties : {[hit Count, 1], [source IPs, 217.91.251.86], [management URL, https://portal.azure.com#resource/s - ubscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Ne + ubscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft.Ne twork/applicationGateways/ContosoWAF/overview], [resourceType, Networking]} InstanceId : 0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 RemediationSteps : ReportedSeverity : Low ReportedTimeUtc : 20/08/2018 16:00:03 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : Azure VendorName : Microsoft WAF -WorkspaceArmId : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourcegroups/defaultresourcegroup-eus/provid - ers/microsoft.operationalinsights/workspaces/defaultworkspace-487bb485-b5b0-471e-9c0d-10717612f869 +WorkspaceArmId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/defaultresourcegroup-eus/provid + ers/microsoft.operationalinsights/workspaces/defaultworkspace-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -eus -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Security/locations/westeurope/alerts/2518675235999999999_3cc2c984-3d3d-4af2-a2d9-ed7c6d078315 Name : 2518675235999999999_3cc2c984-3d3d-4af2-a2d9-ed7c6d078315 ActionTaken : Detected AlertDisplayName : PROTOCOL-ENFORCEMENT AlertName : PROTOCOL-ENFORCEMENT -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Network/applicationGateways/ContosoWAF CanBeInvestigated : True CompromisedEntity : 10.1.0.5 @@ -270,27 +270,27 @@ Description : Detail:Host header is a numeric IP address 13.69.131.117 DetectedTimeUtc : 20/08/2018 15:00:00 Entities : {} ExtendedProperties : {[hit Count, 1], [source IPs, 217.91.251.86], [management URL, https://portal.azure.com#resource/s - ubscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Ne + ubscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft.Ne twork/applicationGateways/ContosoWAF/overview], [resourceType, Networking]} InstanceId : 3cc2c984-3d3d-4af2-a2d9-ed7c6d078315 RemediationSteps : ReportedSeverity : Low ReportedTimeUtc : 20/08/2018 16:00:04 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : Azure VendorName : Microsoft WAF -WorkspaceArmId : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourcegroups/defaultresourcegroup-eus/provid - ers/microsoft.operationalinsights/workspaces/defaultworkspace-487bb485-b5b0-471e-9c0d-10717612f869 +WorkspaceArmId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/defaultresourcegroup-eus/provid + ers/microsoft.operationalinsights/workspaces/defaultworkspace-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -eus -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Security/locations/westeurope/alerts/2518675307999999999_bbbda0ad-b149-49f4-a4ba-3e95540cbf1c Name : 2518675307999999999_bbbda0ad-b149-49f4-a4ba-3e95540cbf1c ActionTaken : Detected AlertDisplayName : PROTOCOL-ENFORCEMENT AlertName : PROTOCOL-ENFORCEMENT -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Network/applicationGateways/ContosoWAF CanBeInvestigated : True CompromisedEntity : 10.1.0.4 @@ -300,18 +300,18 @@ Description : Detail:Host header is a numeric IP address 13.69.131.117:80 DetectedTimeUtc : 20/08/2018 13:00:00 Entities : {} ExtendedProperties : {[hit Count, 1], [source IPs, 177.86.202.171], [management URL, https://portal.azure.com#resource/ - subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.N + subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft.N etwork/applicationGateways/ContosoWAF/overview], [resourceType, Networking]} InstanceId : bbbda0ad-b149-49f4-a4ba-3e95540cbf1c RemediationSteps : ReportedSeverity : Low ReportedTimeUtc : 20/08/2018 14:00:36 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : Azure VendorName : Microsoft WAF -WorkspaceArmId : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourcegroups/defaultresourcegroup-eus/provid - ers/microsoft.operationalinsights/workspaces/defaultworkspace-487bb485-b5b0-471e-9c0d-10717612f869 +WorkspaceArmId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/defaultresourcegroup-eus/provid + ers/microsoft.operationalinsights/workspaces/defaultworkspace-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -eus ``` @@ -323,13 +323,13 @@ Get-AzSecurityAlert -ResourceGroupName "myService1" -Location "westeurope" -Name ``` ```output -Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Security/locations/westeurope/alerts/2518675235999999999_0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 Name : 2518675235999999999_0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 ActionTaken : Detected AlertDisplayName : PROTOCOL-ENFORCEMENT AlertName : PROTOCOL-ENFORCEMENT -AssociatedResource : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft. +AssociatedResource : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft. Network/applicationGateways/ContosoWAF CanBeInvestigated : True CompromisedEntity : 10.1.0.4 @@ -339,18 +339,18 @@ Description : Detail:Host header is a numeric IP address 13.69.131.117 DetectedTimeUtc : 20/08/2018 15:00:00 Entities : {} ExtendedProperties : {[hit Count, 1], [source IPs, 217.91.251.86], [management URL, https://portal.azure.com#resource/s - ubscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Ne + ubscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myService1/providers/Microsoft.Ne twork/applicationGateways/ContosoWAF/overview], [resourceType, Networking]} InstanceId : 0cd957d9-8101-47f7-88cc-0c5d0ebdbfd0 RemediationSteps : ReportedSeverity : Low ReportedTimeUtc : 20/08/2018 16:00:03 State : Active -SubscriptionId : 487bb485-b5b0-471e-9c0d-10717612f869 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e SystemSource : Azure VendorName : Microsoft WAF -WorkspaceArmId : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourcegroups/defaultresourcegroup-eus/provid - ers/microsoft.operationalinsights/workspaces/defaultworkspace-487bb485-b5b0-471e-9c0d-10717612f869 +WorkspaceArmId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/defaultresourcegroup-eus/provid + ers/microsoft.operationalinsights/workspaces/defaultworkspace-aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -eus ``` diff --git a/azps-15.3.0/Az.Security/Get-AzSecurityPricing.md b/azps-15.3.0/Az.Security/Get-AzSecurityPricing.md index 9f2ebbf6cb..6da0102b0e 100644 --- a/azps-15.3.0/Az.Security/Get-AzSecurityPricing.md +++ b/azps-15.3.0/Az.Security/Get-AzSecurityPricing.md @@ -71,7 +71,7 @@ Gets the status of each Azure Defender plan for the subscription. ### Example 2 ```powershell -Get-AzSecurityPricing -ResourceId '/subscriptions/fbaa2b23-e9dd-4bed-93c1-9e2a44f64bc0/providers/Microsoft.Security/pricings/VirtualMachines' +Get-AzSecurityPricing -ResourceId '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Security/pricings/VirtualMachines' ``` Gets pricing details of the specific resource ID. Where ResourceId is one of the IDs returned by `Get-AzSecurityPricing`. diff --git a/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentBaseline.md b/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentBaseline.md index 8a488bc843..7ab734d225 100644 --- a/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentBaseline.md +++ b/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentBaseline.md @@ -35,13 +35,13 @@ Get SQL vulnerability assessment baseline. ### Example 1: Get baseline on a specific rule using resource id parameters ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" +Get-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" ``` ```output Results WorkSpaceId ------- ----------- -{VA2108 => [[dbo, db_owner1, SQL_USER]]} ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 +{VA2108 => [[dbo, db_owner1, SQL_USER]]} b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` Example of using resource id parameters. @@ -53,26 +53,26 @@ Supported resources are: ### Example 2: Get baseline on a specific rule using on premise parameters ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" +Get-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" ``` ```output Results WorkSpaceId ------- ----------- -{VA2108 => [[dbo, db_owner1, SQL_USER]]} ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 +{VA2108 => [[dbo, db_owner1, SQL_USER]]} b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` Example of using on premise parameters. ### Example 3: Get all baselines on a SQL Database ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master +Get-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master ``` ```output Results WorkSpaceId ------- ----------- -{VA1017 => [], VA1018 => [[True]], VA1020 => [], VA1022 => [[False]]…} ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 +{VA1017 => [], VA1018 => [[True]], VA1020 => [], VA1022 => [[False]]…} b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` In this example a rule id is not specified, it returns all the baselines for that database. diff --git a/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanRecord.md b/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanRecord.md index debd16d8b5..796351fc43 100644 --- a/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanRecord.md +++ b/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanRecord.md @@ -35,7 +35,7 @@ Gets SQL vulnerability assessment scan summary. ### Example 1: get scan summary for latest scan for SQL Database. ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -ScanId "latest" +Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -ScanId "latest" ``` ```output @@ -53,7 +53,7 @@ TotalPassedRulesCount : 43 TotalFailedRulesCount : 16 TotalRulesCount : 59 IsBaselineApplied : True -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/bdbdf860-5d58-464b-ad9a-0125af63c162 Name : bdbdf860-5d58-464b-ad9a-0125af63c162 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans @@ -63,7 +63,7 @@ Example for using scan id = "latest". ### Example 2: Get all scan summaries on SQL Database. ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master +Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master ``` ```output @@ -81,7 +81,7 @@ TotalPassedRulesCount : 43 TotalFailedRulesCount : 16 TotalRulesCount : 59 IsBaselineApplied : True -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/bdbdf860-5d58-464b-ad9a-0125af63c162 Name : bdbdf860-5d58-464b-ad9a-0125af63c162 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans @@ -100,7 +100,7 @@ TotalPassedRulesCount : 57 TotalFailedRulesCount : 2 TotalRulesCount : 59 IsBaselineApplied : True -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/8b2383c3-7c7e-4b6c-9b34-512ce99fd68a Name : 8b2383c3-7c7e-4b6c-9b34-512ce99fd68a Type : Microsoft.Security/sqlVulnerabilityAssessments/scans @@ -119,7 +119,7 @@ TotalPassedRulesCount : 59 TotalFailedRulesCount : 0 TotalRulesCount : 59 IsBaselineApplied : True -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/6845790d-6463-4f45-96e8-76286edf0267 Name : 6845790d-6463-4f45-96e8-76286edf0267 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans @@ -138,7 +138,7 @@ TotalPassedRulesCount : 57 TotalFailedRulesCount : 2 TotalRulesCount : 59 IsBaselineApplied : True -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/2058a46e-cb5a-4a49-b28a-6576a540dd9d Name : 2058a46e-cb5a-4a49-b28a-6576a540dd9d Type : Microsoft.Security/sqlVulnerabilityAssessments/scans @@ -148,7 +148,7 @@ Example for Listing all scan records when a scan id is not specified. ### Example 3: Get scan summary using resource id parameters. ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -ScanId 169a5f78-acff-4e05-b597-6252af7e6677 +Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -ScanId c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3 ``` ```output @@ -166,13 +166,13 @@ TotalPassedRulesCount : 43 TotalFailedRulesCount : 16 TotalRulesCount : 59 IsBaselineApplied : True -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/provid +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/provid ers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas -dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-003 0-4b10-8039-b8c04f4a3332/sqlServers/AHABASDEV01SRV/databases/master/providers/Microsof t.Security/sqlVulnerabilityAssessments/default/scans/169a5f78-acff-4e05-b597-6252af7e6 677 -Name : 169a5f78-acff-4e05-b597-6252af7e6677 +Name : c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans ``` @@ -185,7 +185,7 @@ Supported resources are: ### Example 4: Get scan summary using on premise parameters. ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -ScanId bdbdf860-5d58-464b-ad9a-0125af63c162 +Get-AzSecuritySqlVulnerabilityAssessmentScanRecord -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -ScanId bdbdf860-5d58-464b-ad9a-0125af63c162 ``` ```output @@ -203,7 +203,7 @@ TotalPassedRulesCount : 43 TotalFailedRulesCount : 16 TotalRulesCount : 59 IsBaselineApplied : True -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/ sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/bdbdf860-5d58-464b-ad9a-0125af63c162 Name : bdbdf860-5d58-464b-ad9a-0125af63c162 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans diff --git a/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanResult.md b/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanResult.md index 1dba8b69e5..c016f5bcae 100644 --- a/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanResult.md +++ b/azps-15.3.0/Az.Security/Get-AzSecuritySqlVulnerabilityAssessmentScanResult.md @@ -36,7 +36,7 @@ Gets SQL vulnerability assessment scan results. ### Example 1: Get all results from latest scan on a SQL Database ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanResult -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master +Get-AzSecuritySqlVulnerabilityAssessmentScanResult -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master ``` ```output @@ -77,7 +77,7 @@ RuleMetadata : { Reference: } } -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServe +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServe rs/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/bdbdf860-5d58-464b-ad9a-0125af63c162/scanResults/VA1017 Name : VA1017 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans/scanResults @@ -127,7 +127,7 @@ In this example when the rule id is not specified all scan results all returned ### Example 2: Get all results with scan id on a SQL Database ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanResult -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -ScanId 7db278d4-4629-4f75-ae0b-9c0e3d3b0816 +Get-AzSecuritySqlVulnerabilityAssessmentScanResult -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -ScanId 7db278d4-4629-4f75-ae0b-9c0e3d3b0816 ``` ```output @@ -180,7 +180,7 @@ RuleMetadata : { Reference: } } -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/micr +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/micr osoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeas t.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 /sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAsses @@ -192,7 +192,7 @@ Type : Microsoft.Security/sqlVulnerabilityAssessments/scans/sc ### Example 3: Get result on a specific rule from latest scan on SQL Database ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanResult -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" +Get-AzSecuritySqlVulnerabilityAssessmentScanResult -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" ``` ```output @@ -244,7 +244,7 @@ RuleMetadata : { Reference: } } -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServe +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServe rs/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAssessments/default/scans/bdbdf860-5d58-464b-ad9a-0125af63c162/scanResults/VA2108 Name : VA2108 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans/scanResults @@ -254,7 +254,7 @@ Example for using on premise parameters. scan id is not specified so it gets res ### Example 4: Get result on a specific rule using scan id parameter on SQL Database ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentScanResult -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -ScanId 5cded390-68c4-4f5b-9ce6-b8a7a12b288b -RuleId "VA2108" +Get-AzSecuritySqlVulnerabilityAssessmentScanResult -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -ScanId c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3 -RuleId "VA2108" ``` ```output @@ -316,11 +316,11 @@ RuleMetadata : { Reference: } } -Id : /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/micr +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/micr osoft.operationalinsights/workspaces/ahabas-workspace/onpremisemachines/ahabas-dev01.middleeas t.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 /sqlServers/AHABASDEV01SRV/databases/master/providers/Microsoft.Security/sqlVulnerabilityAsses - sments/default/scans/5cded390-68c4-4f5b-9ce6-b8a7a12b288b/scanResults/VA2108 + sments/default/scans/c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3/scanResults/VA2108 Name : VA2108 Type : Microsoft.Security/sqlVulnerabilityAssessments/scans/scanResults ``` diff --git a/azps-15.3.0/Az.Security/Remove-AzSecuritySqlVulnerabilityAssessmentBaseline.md b/azps-15.3.0/Az.Security/Remove-AzSecuritySqlVulnerabilityAssessmentBaseline.md index b736828298..984a931aa1 100644 --- a/azps-15.3.0/Az.Security/Remove-AzSecuritySqlVulnerabilityAssessmentBaseline.md +++ b/azps-15.3.0/Az.Security/Remove-AzSecuritySqlVulnerabilityAssessmentBaseline.md @@ -43,7 +43,7 @@ Removes SQL vulnerability assessment baseline. ### Example 1: Remove baseline on a specific rule with resource id parameters ```powershell -Remove-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" +Remove-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" ``` ```output @@ -61,7 +61,7 @@ Supported resources are: ### Example 2: Remove baseline on a specific rule with on premise parameters ```powershell -Remove-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" +Remove-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -RuleId "VA2108" ``` ```output @@ -74,7 +74,7 @@ Example of using on premise parameters. ### Example 3: Remove all baselines on SQL Database using pipe ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master | Remove-AzSecuritySqlVulnerabilityAssessmentBaseline -Force +Get-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master | Remove-AzSecuritySqlVulnerabilityAssessmentBaseline -Force ``` Example for force removing all the baselines for all rules on a specific database. diff --git a/azps-15.3.0/Az.Security/Set-AzSecuritySqlVulnerabilityAssessmentBaseline.md b/azps-15.3.0/Az.Security/Set-AzSecuritySqlVulnerabilityAssessmentBaseline.md index fceb18ea09..5dd742fea7 100644 --- a/azps-15.3.0/Az.Security/Set-AzSecuritySqlVulnerabilityAssessmentBaseline.md +++ b/azps-15.3.0/Az.Security/Set-AzSecuritySqlVulnerabilityAssessmentBaseline.md @@ -52,19 +52,19 @@ Sets new SQL vulnerability assessment baseline on a specific database, discards ### Example 1: Set results as baseline using resource id parameters. ```powershell -Set-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -BaselineSet @{VA2108 = @( , @("dbo", "db_owner1", "SQL_USER"))} +Set-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -BaselineSet @{VA2108 = @( , @("dbo", "db_owner1", "SQL_USER"))} ``` ```output Setting baseline for -/subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServers/AHABASDEV01SRV/databas +/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServers/AHABASDEV01SRV/databas es/master. Are you sure you want to set baseline? - This will discard your old baseline work. [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y Results WorkSpaceId ------- ----------- -{VA2108 => [[dbo, db_owner1, SQL_USER]]} ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 +{VA2108 => [[dbo, db_owner1, SQL_USER]]} b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` Example of using resource id parameters. @@ -79,57 +79,57 @@ For on premise resources, the parameter machineName is composed as follows: ### Example 2: Set results as baseline using on premise parameters. ```powershell -Set-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master -BaselineSet @{VA2108 = @( , @("dbo", "db_owner1", "SQL_USER"))} +Set-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master -BaselineSet @{VA2108 = @( , @("dbo", "db_owner1", "SQL_USER"))} ``` ```output Setting baseline for -/subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServers/AHABASDEV01SRV/databas +/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServers/AHABASDEV01SRV/databas es/master. Are you sure you want to set baseline? - This will discard your old baseline work. [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y Results WorkSpaceId ------- ----------- -{VA2108 => [[dbo, db_owner1, SQL_USER]]} ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 +{VA2108 => [[dbo, db_owner1, SQL_USER]]} b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` Example of using OnPremMachinesWithBaselineObject parameters. ### Example 3: Set results as baseline for all checks on database. ```powershell -Set-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master +Set-AzSecuritySqlVulnerabilityAssessmentBaseline -WorkspaceResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace -ComputerName ahabas-dev01.middleeast.corp.microsoft.com -AgentId 49640166-652f-4ee6-b48b-cfb840b8afe2 -VmUuid 4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master ``` ```output Setting baseline for -/subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServers/AHABASDEV01SRV/databas +/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332/sqlServers/AHABASDEV01SRV/databas es/master. Are you sure you want to set baseline? - This will discard your old baseline work. [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y Results WorkSpaceId ------- ----------- -{VA1017 => [], VA1018 => [[True]], VA1020 => [], VA1022 => [[False]]…} ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 +{VA1017 => [], VA1018 => [[True]], VA1020 => [], VA1022 => [[False]]…} b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 ``` In this example the BaselineSet is not specified thus setting all latest results as baseline. ### Example 4: Copy baseline from a database to an on prem database using pipe. ```powershell -Get-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId ba7c9d0e-a6e3-4997-b575-cf7a18a98a49 -Server AHABASDEV01SRV -Database master | Set-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onPremiseMachines/TAHERSCO-DEV.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c4c4544-0058-3310-8032-c4c04f4a4e32 -WorkspaceId 806d6dfa-132f-488d-975b-9bcf2fcd6802 -Server SQLEXPRESS -Database master +Get-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/ahmadtesting/providers/microsoft.operationalinsights/workspaces/ahabas-workspace/onPremiseMachines/ahabas-dev01.middleeast.corp.microsoft.com_49640166-652f-4ee6-b48b-cfb840b8afe2_4c4c4544-0030-4b10-8039-b8c04f4a3332 -WorkspaceId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 -Server AHABASDEV01SRV -Database master | Set-AzSecuritySqlVulnerabilityAssessmentBaseline -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onPremiseMachines/TAHERSCO-DEV.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c4c4544-0058-3310-8032-c4c04f4a4e32 -WorkspaceId c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3 -Server SQLEXPRESS -Database master ``` ```output Setting baseline for -/subscriptions/f26d1f13-67d5-4ad6-9012-67ca12d2436f/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onPremiseMachines/TAHERSCO-DEV.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c4c4544-0058-3310-8032-c4c04f4a4e32/sqlServers/SQLEXPRESS/dat +/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/talmachinegroupeuap/providers/microsoft.operationalinsights/workspaces/talworkspaceeuap2/onPremiseMachines/TAHERSCO-DEV.middleeast.corp.microsoft.com_7adcdd86-adb6-4008-a254-80e0fc425c55_4c4c4544-0058-3310-8032-c4c04f4a4e32/sqlServers/SQLEXPRESS/dat abases/master. Are you sure you want to set baseline? - This will discard your old baseline work. [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y Results WorkSpaceId ------- ----------- -{VA2108 => [[dbo, db_owner1, SQL_USER]]} 806d6dfa-132f-488d-975b-9bcf2fcd6802 +{VA2108 => [[dbo, db_owner1, SQL_USER]]} c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3 ``` >[!NOTE] diff --git a/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityActivity.md b/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityActivity.md index 7b0cb442a9..47014c59d5 100644 --- a/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityActivity.md +++ b/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityActivity.md @@ -41,14 +41,14 @@ Name : 876fda24-fe06-62b7-7dca-bced167a0ca3 FriendlyName : 52.166.111.66 Kind : Ip -Name : 4ebb68f3-a435-fac0-d3b6-94712d246f0a +Name : 00aa00aa-bb11-cc22-dd33-44ee44ee44ee ``` This command gets insights and activities for an Entity. ### Example 2: Get Insights and Activities for an Entity by Id ```powershell -$Entity = Get-AzSentinelEntity -ResourceGroupName "myResourceGroupName" -workspaceName "myWorkspaceName" -EntityId "4ebb68f3-a435-fac0-d3b6-94712d246f0a" +$Entity = Get-AzSentinelEntity -ResourceGroupName "myResourceGroupName" -workspaceName "myWorkspaceName" -EntityId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" $Entity | Get-AzSentinelEntityActivity ``` diff --git a/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityInsight.md b/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityInsight.md index 9b34f54ad9..686e7a98d2 100644 --- a/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityInsight.md +++ b/azps-15.3.0/Az.SecurityInsights/Get-AzSentinelEntityInsight.md @@ -47,7 +47,7 @@ This command gets insights for an Entity for a given time range. ```powershell $startTime = (Get-Date).AddDays(-7).ToUniversalTime() | Get-Date -Format "yyyy-MM-ddThh:00:00.000Z" $endTime = (Get-Date).ToUniversalTime() | Get-Date -Format "yyyy-MM-ddThh:00:00.000Z" - $Entity = Get-AzSentinelEntity -ResourceGroupName "myResourceGroupName" -workspaceName "myWorkspaceName" -EntityId "00001111-aaaa-2222-bbbb-3333cccc4444" + $Entity = Get-AzSentinelEntity -ResourceGroupName "myResourceGroupName" -workspaceName "myWorkspaceName" -EntityId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" $Entity | Get-AzSentinelEntityInsight -EndTime $endTime -StartTime $startTime ``` diff --git a/azps-15.3.0/Az.SecurityInsights/New-AzSentinelIncidentTeam.md b/azps-15.3.0/Az.SecurityInsights/New-AzSentinelIncidentTeam.md index 2a80597f21..4216f052da 100644 --- a/azps-15.3.0/Az.SecurityInsights/New-AzSentinelIncidentTeam.md +++ b/azps-15.3.0/Az.SecurityInsights/New-AzSentinelIncidentTeam.md @@ -44,7 +44,7 @@ $incident = Get-AzSentinelIncident -ResourceGroupName "myResourceGroup" -Workspa Description : Name : Incident : NewIncident3 PrimaryChannelUrl : https://teams.microsoft.com/l/team/19:vYoGjeGlZmTEDmu0gTbrk9T_eDS4pKIkEU7UuM1IyZk1%40thread.tacv2/conversations?groupId=3c637cc5-caf1-46c7-93ac-069c6 - 4b05395&tenantId=00001111-aaaa-2222-bbbb-3333cccc4444 + 4b05395&tenantId=aaaabbbb-0000-cccc-1111-dddd2222eeee TeamCreationTimeUtc : 2/4/2022 3:02:03 PM TeamId : 3c637cc5-caf1-46c7-93ac-069c64b05395 ``` diff --git a/azps-15.3.0/Az.SelfHelp/Invoke-AzSelfHelpDiscoverySolutionNlpSubscriptionScope.md b/azps-15.3.0/Az.SelfHelp/Invoke-AzSelfHelpDiscoverySolutionNlpSubscriptionScope.md index 48a49140ce..e33b6a5530 100644 --- a/azps-15.3.0/Az.SelfHelp/Invoke-AzSelfHelpDiscoverySolutionNlpSubscriptionScope.md +++ b/azps-15.3.0/Az.SelfHelp/Invoke-AzSelfHelpDiscoverySolutionNlpSubscriptionScope.md @@ -48,7 +48,7 @@ Solution discovery using natural language processing. ### Example 1: Discover Solution using natural language at subscription scope ```powershell -Invoke-AzSelfHelpDiscoverySolutionNlpSubscriptionScope -SubscriptionId "6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba" -IssueSummary "Billing Issues" +Invoke-AzSelfHelpDiscoverySolutionNlpSubscriptionScope -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -IssueSummary "Billing Issues" ``` ```output @@ -242,4 +242,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricClientCertificate.md b/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricClientCertificate.md index 8604e9a6e6..a9c8cba30f 100644 --- a/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricClientCertificate.md +++ b/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricClientCertificate.md @@ -48,17 +48,17 @@ Use **Add-AzServiceFabricClientCertificate** to add a common name and issuer thu ### Example 1 ```powershell -Add-AzServiceFabricClientCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A -Admin +Add-AzServiceFabricClientCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 -Admin ``` -This command will add the certificate with thumbprint '5F3660C715EBBDA31DB1FFDCF508302348DE8E7A' to the cluster, so the client can use the certificate as admin to communicate with the cluster. +This command will add the certificate with thumbprint 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00' to the cluster, so the client can use the certificate as admin to communicate with the cluster. ### Example 2 ```powershell -Add-AzServiceFabricClientCertificate -ResourceGroupName 'Group2' -Name 'Contoso02SFCluster' -CommonName 'Contoso.com' -IssuerThumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A +Add-AzServiceFabricClientCertificate -ResourceGroupName 'Group2' -Name 'Contoso02SFCluster' -CommonName 'Contoso.com' -IssuerThumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 ``` -This command will add a read only client certificate that's common name is 'Contoso.com' and issuer thumbprint is '5F3660C715EBBDA31DB1FFDCF508302348DE8E7A' to the cluster. +This command will add a read only client certificate that's common name is 'Contoso.com' and issuer thumbprint is 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00' to the cluster. ## PARAMETERS diff --git a/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricManagedClusterClientCertificate.md b/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricManagedClusterClientCertificate.md index bb488f4e6d..b8fd51cf1e 100644 --- a/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricManagedClusterClientCertificate.md +++ b/azps-15.3.0/Az.ServiceFabric/Add-AzServiceFabricManagedClusterClientCertificate.md @@ -51,16 +51,16 @@ Add certificate common name or thumbprint to the cluster. This will register the ```powershell $rgName = "testRG" $clusterName = "testCluster" -Add-AzServiceFabricManagedClusterClientCertificate -ResourceGroupName $rgName -ClusterName $clusterName -Thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A -Admin +Add-AzServiceFabricManagedClusterClientCertificate -ResourceGroupName $rgName -ClusterName $clusterName -Thumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 -Admin ``` -This command will add the certificate with thumbprint '5F3660C715EBBDA31DB1FFDCF508302348DE8E7A' to the cluster, so the client can use the certificate as admin to communicate with the cluster. +This command will add the certificate with thumbprint 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00' to the cluster, so the client can use the certificate as admin to communicate with the cluster. ### Example 2 ```powershell $rgName = "testRG" $clusterName = "testCluster" -Add-AzServiceFabricManagedClusterClientCertificate -ResourceGroupName $rgName -ClusterName $clusterName -CommonName 'Contoso.com' -IssuerThumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A, 5F3660C715EBBDA31DB1FFDCF508302348DE8E7B +Add-AzServiceFabricManagedClusterClientCertificate -ResourceGroupName $rgName -ClusterName $clusterName -CommonName 'Contoso.com' -IssuerThumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00, 5F3660C715EBBDA31DB1FFDCF508302348DE8E7B ``` This command will add a read only client certificate with common name 'Contoso.com' and 2 issuers. @@ -70,7 +70,7 @@ This command will add a read only client certificate with common name 'Contoso.c $rgName = "testRG" $clusterName = "testCluster" $cluster = Get-AzServiceFabricManagedCluster -ResourceGroupName $rgName -Name $clusterName -$cluster | Add-AzServiceFabricManagedClusterClientCertificate -CommonName 'Contoso.com' -IssuerThumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A, 5F3660C715EBBDA31DB1FFDCF508302348DE8E7B +$cluster | Add-AzServiceFabricManagedClusterClientCertificate -CommonName 'Contoso.com' -IssuerThumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00, 5F3660C715EBBDA31DB1FFDCF508302348DE8E7B ``` This command will add a read only client certificate with common name 'Contoso.com' and 2 issuers, with piping. diff --git a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md index 6fec9acde8..c555a5b66c 100644 --- a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md +++ b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplication.md @@ -58,7 +58,7 @@ This example gets a list of the managed applications under the cluster "testClus ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp" Get-AzServiceFabricManagedClusterApplication -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md index a3007c76e7..4d46e4c7b2 100644 --- a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md +++ b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationType.md @@ -58,7 +58,7 @@ This example will get a list of the managed application types defined under the ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" Get-AzServiceFabricManagedClusterApplicationType -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md index 932abdb6b5..7101f43992 100644 --- a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md +++ b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterApplicationTypeVersion.md @@ -60,7 +60,7 @@ This example gets a list of the managed application type versions defined under ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" Get-AzServiceFabricManagedClusterApplicationTypeVersion -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md index 076d9ee558..218d2f7eb1 100644 --- a/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md +++ b/azps-15.3.0/Az.ServiceFabric/Get-AzServiceFabricManagedClusterService.md @@ -60,7 +60,7 @@ This example gets a list of the managed services under the application "testApp" ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Get-AzServiceFabricManagedClusterService -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricClientCertificate.md b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricClientCertificate.md index 47d90e63fb..16f12b9c65 100644 --- a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricClientCertificate.md +++ b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricClientCertificate.md @@ -48,10 +48,10 @@ Use **Remove-AzServiceFabricClientCertificate** to remove a client certificate(s ### Example 1 ```powershell -Remove-AzServiceFabricClientCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A +Remove-AzServiceFabricClientCertificate -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -Thumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 ``` -This command will remove client certificate with thumbprint '5F3660C715EBBDA31DB1FFDCF508302348DE8E7A' from the cluster. +This command will remove client certificate with thumbprint 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00' from the cluster. ## PARAMETERS diff --git a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md index 38e48b9a1e..84b47ea859 100644 --- a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md +++ b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplication.md @@ -61,7 +61,7 @@ This example removes the managed application "testApp" under the resource group ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Remove-AzServiceFabricManagedClusterApplication -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md index bed4f063c0..4119b581e3 100644 --- a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md +++ b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationType.md @@ -61,7 +61,7 @@ This example will remove the managed application type "testAppType" and all the ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" Remove-AzServiceFabricManagedClusterApplicationType -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md index 7481bde67e..775cdf8c85 100644 --- a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md +++ b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterApplicationTypeVersion.md @@ -64,7 +64,7 @@ This example will remove the managed version "v1" under the type "testAppType". ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" Remove-AzServiceFabricManagedClusterApplicationTypeVersion -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterClientCertificate.md b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterClientCertificate.md index 923d594498..ddcbc31805 100644 --- a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterClientCertificate.md +++ b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterClientCertificate.md @@ -58,7 +58,7 @@ Remove client certificate by common name. ```powershell $rgName = "testRG" $clusterName = "testCluster" -Remove-AzServiceFabricManagedClusterClientCertificate -ResourceGroupName $rgName -Name $clusterName -Thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A +Remove-AzServiceFabricManagedClusterClientCertificate -ResourceGroupName $rgName -Name $clusterName -Thumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 ``` Remove client certificate by thumbprint. @@ -69,7 +69,7 @@ $rgName = "testRG" $clusterName = "testCluster" $cluster = Get-AzServiceFabricManagedCluster -ResourceGroupName $rgName -Name $clusterName -$cluster | Remove-AzServiceFabricManagedClusterClientCertificate -Thumbprint 5F3660C715EBBDA31DB1FFDCF508302348DE8E7A +$cluster | Remove-AzServiceFabricManagedClusterClientCertificate -Thumbprint AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 ``` Remove client certificate by thumbprint, with piping. diff --git a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md index 85014aef15..9489537d70 100644 --- a/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md +++ b/azps-15.3.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterService.md @@ -63,7 +63,7 @@ This example will remove the managed service testService1". ### Example 3 ```powershell -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Remove-AzServiceFabricManagedClusterService -ResourceId $resourceId ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md b/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md index fbbecc9c5a..30137e69bb 100644 --- a/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md +++ b/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationType.md @@ -64,7 +64,7 @@ This example will update the managed application type "testAppType" tags. ### Example 3 ```powershell $newTags = @{new="tags"} -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType" Set-AzServiceFabricManagedClusterApplicationType -ResourceId $resourceId -Tag $newTags ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md b/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md index 07c5b10696..abfda68b3a 100644 --- a/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md +++ b/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplicationTypeVersion.md @@ -70,7 +70,7 @@ This example will update the managed application type version "v1" tags and pack ```powershell $newTags = @{new="tags"} $packageUrl = "https://sftestapp.blob.core.windows.net/sftestapp/testAppType_v1.sfpkg" -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applicationTypes/testAppType/versions/v1" Set-AzServiceFabricManagedClusterApplicationTypeVersion -ResourceId $resourceId -Tag $newTags -PackageUrl $packageUrl -Verbose ``` diff --git a/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md b/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md index 29763751ff..4fa8603f7c 100644 --- a/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md +++ b/azps-15.3.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterService.md @@ -112,7 +112,7 @@ This example will remove the managed service testService1". ```powershell $standByReplicaKeepDuration = "00:11:00" $servicePlacementTimeLimit = "00:11:00" -$resourceId = "/subscriptions/13ad2c84-84fa-4798-ad71-e70c07af873f/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" +$resourceId = "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourcegroups/testRG/providers/Microsoft.ServiceFabric/managedClusters/testCluster/applications/testApp/services/testService" Set-AzServiceFabricManagedClusterService -ResourceId $resourceId -StandByReplicaKeepDuration $standByReplicaKeepDuration -ServicePlacementTimeLimit $servicePlacementTimeLimit -Verbose ``` diff --git a/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForContainerApp.md b/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForContainerApp.md index e125714631..c6328f0335 100644 --- a/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForContainerApp.md +++ b/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForContainerApp.md @@ -45,7 +45,7 @@ IsConnectionAvailable : True LinkerName : postgresql_connection ReportEndTimeUtc : 5/6/2022 8:32:26 AM ReportStartTimeUtc : 5/6/2022 8:32:24 AM -ResourceId : /subscriptions/d82d7763-8e12-4f39-a7b6-496a983ec2f4/resourceGroups/servicelinke +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/servicelinke r-test-group/providers/Microsoft.App/containerApps/servicelinker-app/providers/Mi crosoft.ServiceLinker/linkers/postgresql_connection SourceId : @@ -243,4 +243,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForSpringCloud.md b/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForSpringCloud.md index 01063957f2..a7d1b472d8 100644 --- a/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForSpringCloud.md +++ b/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForSpringCloud.md @@ -46,7 +46,7 @@ IsConnectionAvailable : True LinkerName : storagetable_404e8 ReportEndTimeUtc : 5/6/2022 8:32:26 AM ReportStartTimeUtc : 5/6/2022 8:32:24 AM -ResourceId : /subscriptions/d82d7763-8e12-4f39-a7b6-496a983ec2f4/resourceGroups/servicelinke +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/servicelinke r-test-group/providers/Microsoft.AppPlatform/Spring/servicelinker-springcloud/apps/appconfiguration/deployments/default/providers/Mi crosoft.ServiceLinker/linkers/storagetable_404e8 SourceId : @@ -274,4 +274,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForWebApp.md b/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForWebApp.md index 131332e9c1..98b8e2bf28 100644 --- a/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForWebApp.md +++ b/azps-15.3.0/Az.ServiceLinker/Test-AzServiceLinkerForWebApp.md @@ -45,7 +45,7 @@ IsConnectionAvailable : True LinkerName : postgresql_connection ReportEndTimeUtc : 5/6/2022 8:32:26 AM ReportStartTimeUtc : 5/6/2022 8:32:24 AM -ResourceId : /subscriptions/d82d7763-8e12-4f39-a7b6-496a983ec2f4/resourceGroups/servicelinke +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/servicelinke r-test-group/providers/Microsoft.Web/sites/servicelinker-webapp/providers/Mi crosoft.ServiceLinker/linkers/postgresql_connection SourceId : @@ -243,4 +243,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.SignalR/Get-AzWebPubSub.md b/azps-15.3.0/Az.SignalR/Get-AzWebPubSub.md index 6eee9b8e67..9a470b913b 100644 --- a/azps-15.3.0/Az.SignalR/Get-AzWebPubSub.md +++ b/azps-15.3.0/Az.SignalR/Get-AzWebPubSub.md @@ -45,7 +45,7 @@ Get the resource and its properties. ### Example 1: List all Web PubSub resources in a subscription ```powershell -Get-AzWebPubSub -SubscriptionId ef72249e-9785-4799-a76b-7cdd80e1b1d0 +Get-AzWebPubSub -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output diff --git a/azps-15.3.0/Az.Site/Get-AzSite.md b/azps-15.3.0/Az.Site/Get-AzSite.md index f22d36054b..103594f036 100644 --- a/azps-15.3.0/Az.Site/Get-AzSite.md +++ b/azps-15.3.0/Az.Site/Get-AzSite.md @@ -28,21 +28,21 @@ Get a Site from different scopes: Resource Group, Subscription, or Service Group ### Example 1: Get a specific site by name at resource group scope ```powershell -Get-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" +Get-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Get a specific Azure Edge Site at resource group scope. ### Example 2: Get a specific site by name at subscription scope ```powershell -Get-AzSite -Name "mysite-001" -SubscriptionId "12345678-1234-1234-1234-123456789012" +Get-AzSite -Name "mysite-001" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Get a specific Azure Edge Site at subscription scope. ### Example 3: List all sites in a subscription ```powershell -Get-AzSite -SubscriptionId "12345678-1234-1234-1234-123456789012" +Get-AzSite -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` List all Azure Edge Sites across all resource groups in the specified subscription. @@ -164,4 +164,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Site/New-AzSite.md b/azps-15.3.0/Az.Site/New-AzSite.md index 10265f2fa5..75d36721e2 100644 --- a/azps-15.3.0/Az.Site/New-AzSite.md +++ b/azps-15.3.0/Az.Site/New-AzSite.md @@ -31,7 +31,7 @@ Create a Site in different scopes: Resource Group, Subscription, or Service Grou ### Example 1: Create a new site at resource group scope with basic information ```powershell -New-AzSite -SiteName "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" -DisplayName "West Coast Site" -Description "Primary site for west coast operations" -Country "US" -PostalCode "98101" +New-AzSite -SiteName "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -DisplayName "West Coast Site" -Description "Primary site for west coast operations" -Country "US" -PostalCode "98101" ``` Create a new Azure Edge Site with basic information including display name, description, and address details. @@ -44,14 +44,14 @@ $labels = @{ "owner" = "operations-team" } -New-AzSite -SiteName "mysite-002" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" -DisplayName "Seattle Operations Center" -Description "Main operations site for Seattle region" -Country "US" -PostalCode "98101" -StateOrProvince "WA" -City "Seattle" -StreetAddress1 "123 Main St" -Labels $labels +New-AzSite -SiteName "mysite-002" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -DisplayName "Seattle Operations Center" -Description "Main operations site for Seattle region" -Country "US" -PostalCode "98101" -StateOrProvince "WA" -City "Seattle" -StreetAddress1 "123 Main St" -Labels $labels ``` Create a new Azure Edge Site with complete address information and custom labels for better organization and management. ### Example 3: Create a site at subscription scope ```powershell -New-AzSite -SiteName "global-site-001" -SubscriptionId "12345678-1234-1234-1234-123456789012" -DisplayName "Global Operations Site" -Description "Enterprise-wide operations center" -Country "US" -PostalCode "10001" +New-AzSite -SiteName "global-site-001" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -DisplayName "Global Operations Site" -Description "Enterprise-wide operations center" -Country "US" -PostalCode "10001" ``` Create a new Azure Edge Site at the subscription scope rather than within a specific resource group. @@ -78,7 +78,7 @@ $jsonConfig = @" } "@ -New-AzSite -SiteName "site-json-001" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" -JsonString $jsonConfig +New-AzSite -SiteName "site-json-001" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -JsonString $jsonConfig ``` Create a new Azure Edge Site using a JSON configuration string for complex deployments or infrastructure-as-code scenarios. @@ -444,4 +444,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Site/Remove-AzSite.md b/azps-15.3.0/Az.Site/Remove-AzSite.md index cf61dc8b5b..a593878038 100644 --- a/azps-15.3.0/Az.Site/Remove-AzSite.md +++ b/azps-15.3.0/Az.Site/Remove-AzSite.md @@ -28,7 +28,7 @@ Delete a Site from different scopes: Resource Group, Subscription, or Service Gr ### Example 1: Remove a site at resource group scope ```powershell -Remove-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" +Remove-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Remove an Azure Edge Site at resource group scope. @@ -36,7 +36,7 @@ The command completes silently upon successful deletion. ### Example 2: Remove a site at subscription scope ```powershell -Remove-AzSite -Name "global-site-001" -SubscriptionId "12345678-1234-1234-1234-123456789012" +Remove-AzSite -Name "global-site-001" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" ``` Remove an Azure Edge Site that exists at the subscription scope. @@ -234,4 +234,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Site/Update-AzSite.md b/azps-15.3.0/Az.Site/Update-AzSite.md index ab4e4a8193..5479170c72 100644 --- a/azps-15.3.0/Az.Site/Update-AzSite.md +++ b/azps-15.3.0/Az.Site/Update-AzSite.md @@ -37,14 +37,14 @@ $newLabels = @{ "updated-by" = "admin" } -Update-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" -Description "Updated site description" -Labels $newLabels +Update-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Description "Updated site description" -Labels $newLabels ``` Update an existing Azure Edge Site's description and labels while preserving other properties. ### Example 2: Update only the display name ```powershell -Update-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" -DisplayName "Updated West Coast Site" +Update-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -DisplayName "Updated West Coast Site" ``` Perform a partial update to change only the display name while leaving all other properties unchanged. @@ -64,14 +64,14 @@ $jsonUpdate = @" } "@ -Update-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" -JsonString $jsonUpdate +Update-AzSite -Name "mysite-001" -ResourceGroupName "rg-sites" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -JsonString $jsonUpdate ``` Update an Azure Edge Site using a JSON configuration for complex updates or automation scenarios. ### Example 4: Update a site at subscription scope ```powershell -Update-AzSite -Name "global-site-001" -SubscriptionId "12345678-1234-1234-1234-123456789012" -DisplayName "Updated Global Site" -Description "Updated enterprise operations center" +Update-AzSite -Name "global-site-001" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -DisplayName "Updated Global Site" -Description "Updated enterprise operations center" ``` Update an Azure Edge Site that exists at the subscription scope rather than within a specific resource group. @@ -437,4 +437,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Sphere/New-AzSphereCatalog.md b/azps-15.3.0/Az.Sphere/New-AzSphereCatalog.md index a9cd829455..6967f0da6f 100644 --- a/azps-15.3.0/Az.Sphere/New-AzSphereCatalog.md +++ b/azps-15.3.0/Az.Sphere/New-AzSphereCatalog.md @@ -61,7 +61,7 @@ SystemDataLastModifiedBy : SystemDataLastModifiedByType : Tag : { } -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee Type : microsoft.azuresphere/catalogs ``` @@ -264,4 +264,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Sql/Add-AzSqlInstanceKeyVaultKey.md b/azps-15.3.0/Az.Sql/Add-AzSqlInstanceKeyVaultKey.md index b288e791b6..db4e2cbfce 100644 --- a/azps-15.3.0/Az.Sql/Add-AzSqlInstanceKeyVaultKey.md +++ b/azps-15.3.0/Az.Sql/Add-AzSqlInstanceKeyVaultKey.md @@ -50,7 +50,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -68,7 +68,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -86,7 +86,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -104,7 +104,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` diff --git a/azps-15.3.0/Az.Sql/Add-AzSqlServerKeyVaultKey.md b/azps-15.3.0/Az.Sql/Add-AzSqlServerKeyVaultKey.md index 69ed791b4d..4139543616 100644 --- a/azps-15.3.0/Az.Sql/Add-AzSqlServerKeyVaultKey.md +++ b/azps-15.3.0/Az.Sql/Add-AzSqlServerKeyVaultKey.md @@ -36,7 +36,7 @@ ServerName : ContosoServer ServerKeyName : contoso_contosokey_01234567890123456789012345678901 Type : AzureKeyVault Uri : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 -Thumbprint : 1122334455667788990011223344556677889900 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 CreationDate : 1/1/2017 12:00:00 AM ``` diff --git a/azps-15.3.0/Az.Sql/Get-AzSqlDatabaseLongTermRetentionBackup.md b/azps-15.3.0/Az.Sql/Get-AzSqlDatabaseLongTermRetentionBackup.md index ae8806a783..f968ab98c2 100644 --- a/azps-15.3.0/Az.Sql/Get-AzSqlDatabaseLongTermRetentionBackup.md +++ b/azps-15.3.0/Az.Sql/Get-AzSqlDatabaseLongTermRetentionBackup.md @@ -71,24 +71,24 @@ Get-AzSqlDatabaseLongTermRetentionBackup -Location northeurope ```output BackupExpirationTime : 3/22/2018 5:50:55 AM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 3/15/2018 5:50:55 AM DatabaseName : database01 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 2/29/2018 12:12:19 AM ResourceGroupName : BackupStorageRedundancy : Geo BackupExpirationTime : 3/22/2018 11:43:18 PM -BackupName : 55970792-164c-4a4a-88e5-7158d092d503;131656309980000000 +BackupName : c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3;131656309980000000 BackupTime : 3/15/2018 11:43:18 PM DatabaseName : database02 DatabaseDeletionTime : 3/18/2018 4:36:00 PM Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server02/longTermRetentionDatabases/database02/longTermRetentionBackups/55970792-164c-4a4a-88e5-7158d092d503;131656309980000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server02/longTermRetentionDatabases/database02/longTermRetentionBackups/c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3;131656309980000000 ServerName : server02 ServerCreateTime : 2/28/2018 12:12:19 AM ResourceGroupName : @@ -104,12 +104,12 @@ Get-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ResourceGroupNam ```output BackupExpirationTime : 3/22/2018 5:50:55 AM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 3/15/2018 5:50:55 AM DatabaseName : database01 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 2/29/2018 12:12:19 AM ResourceGroupName : resourceGroup01 @@ -120,24 +120,24 @@ This command gets all long term retention backups for all databases (which may b ### Example 3: Get a specific long term retention backup ```powershell -Get-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ServerName server01 -DatabaseName database01 -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" +Get-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ServerName server01 -DatabaseName database01 -BackupName "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000" ``` ```output BackupExpirationTime : 3/22/2018 5:50:55 AM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 3/15/2018 5:50:55 AM DatabaseName : database01 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 2/29/2018 12:12:19 AM ResourceGroupName : BackupStorageRedundancy : Geo ``` -This command gets the backup with name 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +This command gets the backup with name b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ### Example 4: Get all long term retention backups for a database ```powershell @@ -146,12 +146,12 @@ Get-AzSqlDatabase -ResourceGroupName resourcegroup01 -ServerName server01 -Datab ```output BackupExpirationTime : 3/22/2018 5:50:55 AM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 3/15/2018 5:50:55 AM DatabaseName : database01 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 2/29/2018 12:12:19 AM ResourceGroupName : @@ -167,24 +167,24 @@ Get-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ServerName serve ```output BackupExpirationTime : 3/22/2018 11:43:18 PM -BackupName : 601061b7-164c-4a4a-88e5-7158d092d503;131656309980000000 +BackupName : d3d3d3d3-eeee-ffff-aaaa-b4b4b4b4b4b4;131656309980000000 BackupTime : 3/15/2018 11:43:18 PM DatabaseName : database02 DatabaseDeletionTime : 3/18/2018 4:36:00 PM Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database02/longTermRetentionBackups/601061b7-164c-4a4a-88e5-7158d092d503;131656309980000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database02/longTermRetentionBackups/d3d3d3d3-eeee-ffff-aaaa-b4b4b4b4b4b4;131656309980000000 ServerName : server01 ServerCreateTime : 2/28/2018 12:12:19 AM ResourceGroupName : BackupStorageRedundancy : Geo BackupExpirationTime : 3/22/2018 5:50:55 AM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 3/15/2018 5:50:55 AM DatabaseName : database01 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 2/29/2018 12:12:19 AM ResourceGroupName : @@ -418,4 +418,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-AzSqlDatabaseBackupLongTermRetentionPolicy](./Set-AzSqlDatabaseBackupLongTermRetentionPolicy.md) -[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) \ No newline at end of file +[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) diff --git a/azps-15.3.0/Az.Sql/Get-AzSqlDeletedServer.md b/azps-15.3.0/Az.Sql/Get-AzSqlDeletedServer.md index 478597987d..fa48f505a0 100644 --- a/azps-15.3.0/Az.Sql/Get-AzSqlDeletedServer.md +++ b/azps-15.3.0/Az.Sql/Get-AzSqlDeletedServer.md @@ -36,10 +36,10 @@ Location : centralus DeletionTime : 11/6/2025 12:30:00 PM FullyQualifiedDomainName : myserver.database.windows.net Version : 12.0 -Id : /subscriptions/12345678-1234-1234-1234-123456789012/providers/Microsoft.Sql/locations/centralus/deletedServers/myserver -OriginalId : /subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/myresourcegroup/providers/Microsoft.Sql/servers/myserver +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Sql/locations/centralus/deletedServers/myserver +OriginalId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myresourcegroup/providers/Microsoft.Sql/servers/myserver ResourceGroupName : myresourcegroup -SubscriptionId : 12345678-1234-1234-1234-123456789012 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` This command gets all deleted SQL servers in the Central US location under the current subscription. @@ -54,10 +54,10 @@ ServerName : myserver DeletionTime : 11/6/2025 12:30:00 PM FullyQualifiedDomainName : myserver.database.windows.net Version : 12.0 -Id : /subscriptions/12345678-1234-1234-1234-123456789012/providers/Microsoft.Sql/locations/centralus/deletedServers/myserver -OriginalId : /subscriptions/12345678-1234-1234-1234-123456789012/resourceGroups/myresourcegroup/providers/Microsoft.Sql/servers/myserver +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.Sql/locations/centralus/deletedServers/myserver +OriginalId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myresourcegroup/providers/Microsoft.Sql/servers/myserver ResourceGroupName : myresourcegroup -SubscriptionId : 12345678-1234-1234-1234-123456789012 +SubscriptionId : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` This command gets information about a specific deleted SQL server named "myserver" in the Central US location. @@ -130,4 +130,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Remove-AzSqlServer](./Remove-AzSqlServer.md) -[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) \ No newline at end of file +[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) diff --git a/azps-15.3.0/Az.Sql/Get-AzSqlInstance.md b/azps-15.3.0/Az.Sql/Get-AzSqlInstance.md index 34ac491b66..9071194cc9 100644 --- a/azps-15.3.0/Az.Sql/Get-AzSqlInstance.md +++ b/azps-15.3.0/Az.Sql/Get-AzSqlInstance.md @@ -393,14 +393,14 @@ AdministratorType : ActiveDirectory PrincipalType : Group Login : Dummy Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True AdministratorType : ActiveDirectory PrincipalType : Group Login : Dummy2 Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True ``` @@ -437,7 +437,7 @@ AdministratorType : ActiveDirectory PrincipalType : Group Login : Dummy Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True ``` diff --git a/azps-15.3.0/Az.Sql/Get-AzSqlInstanceDatabaseLongTermRetentionBackup.md b/azps-15.3.0/Az.Sql/Get-AzSqlInstanceDatabaseLongTermRetentionBackup.md index 2ca16c617f..032033745f 100644 --- a/azps-15.3.0/Az.Sql/Get-AzSqlInstanceDatabaseLongTermRetentionBackup.md +++ b/azps-15.3.0/Az.Sql/Get-AzSqlInstanceDatabaseLongTermRetentionBackup.md @@ -78,7 +78,7 @@ BackupTime : 2/22/2020 6:04:15 AM DatabaseName : test DatabaseDeletionTime : 2/24/2020 2:56:44 PM Location : southeastasia -ResourceId : /subscriptions/f46521f3-5bb0-4eea-a3c2-c2d5987df96b/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionManaged +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionManaged Instances/testInstance/longTermRetentionDatabases/test/longTermRetentionManagedInstanceBackups/15be823c-7e2c-49d8-819f-a3fdcad92215;132268250550000000 ManagedInstanceName : testInstance InstanceCreateTime : 10/17/2019 4:52:10 PM @@ -296,4 +296,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-AzSqlInstanceDatabaseBackupLongTermRetentionPolicy](./Set-AzSqlInstanceDatabaseBackupLongTermRetentionPolicy.md) -[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) \ No newline at end of file +[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) diff --git a/azps-15.3.0/Az.Sql/Get-AzSqlInstanceKeyVaultKey.md b/azps-15.3.0/Az.Sql/Get-AzSqlInstanceKeyVaultKey.md index 07bc7dbfc2..9d60e5145d 100644 --- a/azps-15.3.0/Az.Sql/Get-AzSqlInstanceKeyVaultKey.md +++ b/azps-15.3.0/Az.Sql/Get-AzSqlInstanceKeyVaultKey.md @@ -48,7 +48,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -65,7 +65,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -83,7 +83,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -101,7 +101,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -119,7 +119,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` diff --git a/azps-15.3.0/Az.Sql/Get-AzSqlServer.md b/azps-15.3.0/Az.Sql/Get-AzSqlServer.md index 806bae84b4..19be363e6a 100644 --- a/azps-15.3.0/Az.Sql/Get-AzSqlServer.md +++ b/azps-15.3.0/Az.Sql/Get-AzSqlServer.md @@ -174,14 +174,14 @@ AdministratorType : ActiveDirectory PrincipalType : Group Login : Dummy Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True AdministratorType : ActiveDirectory PrincipalType : Group Login : Dummy2 Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True ``` @@ -207,7 +207,7 @@ AdministratorType : ActiveDirectory PrincipalType : Group Login : Dummy Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True ``` @@ -328,5 +328,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-AzSqlServer](./Set-AzSqlServer.md) [SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) - - diff --git a/azps-15.3.0/Az.Sql/Get-AzSqlServerKeyVaultKey.md b/azps-15.3.0/Az.Sql/Get-AzSqlServerKeyVaultKey.md index c65a1b554f..1fadbd41b0 100644 --- a/azps-15.3.0/Az.Sql/Get-AzSqlServerKeyVaultKey.md +++ b/azps-15.3.0/Az.Sql/Get-AzSqlServerKeyVaultKey.md @@ -36,14 +36,14 @@ ServerName : ContosoServer ServerKeyName : contoso_contosokey_01234567890123456789012345678901 Type : AzureKeyVault Uri : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 -Thumbprint : 1122334455667788990011223344556677889900 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 CreationDate : 1/1/2017 12:00:00 AM ResourceGroupName : ContosoResourceGroup ServerName : ContosoServer ServerKeyName : contoso_contosokey2_01234567890123456789012345678901 Type : AzureKeyVault Uri : https://contoso.vault.azure.net/keys/contosokey2/09876543210987654321098765432109 -Thumbprint : 0099887766554433221100998877665544332211 +Thumbprint : BB22CC33DD44EE55FF66AA77BB88CC99DD00EE11 CreationDate : 1/1/2017 12:00:00 AM ``` diff --git a/azps-15.3.0/Az.Sql/Lock-AzSqlDatabaseLongTermRetentionBackupImmutability.md b/azps-15.3.0/Az.Sql/Lock-AzSqlDatabaseLongTermRetentionBackupImmutability.md index 46c3f12ade..d2549f2629 100644 --- a/azps-15.3.0/Az.Sql/Lock-AzSqlDatabaseLongTermRetentionBackupImmutability.md +++ b/azps-15.3.0/Az.Sql/Lock-AzSqlDatabaseLongTermRetentionBackupImmutability.md @@ -45,17 +45,17 @@ Once locked, the immutability policy cannot be removed, there is no way for the ### Example 1 ```powershell -Lock-AzSqlDatabaseLongTermRetentionBackupImmutability -Location northeurope -ServerName server01 -DatabaseName testdb2 -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" -PassThru +Lock-AzSqlDatabaseLongTermRetentionBackupImmutability -Location northeurope -ServerName server01 -DatabaseName testdb2 -BackupName "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000" -PassThru ``` ```output BackupExpirationTime : 8/5/2025 8:23:33 PM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 7/29/2025 8:23:33 PM DatabaseName : testdb2 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/b75889fa-6661-44e0-a844-cd96ec938991/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb2/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb2/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 7/29/2025 7:28:46 PM ResourceGroupName : resourcegroup01 @@ -65,7 +65,7 @@ TimeBasedImmutabilityMode : Locked LegalHoldImmutability : Disabled ``` -This locks the time-based immutability policy for the backup "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000". +This locks the time-based immutability policy for the backup "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000". Note that a prerequisite to this operation is that the backup has TimeBasedImmutability set to "Enabled" and TimeBasedImmutabilityMode set to "Unlocked". ## PARAMETERS diff --git a/azps-15.3.0/Az.Sql/New-AzSqlInstance.md b/azps-15.3.0/Az.Sql/New-AzSqlInstance.md index 089337bd3a..ddda6e4d44 100644 --- a/azps-15.3.0/Az.Sql/New-AzSqlInstance.md +++ b/azps-15.3.0/Az.Sql/New-AzSqlInstance.md @@ -366,7 +366,7 @@ AdministratorType : ActiveDirectory PrincipalType : Group Login : DummyLogin Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True ``` diff --git a/azps-15.3.0/Az.Sql/New-AzSqlServer.md b/azps-15.3.0/Az.Sql/New-AzSqlServer.md index a7202cf950..dcc51c03dc 100644 --- a/azps-15.3.0/Az.Sql/New-AzSqlServer.md +++ b/azps-15.3.0/Az.Sql/New-AzSqlServer.md @@ -77,7 +77,7 @@ AdministratorType : ActiveDirectory PrincipalType : Group Login : DummyLogin Sid : df7667b8-f9fd-4029-a0e3-b43c75ce9538 -TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444 +TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee AzureADOnlyAuthentication : True ``` diff --git a/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackup.md b/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackup.md index c163a1a937..849291b269 100644 --- a/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackup.md +++ b/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackup.md @@ -40,41 +40,41 @@ The **Remove-AzSqlDatabaseLongTermRetentionBackup** cmdlet deletes the backup sp ### Example 1: Delete a single backup with resource group ```powershell -Remove-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ServerName server01 -DatabaseName database01 -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" -ResourceGroupName resourcegroup01 +Remove-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ServerName server01 -DatabaseName database01 -BackupName "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000" -ResourceGroupName resourcegroup01 ``` ```output BackupExpirationTime : 3/22/2018 5:50:55 AM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 3/15/2018 5:50:55 AM DatabaseName : database01 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 2/29/2018 12:12:19 AM ``` -Deletes the backup with name 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +Deletes the backup with name b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ### Example 2: Delete a single backup without resource group ```powershell -Remove-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ServerName server02 -DatabaseName database02 -BackupName "55970792-164c-4a4a-88e5-7158d092d503;131656309980000000" +Remove-AzSqlDatabaseLongTermRetentionBackup -Location northeurope -ServerName server02 -DatabaseName database02 -BackupName "c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3;131656309980000000" ``` ```output BackupExpirationTime : 3/22/2018 11:43:18 PM -BackupName : 55970792-164c-4a4a-88e5-7158d092d503;131656309980000000 +BackupName : c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3;131656309980000000 BackupTime : 3/15/2018 11:43:18 PM DatabaseName : database02 DatabaseDeletionTime : 3/18/2018 4:36:00 PM Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server02/longTermRetentionDatabases/database02/longTermRetentionBackups/55970792-164c-4a4a-88e5-7158d092d503;131656309980000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server02/longTermRetentionDatabases/database02/longTermRetentionBackups/c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3;131656309980000000 ServerName : server02 ServerCreateTime : 2/28/2018 12:12:19 AM ``` -Deletes the backup with name 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +Deletes the backup with name b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ### Example 3: Delete all backups for a location ```powershell @@ -83,22 +83,22 @@ Get-AzSqlDatabaseLongTermRetentionBackup -Location northeurope | Remove-AzSqlDat ```output BackupExpirationTime : 3/22/2018 5:50:55 AM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 3/15/2018 5:50:55 AM DatabaseName : database01 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/database01/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 2/29/2018 12:12:19 AM BackupExpirationTime : 3/22/2018 11:43:18 PM -BackupName : 55970792-164c-4a4a-88e5-7158d092d503;131656309980000000 +BackupName : c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3;131656309980000000 BackupTime : 3/15/2018 11:43:18 PM DatabaseName : database02 DatabaseDeletionTime : 3/18/2018 4:36:00 PM Location : northeurope -ResourceId : /subscriptions/371edd6d-9630-4558-a7bd-ee139498e6a1/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server02/longTermRetentionDatabases/database02/longTermRetentionBackups/55970792-164c-4a4a-88e5-7158d092d503;131656309980000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server02/longTermRetentionDatabases/database02/longTermRetentionBackups/c2c2c2c2-dddd-eeee-ffff-a3a3a3a3a3a3;131656309980000000 ServerName : server02 ServerCreateTime : 2/28/2018 12:12:19 AM ``` @@ -313,4 +313,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-AzSqlDatabaseBackupLongTermRetentionPolicy](./Set-AzSqlDatabaseBackupLongTermRetentionPolicy.md) -[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) \ No newline at end of file +[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) diff --git a/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupImmutability.md b/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupImmutability.md index 37c9b2d7f0..dc3c6a87b8 100644 --- a/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupImmutability.md +++ b/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupImmutability.md @@ -45,17 +45,17 @@ Once removed, the backup will be able to be deleted manually. It is not possible ### Example 1: Remove the time-based immutability policy for a single backup. ```powershell -Remove-AzSqlDatabaseLongTermRetentionBackupImmutability -Location northeurope -ServerName server01 -DatabaseName testdb2 -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" -PassThru +Remove-AzSqlDatabaseLongTermRetentionBackupImmutability -Location northeurope -ServerName server01 -DatabaseName testdb2 -BackupName "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000" -PassThru ``` ```output BackupExpirationTime : 8/5/2025 8:23:33 PM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 7/29/2025 8:23:33 PM DatabaseName : testdb2 DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/b75889fa-6661-44e0-a844-cd96ec938991/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb2/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb2/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 7/29/2025 7:28:46 PM ResourceGroupName : resourcegroup01 @@ -65,7 +65,7 @@ TimeBasedImmutabilityMode : Unlocked LegalHoldImmutability : Disabled ``` -This removes the time-based immutability policy for the backup "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000". +This removes the time-based immutability policy for the backup "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000". Note that a prerequisite to this operation is that the backup has TimeBasedImmutability set to "Enabled" and TimeBasedImmutabilityMode set to "Unlocked". ## PARAMETERS diff --git a/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold.md b/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold.md index 2afb762577..0ba104fb89 100644 --- a/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold.md +++ b/azps-15.3.0/Az.Sql/Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold.md @@ -44,17 +44,17 @@ The **Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold** removes a legal hol ### Example 1: Remove legal hold for a single backup ```powershell -Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold -Location northeurope -ServerName server01 -DatabaseName testdb -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" -PassThru:$true +Remove-AzSqlDatabaseLongTermRetentionBackupLegalHold -Location northeurope -ServerName server01 -DatabaseName testdb -BackupName "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000" -PassThru:$true ``` ```output BackupExpirationTime : 8/5/2025 8:08:27 PM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 7/29/2025 8:08:27 PM DatabaseName : testdb DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/b75889fa-6661-44e0-a844-cd96ec938991/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 7/29/2025 7:28:46 PM ResourceGroupName : resourcegroup01 diff --git a/azps-15.3.0/Az.Sql/Remove-AzSqlInstanceKeyVaultKey.md b/azps-15.3.0/Az.Sql/Remove-AzSqlInstanceKeyVaultKey.md index 6a7c7662b5..d0d73cfe0c 100644 --- a/azps-15.3.0/Az.Sql/Remove-AzSqlInstanceKeyVaultKey.md +++ b/azps-15.3.0/Az.Sql/Remove-AzSqlInstanceKeyVaultKey.md @@ -48,7 +48,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -66,7 +66,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -84,7 +84,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` @@ -102,7 +102,7 @@ ManagedInstanceName : ContosoManagedInstanceName KeyId : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 ManagedInstanceKeyName : contoso_contosokey_01234567890123456789012345678901 CreationDate : 9/1/2018 12:11:49 AM -Thumbprint : 6AB10000F99E1B6A22222F39E3F11CB5DC5A55A1 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 Type : AzureKeyVault ``` diff --git a/azps-15.3.0/Az.Sql/Remove-AzSqlServerKeyVaultKey.md b/azps-15.3.0/Az.Sql/Remove-AzSqlServerKeyVaultKey.md index 177050b08e..57163025bf 100644 --- a/azps-15.3.0/Az.Sql/Remove-AzSqlServerKeyVaultKey.md +++ b/azps-15.3.0/Az.Sql/Remove-AzSqlServerKeyVaultKey.md @@ -39,7 +39,7 @@ ServerName : ContosoServer ServerKeyName : contoso_contosokey_01234567890123456789012345678901 Type : AzureKeyVault Uri : https://contoso.vault.azure.net/keys/contosokey/01234567890123456789012345678901 -Thumbprint : 1122334455667788990011223344556677889900 +Thumbprint : AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 CreationDate : 1/1/2017 12:00:00 AM ``` diff --git a/azps-15.3.0/Az.Sql/Restore-AzSqlInstanceDatabase.md b/azps-15.3.0/Az.Sql/Restore-AzSqlInstanceDatabase.md index c8c869ae1d..90c5d8c81b 100644 --- a/azps-15.3.0/Az.Sql/Restore-AzSqlInstanceDatabase.md +++ b/azps-15.3.0/Az.Sql/Restore-AzSqlInstanceDatabase.md @@ -185,7 +185,7 @@ The second command restores the fetched database, from the specified point-in-ti ### Example 6: Restore a database from LTR backup. ```powershell -Restore-AzSqlInstanceDatabase -FromLongTermRetentionBackup -ResourceId "/subscriptions/f46521f3-5bb0-4eea-a3c2-c2d5987df96b/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionManagedInstances/testInstance/longTermRetentionDatabases/test/longTermRetentionManagedInstanceBackups/15be823c-7e2c-49d8-819f-a3fdcad92215;132268250550000000" -TargetInstanceDatabaseName "restoreTarget" -TargetInstanceName "testInstance" -TargetResourceGroupName "testResourceGroup" +Restore-AzSqlInstanceDatabase -FromLongTermRetentionBackup -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/testResourceGroup/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionManagedInstances/testInstance/longTermRetentionDatabases/test/longTermRetentionManagedInstanceBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;132268250550000000" -TargetInstanceDatabaseName "restoreTarget" -TargetInstanceName "testInstance" -TargetResourceGroupName "testResourceGroup" ``` ```output @@ -209,7 +209,7 @@ ManagedInstanceName : testInstance Name : restoreTarget CreationDate : 3/4/2020 8:12:56 AM EarliestRestorePoint : 3/4/2020 8:14:29 AM -Id : /subscriptions/f46521f3-5bb0-4eea-a3c2-c2d5987df96b/resourceGroups/testResourceGroup/providers/Microsoft.Sql/managedInstances/testInstance/databases/restoreTarget +Id : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/testResourceGroup/providers/Microsoft.Sql/managedInstances/testInstance/databases/restoreTarget ``` Restores LTR backup with the given resource ID (which can be found by running Get-AzSqlInstanceDatabaseLongTermRetentionBackup). diff --git a/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseAudit.md b/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseAudit.md index 1a2a1c0dad..4f77271714 100644 --- a/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseAudit.md +++ b/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseAudit.md @@ -75,7 +75,7 @@ Set-AzSqlDatabaseAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server0 ### Example 7: Enable the log analytics auditing policy of an Azure SQL Database ```powershell -Set-AzSqlDatabaseAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSqlDatabaseAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` ### Example 8: Disable the log analytics auditing policy of an Azure SQL Database @@ -90,12 +90,12 @@ Get-AzSqlDatabase -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -D ### Example 10: Disable sending audit records of an Azure SQL Database to blob storage, and enable sending them to log analytics. ```powershell -Set-AzSqlDatabaseAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" -BlobStorageTargetState Disabled +Set-AzSqlDatabaseAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" -BlobStorageTargetState Disabled ``` ### Example 11: Enable sending audit records of an Azure SQL Database to blob storage, event hub and log analytics. ```powershell -Set-AzSqlDatabaseAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/7fe3301d-31d3-4668-af5e-211a890ba6e3/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSqlDatabaseAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01" -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/7fe3301d-31d3-4668-af5e-211a890ba6e3/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` ## PARAMETERS @@ -398,7 +398,7 @@ Accept wildcard characters: False ``` ### -WorkspaceResourceId -The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 +The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 ```yaml Type: System.String diff --git a/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseLongTermRetentionBackupLegalHold.md b/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseLongTermRetentionBackupLegalHold.md index 3fe65a866f..c5e0be8eaa 100644 --- a/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseLongTermRetentionBackupLegalHold.md +++ b/azps-15.3.0/Az.Sql/Set-AzSqlDatabaseLongTermRetentionBackupLegalHold.md @@ -43,17 +43,17 @@ The **Set-AzSqlDatabaseLongTermRetentionBackupLegalHold** sets a legal hold on t ### Example 1: Set legal hold on a single backup ```powershell -Set-AzSqlDatabaseLongTermRetentionBackupLegalHold -Location northeurope -ServerName server01 -DatabaseName testdb -BackupName "601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000" -PassThru +Set-AzSqlDatabaseLongTermRetentionBackupLegalHold -Location northeurope -ServerName server01 -DatabaseName testdb -BackupName "b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000" -PassThru ``` ```output BackupExpirationTime : 8/5/2025 8:08:27 PM -BackupName : 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 BackupTime : 7/29/2025 8:08:27 PM DatabaseName : testdb DatabaseDeletionTime : Location : northeurope -ResourceId : /subscriptions/b75889fa-6661-44e0-a844-cd96ec938991/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb/longTermRetentionBackups/601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/resourcegroup01/providers/Microsoft.Sql/locations/northeurope/longTermRetentionServers/server01/longTermRetentionDatabases/testdb/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ServerName : server01 ServerCreateTime : 7/29/2025 7:28:46 PM ResourceGroupName : resourcegroup01 @@ -63,7 +63,7 @@ TimeBasedImmutabilityMode : Unlocked LegalHoldImmutability : Enabled ``` -This sets legal hold on the backup 601061b7-d10b-46e0-bf77-a2bfb16a6add;131655666550000000 +This sets legal hold on the backup b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;131655666550000000 ## PARAMETERS diff --git a/azps-15.3.0/Az.Sql/Set-AzSqlInstanceActiveDirectoryAdministrator.md b/azps-15.3.0/Az.Sql/Set-AzSqlInstanceActiveDirectoryAdministrator.md index b1b34f91f4..4bc4a01681 100644 --- a/azps-15.3.0/Az.Sql/Set-AzSqlInstanceActiveDirectoryAdministrator.md +++ b/azps-15.3.0/Az.Sql/Set-AzSqlInstanceActiveDirectoryAdministrator.md @@ -50,13 +50,13 @@ We recommend that you provision a dedicated Microsoft Entra group as an administ ### Example 1: Provision an administrator group for a managed instance associated with resource group ```powershell -Set-AzSqlInstanceActiveDirectoryAdministrator -ResourceGroupName "ResourceGroup01" -InstanceName "ManagedInstance01" -DisplayName "DBAs" -ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b" +Set-AzSqlInstanceActiveDirectoryAdministrator -ResourceGroupName "ResourceGroup01" -InstanceName "ManagedInstance01" -DisplayName "DBAs" -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" ``` ```output ResourceGroupName InstanceName DisplayName ObjectId ----------------- ----------------- ----------- -------- -ResourceGroup01 ManagedInstance01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b +ResourceGroup01 ManagedInstance01 DBAs aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb ``` This command provisions a Microsoft Entra administrator group named DBAs for the managed instance named ManagedInstance01. @@ -64,26 +64,26 @@ This server is associated with resource group ResourceGroup01. ### Example 2: Provision an administrator user using managed instance object ```powershell -Get-AzSqlInstance -ResourceGroupName "ResourceGroup01" -InstanceName "ManagedInstance01" | Set-AzSqlInstanceActiveDirectoryAdministrator -DisplayName "David Chew" -ObjectId "11E95548-B179-4FE1-9AF4-ACA49D13ABB9" +Get-AzSqlInstance -ResourceGroupName "ResourceGroup01" -InstanceName "ManagedInstance01" | Set-AzSqlInstanceActiveDirectoryAdministrator -DisplayName "David Chew" -ObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc" ``` ```output ResourceGroupName InstanceName DisplayName ObjectId ----------------- ----------------- ----------- -------- -Resourcegroup01 ManagedInstance01 David Chew 11E95548-B179-4FE1-9AF4-ACA49D13ABB9 +Resourcegroup01 ManagedInstance01 David Chew bbbbbbbb-1111-2222-3333-cccccccccccc ``` This command provisions a Microsoft Entra user as an administrator from the managed instance object. ### Example 3: Provision an administrator using managed instance resource identifier ```powershell -Get-AzSqlInstance -ResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/ResourceGroup01/providers/Microsoft.Sql/managedInstances/ManagedInstance01" | Set-AzSqlInstanceActiveDirectoryAdministrator -DisplayName "David Chew" -ObjectId "11E95548-B179-4FE1-9AF4-ACA49D13ABB9" +Get-AzSqlInstance -ResourceId "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/ResourceGroup01/providers/Microsoft.Sql/managedInstances/ManagedInstance01" | Set-AzSqlInstanceActiveDirectoryAdministrator -DisplayName "David Chew" -ObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc" ``` ```output ResourceGroupName InstanceName DisplayName ObjectId ----------------- ----------------- ----------- -------- -Resourcegroup01 ManagedInstance01 David Chew 11E95548-B179-4FE1-9AF4-ACA49D13ABB9 +Resourcegroup01 ManagedInstance01 David Chew bbbbbbbb-1111-2222-3333-cccccccccccc ``` This command provisions a Microsoft Entra user as an administrator using managed instance resource identifier. diff --git a/azps-15.3.0/Az.Sql/Set-AzSqlServerActiveDirectoryAdministrator.md b/azps-15.3.0/Az.Sql/Set-AzSqlServerActiveDirectoryAdministrator.md index 41e90fe395..4bb42b220d 100644 --- a/azps-15.3.0/Az.Sql/Set-AzSqlServerActiveDirectoryAdministrator.md +++ b/azps-15.3.0/Az.Sql/Set-AzSqlServerActiveDirectoryAdministrator.md @@ -43,7 +43,7 @@ Set-AzSqlServerActiveDirectoryAdministrator -ResourceGroupName "ResourceGroup01" ```output ResourceGroupName ServerName DisplayName ObjectId IsAzureADOnlyAuthentication ----------------- ---------- ----------- -------- --------------------------- -ResourceGroup01 Server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b False +ResourceGroup01 Server01 DBAs aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb False ``` This command provisions a Microsoft Entra administrator group named DBAs for the server named Server01. @@ -64,13 +64,13 @@ This command provisions a Microsoft Entra user as an administrator for the serve ### Example 3: Provision an administrator group by specifying its ID ```powershell -Set-AzSqlServerActiveDirectoryAdministrator -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DisplayName "DBAs" -ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b" +Set-AzSqlServerActiveDirectoryAdministrator -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DisplayName "DBAs" -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" ``` ```output ResourceGroupName ServerName DisplayName ObjectId IsAzureADOnlyAuthentication ----------------- ---------- ----------- -------- -ResourceGroup01 Server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b False +ResourceGroup01 Server01 DBAs aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb False ``` This command provisions a Microsoft Entra administrator group named DBAs for the server named Server01. diff --git a/azps-15.3.0/Az.Sql/Set-AzSqlServerAudit.md b/azps-15.3.0/Az.Sql/Set-AzSqlServerAudit.md index bab4d57123..e7c56285d0 100644 --- a/azps-15.3.0/Az.Sql/Set-AzSqlServerAudit.md +++ b/azps-15.3.0/Az.Sql/Set-AzSqlServerAudit.md @@ -75,7 +75,7 @@ Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" ### Example 7: Enable the log analytics auditing policy of an Azure SQL server ```powershell -Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` ### Example 8: Disable the log analytics auditing policy of an Azure SQL server @@ -90,12 +90,12 @@ Get-AzSqlServer -ResourceGroupName "ResourceGroup01" -ServerName "Server01" | Se ### Example 10: Disable sending audit records of an Azure SQL server to blob storage, and enable sending them to log analytics. ```powershell -Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" -BlobStorageTargetState Disabled +Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" -BlobStorageTargetState Disabled ``` ### Example 11: Enable sending audit records of an Azure SQL server to blob storage, event hub and log analytics. ```powershell -Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/7fe3301d-31d3-4668-af5e-211a890ba6e3/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSqlServerAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/7fe3301d-31d3-4668-af5e-211a890ba6e3/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` ## PARAMETERS @@ -367,7 +367,7 @@ Accept wildcard characters: False ``` ### -WorkspaceResourceId -The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 +The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 ```yaml Type: System.String diff --git a/azps-15.3.0/Az.Sql/Set-AzSqlServerMSSupportAudit.md b/azps-15.3.0/Az.Sql/Set-AzSqlServerMSSupportAudit.md index 66628d6457..1bd126e9d4 100644 --- a/azps-15.3.0/Az.Sql/Set-AzSqlServerMSSupportAudit.md +++ b/azps-15.3.0/Az.Sql/Set-AzSqlServerMSSupportAudit.md @@ -62,7 +62,7 @@ Set-AzSqlServerMSSupportAudit -ResourceGroupName "ResourceGroup01" -ServerName " ### Example 5: Enable the log analytics Microsoft support operations auditing policy of an Azure SQL server ```powershell -Set-AzSqlServerMSSupportAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSqlServerMSSupportAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` ### Example 6: Disable the log analytics Microsoft support operations auditing policy of an Azure SQL server @@ -77,12 +77,12 @@ Get-AzSqlServer -ResourceGroupName "ResourceGroup01" -ServerName "Server01" | Se ### Example 8: Disable sending Microsoft support operations audit records of an Azure SQL server to blob storage, and enable sending them to log analytics. ```powershell -Set-AzSqlServerMSSupportAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" -BlobStorageTargetState Disabled +Set-AzSqlServerMSSupportAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" -BlobStorageTargetState Disabled ``` ### Example 9: Enable sending Microsoft support operations audit records of an Azure SQL server to blob storage, event hub and log analytics. ```powershell -Set-AzSqlServerMSSupportAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/7fe3301d-31d3-4668-af5e-211a890ba6e3/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSqlServerMSSupportAudit -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/7fe3301d-31d3-4668-af5e-211a890ba6e3/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` ## PARAMETERS @@ -286,7 +286,7 @@ Accept wildcard characters: False ``` ### -WorkspaceResourceId -The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Microsoft support operations Audit Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 +The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Microsoft support operations Audit Logs. Example: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 ```yaml Type: System.String diff --git a/azps-15.3.0/Az.Sql/Update-AzSqlDatabaseLongTermRetentionBackup.md b/azps-15.3.0/Az.Sql/Update-AzSqlDatabaseLongTermRetentionBackup.md index e08d3611b0..b8456c0f90 100644 --- a/azps-15.3.0/Az.Sql/Update-AzSqlDatabaseLongTermRetentionBackup.md +++ b/azps-15.3.0/Az.Sql/Update-AzSqlDatabaseLongTermRetentionBackup.md @@ -43,17 +43,17 @@ Updates the properties of a long term retention backup. ### Example 1: Update Backup Storage Redundancy of a long term retention backup. ```powershell -Update-AzSqlDatabaseLongTermRetentionBackup -Location southeastasia -ServerName ayang-stage-seas -DatabaseName ltr3 -BackupName 'e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000' -ResourceGroupName testrg -BackupStorageRedundancy Geo +Update-AzSqlDatabaseLongTermRetentionBackup -Location southeastasia -ServerName ayang-stage-seas -DatabaseName ltr3 -BackupName 'b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;132579992320000000' -ResourceGroupName testrg -BackupStorageRedundancy Geo ``` ```output BackupExpirationTime : 3/19/2021 1:33:52 AM -BackupName : e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;132579992320000000 BackupTime : 2/17/2021 1:33:52 AM DatabaseName : ltr3 DatabaseDeletionTime : 3/16/2021 6:28:11 AM Location : southeastasia -ResourceId : /subscriptions/01c4ec88-e179-44f7-9eb0-e9719a5087ab/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;132579992320000000 ServerName : ayang-stage-seas ServerCreateTime : 4/22/2020 9:58:33 PM ResourceGroupName : testrg @@ -64,17 +64,17 @@ This command sets the Backup Storage Redundancy of the specified backup using lo ### Example 2: Update Backup Storage Redundancy of a long term retention backup (using Resource Id). ```powershell -Update-AzSqlDatabaseLongTermRetentionBackup -ResourceId '/subscriptions/01c4ec88-e179-44f7-9eb0-e9719a5087ab/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000' -BackupStorageRedundancy Geo +Update-AzSqlDatabaseLongTermRetentionBackup -ResourceId '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;132579992320000000' -BackupStorageRedundancy Geo ``` ```output BackupExpirationTime : 3/19/2021 1:33:52 AM -BackupName : e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000 +BackupName : b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;132579992320000000 BackupTime : 2/17/2021 1:33:52 AM DatabaseName : ltr3 DatabaseDeletionTime : 3/16/2021 6:28:11 AM Location : southeastasia -ResourceId : /subscriptions/01c4ec88-e179-44f7-9eb0-e9719a5087ab/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/e5c20f43-494c-4925-89d1-58e0f4569fb3;132579992320000000 +ResourceId : /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/testrg/providers/Microsoft.Sql/locations/southeastasia/longTermRetentionServers/ayang-stage-seas/longTermRetentionDatabases/ltr3/longTermRetentionBackups/b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2;132579992320000000 ServerName : ayang-stage-seas ServerCreateTime : 4/22/2020 9:58:33 PM ResourceGroupName : testrg @@ -293,4 +293,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-AzSqlDatabaseBackupLongTermRetentionPolicy](./Set-AzSqlDatabaseBackupLongTermRetentionPolicy.md) -[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) \ No newline at end of file +[SQL Database Documentation](https://learn.microsoft.com/azure/sql-database/) diff --git a/azps-15.3.0/Az.StackHCI/Register-AzStackHCI.md b/azps-15.3.0/Az.StackHCI/Register-AzStackHCI.md index 4e0fabe83b..d919821222 100644 --- a/azps-15.3.0/Az.StackHCI/Register-AzStackHCI.md +++ b/azps-15.3.0/Az.StackHCI/Register-AzStackHCI.md @@ -31,56 +31,56 @@ Register-AzStackHCI creates a Microsoft.AzureStackHCI cloud resource representin ### Example 1: ```powershell -Register-AzStackHCI -SubscriptionId "12a0f531-56cb-4340-9501-257726d741fd" -Region "eastus" +Register-AzStackHCI -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Region "eastus" ``` ```output Result: Success -ResourceId: /subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/DemoHCICluster1-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster1 -PortalResourceURL: https://portal.azure.com/#@c31c0dbb-ce27-4c78-ad26-a5f717c14557/resource/subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/DemoHCICluster1-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster1/overview -PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/980be58d-578c-4cff-b4cd-43e9c3a77826/isMSAApp/ +ResourceId: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/DemoHCICluster1-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster1 +PortalResourceURL: https://portal.azure.com/#@aaaabbbb-0000-cccc-1111-dddd2222eeee/resource/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/DemoHCICluster1-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster1/overview +PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/00001111-aaaa-2222-bbbb-3333cccc4444/isMSAApp/ ``` Invoking on one of the cluster node. ### Example 2: ```powershell -Register-AzStackHCI -SubscriptionId "12a0f531-56cb-4340-9501-257726d741fd" -ComputerName ClusterNode1 -Region "eastus" +Register-AzStackHCI -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ComputerName ClusterNode1 -Region "eastus" ``` ```output Result: Success -ResourceId: /subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/DemoHCICluster2-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster2 -PortalResourceURL: https://portal.azure.com/#@c31c0dbb-ce27-4c78-ad26-a5f717c14557/resource/subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/DemoHCICluster2-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster2/overview -PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/950be58d-578c-4cff-b4cd-43e9c3a77866/isMSAApp/ +ResourceId: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/DemoHCICluster2-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster2 +PortalResourceURL: https://portal.azure.com/#@aaaabbbb-0000-cccc-1111-dddd2222eeee/resource/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/DemoHCICluster2-rg/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster2/overview +PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/11112222-bbbb-3333-cccc-4444dddd5555/isMSAApp/ ``` Invoking from the management node. ### Example 3: ```powershell -Register-AzStackHCI -SubscriptionId "12a0f531-56cb-4340-9501-257726d741fd" -ArmAccessToken etyer..ere= -AccountId user1@corp1.com -Region westus -ResourceName DemoHCICluster3 -ResourceGroupName DemoHCIRG +Register-AzStackHCI -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ArmAccessToken etyer..ere= -AccountId user1@corp1.com -Region westus -ResourceName DemoHCICluster3 -ResourceGroupName DemoHCIRG ``` ```output Result: PendingForAdminConsent -ResourceId: /subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/DemoHCIRG/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster3 -PortalResourceURL: https://portal.azure.com/#@c31c0dbb-ce27-4c78-ad26-a5f717c14557/resource/subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/DemoHCIRG/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster3/overview -PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/980be58d-578c-4cff-b4cd-43e9c3a77866/isMSAApp/ +ResourceId: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/DemoHCIRG/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster3 +PortalResourceURL: https://portal.azure.com/#@aaaabbbb-0000-cccc-1111-dddd2222eeee/resource/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/DemoHCIRG/providers/Microsoft.AzureStackHCI/clusters/DemoHCICluster3/overview +PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/22223333-cccc-4444-dddd-5555eeee6666/isMSAApp/ ``` Invoking from WAC. ### Example 4: ```powershell -Register-AzStackHCI -SubscriptionId "12a0f531-56cb-4340-9501-257726d741fd" -Region westus -ResourceName HciCluster1 -TenantId "c31c0dbb-ce27-4c78-ad26-a5f717c14557" -ResourceGroupName HciRG -ArcServerResourceGroupName HciRG -ArmAccessToken eerrer..ere= -AccountId user1@corp1.com -EnvironmentName AzureCloud -ComputerName node1hci -Credential Get-Credential +Register-AzStackHCI -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Region westus -ResourceName HciCluster1 -TenantId "aaaabbbb-0000-cccc-1111-dddd2222eeee" -ResourceGroupName HciRG -ArcServerResourceGroupName HciRG -ArmAccessToken eerrer..ere= -AccountId user1@corp1.com -EnvironmentName AzureCloud -ComputerName node1hci -Credential Get-Credential ``` ```output Result: Success -ResourceId: /subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/HciRG/providers/Microsoft.AzureStackHCI/clusters/HciCluster1 -PortalResourceURL: https://portal.azure.com/#@c31c0dbb-ce27-4c78-ad26-a5f717c14557/resource/subscriptions/12a0f531-56cb-4340-9501-257726d741fd/resourceGroups/HciRG/providers/Microsoft.AzureStackHCI/clusters/HciCluster1/overview -PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/990be58d-578c-4cff-b4cd-43e9c3a77866/isMSAApp/ +ResourceId: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/HciRG/providers/Microsoft.AzureStackHCI/clusters/HciCluster1 +PortalResourceURL: https://portal.azure.com/#@aaaabbbb-0000-cccc-1111-dddd2222eeee/resource/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/HciRG/providers/Microsoft.AzureStackHCI/clusters/HciCluster1/overview +PortalAADAppPermissionsURL: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/CallAnAPI/appId/33334444-dddd-5555-eeee-6666ffff7777/isMSAApp/ ``` Invoking with all the parameters. diff --git a/azps-15.3.0/Az.StackHCI/Unregister-AzStackHCI.md b/azps-15.3.0/Az.StackHCI/Unregister-AzStackHCI.md index cd68ba05d7..0e3aaed783 100644 --- a/azps-15.3.0/Az.StackHCI/Unregister-AzStackHCI.md +++ b/azps-15.3.0/Az.StackHCI/Unregister-AzStackHCI.md @@ -53,7 +53,7 @@ Invoking from the management node ### Example 3: ```powershell -Unregister-AzStackHCI -SubscriptionId "12a0f531-56cb-4340-9501-257726d741fd" -ArmAccessToken etyer..ere= -AccountId user1@corp1.com -ResourceName DemoHCICluster3 -ResourceGroupName DemoHCIRG -Confirm:$False +Unregister-AzStackHCI -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ArmAccessToken etyer..ere= -AccountId user1@corp1.com -ResourceName DemoHCICluster3 -ResourceGroupName DemoHCIRG -Confirm:$False ``` ```output @@ -64,7 +64,7 @@ Invoking from WAC ### Example 4: ```powershell -Unregister-AzStackHCI -SubscriptionId "12a0f531-56cb-4340-9501-257726d741fd" -ResourceName HciCluster1 -TenantId "c31c0dbb-ce27-4c78-ad26-a5f717c14557" -ResourceGroupName HciClusterRG -ArmAccessToken eerrer..ere= -AccountId user1@corp1.com -EnvironmentName AzureCloud -ComputerName node1hci -Credential Get-Credential +Unregister-AzStackHCI -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -ResourceName HciCluster1 -TenantId "aaaabbbb-0000-cccc-1111-dddd2222eeee" -ResourceGroupName HciClusterRG -ArmAccessToken eerrer..ere= -AccountId user1@corp1.com -EnvironmentName AzureCloud -ComputerName node1hci -Credential Get-Credential ``` ```output diff --git a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPool.md b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPool.md index dec610fcb7..1d5ae119f6 100644 --- a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPool.md +++ b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPool.md @@ -46,20 +46,20 @@ Get a StandbyContainerGroupPoolResource ### Example 1: Get a standby container group pool ```powershell Get-AzStandbyContainerGroupPool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -Name testPool ` -ResourceGroupName test-standbypool ``` ```output -ContainerGroupProfileId : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG +ContainerGroupProfileId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG ContainerGroupProfileRevision : 1 ContainerGroupPropertySubnetId : {{ - "id": "/subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" }} ElasticityProfileMaxReadyCapacity : 1 ElasticityProfileRefillPolicy : always -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyContainerGroupPools/testPool +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyContainerGroupPools/testPool Location : eastus Name : testPool ProvisioningState : Succeeded @@ -172,4 +172,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPoolStatus.md b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPoolStatus.md index 36af8843d8..258ded74c2 100644 --- a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPoolStatus.md +++ b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyContainerGroupPoolStatus.md @@ -47,14 +47,14 @@ Get a StandbyContainerGroupPoolRuntimeViewResource ### Example 1: Get runtime view of a standby container group pool ```powershell Get-AzStandbyContainerGroupPoolStatus ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -Name testPool ` -ResourceGroupName test-standbypool ``` ```output ForecastValueInstancesRequestedCount : -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Standb +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Standb yPool/standbyContainerGroupPools/testPool/runtimeViews/latest InstanceCountSummary : {{ "zone": 1, @@ -200,4 +200,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPool.md b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPool.md index 350dd0b4f9..f0c493b6aa 100644 --- a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPool.md +++ b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPool.md @@ -45,16 +45,16 @@ Get a StandbyVirtualMachinePoolResource ### Example 1: get a standby virtual machine pool ```powershell Get-AzStandbyVMPool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -ResourceGroupName test-standbypool ` -Name testPool ``` ```output -AttachedVirtualMachineScaleSetId : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss +AttachedVirtualMachineScaleSetId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss ElasticityProfileMaxReadyCapacity : 1 ElasticityProfileMinReadyCapacity : 1 -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/testPool +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/testPool Location : eastus Name : testPool ProvisioningState : Succeeded @@ -167,4 +167,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPoolStatus.md b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPoolStatus.md index 7084ca508d..98dfa73f74 100644 --- a/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPoolStatus.md +++ b/azps-15.3.0/Az.StandbyPool/Get-AzStandbyVMPoolStatus.md @@ -46,14 +46,14 @@ Get a StandbyVirtualMachinePoolRuntimeViewResource ### Example 1: Get runtime view of a standby virtual machine pool ```powershell Get-AzStandbyVMPoolStatus ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -ResourceGroupName test-standbypool ` -Name testPool ``` ```output ForecastValueInstancesRequestedCount : -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Standb +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Standb yPool/standbyVirtualMachinePools/testPool/runtimeViews/latest InstanceCountSummary : {{ "instanceCountsByState": [ @@ -218,4 +218,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/New-AzStandbyContainerGroupPool.md b/azps-15.3.0/Az.StandbyPool/New-AzStandbyContainerGroupPool.md index a7dd65a9e2..5f1632b282 100644 --- a/azps-15.3.0/Az.StandbyPool/New-AzStandbyContainerGroupPool.md +++ b/azps-15.3.0/Az.StandbyPool/New-AzStandbyContainerGroupPool.md @@ -45,26 +45,26 @@ create a StandbyContainerGroupPoolResource ```powershell New-AzStandbyContainerGroupPool ` -Name testPool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -ResourceGroupName test-standbypool ` -Location eastus ` -MaxReadyCapacity 1 ` -RefillPolicy always ` --ContainerProfileId /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG ` +-ContainerProfileId /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG ` -ProfileRevision 1 ` --SubnetId @{id="/subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default"} ` +-SubnetId @{id="/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default"} ` -Zone @("1", "2", "3") ` ``` ```output -ContainerGroupProfileId : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG +ContainerGroupProfileId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG ContainerGroupProfileRevision : 1 ContainerGroupPropertySubnetId : {{ - "id": "/subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" }} ElasticityProfileMaxReadyCapacity : 1 ElasticityProfileRefillPolicy : always -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyContainerGroupPools/testPool +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyContainerGroupPools/testPool Location : eastus Name : testPool ProvisioningState : Succeeded @@ -371,4 +371,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/New-AzStandbyVMPool.md b/azps-15.3.0/Az.StandbyPool/New-AzStandbyVMPool.md index 0240c47c82..f574e2e882 100644 --- a/azps-15.3.0/Az.StandbyPool/New-AzStandbyVMPool.md +++ b/azps-15.3.0/Az.StandbyPool/New-AzStandbyVMPool.md @@ -45,19 +45,19 @@ create a StandbyVirtualMachinePoolResource New-AzStandbyVMPool ` -Name testPool ` -ResourceGroupName test-standbypool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -Location eastus ` --VMSSId /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss ` +-VMSSId /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss ` -MaxReadyCapacity 1 ` -MinReadyCapacity 1 ` -VMState Running ``` ```output -AttachedVirtualMachineScaleSetId : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss +AttachedVirtualMachineScaleSetId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss ElasticityProfileMaxReadyCapacity : 1 ElasticityProfileMinReadyCapacity : 1 -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/testPool +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/testPool Location : eastus Name : testPool ProvisioningState : Succeeded @@ -335,4 +335,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyContainerGroupPool.md b/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyContainerGroupPool.md index e83582d753..b47613035c 100644 --- a/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyContainerGroupPool.md +++ b/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyContainerGroupPool.md @@ -35,7 +35,7 @@ Delete a StandbyContainerGroupPoolResource ### Example 1: Delete a standby container pool ```powershell Remove-AzStandbyContainerGroupPool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -Name testPool ` -ResourceGroupName test-standbypool ` -NoWait @@ -44,7 +44,7 @@ Remove-AzStandbyContainerGroupPool ` ```output Target ------ -https://management.azure.com/subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/providers/Microsoft.StandbyPool/locations/EASTUS/operationStatuses/551356ac-5eb6-45f7-b6b6-14df83ba036e*85A187C07F40830FA4E50DCF44CFFD9DE9CC801E92CB2EBC4992086870FC7F91?api-version=2023-12-01-preview&t=638483731215571130&c=MIIHADCCBeig… +https://management.azure.com/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.StandbyPool/locations/EASTUS/operationStatuses/551356ac-5eb6-45f7-b6b6-14df83ba036e*85A187C07F40830FA4E50DCF44CFFD9DE9CC801E92CB2EBC4992086870FC7F91?api-version=2023-12-01-preview&t=638483731215571130&c=MIIHADCCBeig… ``` Above command is deleting a standby container pool without waiting. @@ -219,4 +219,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyVMPool.md b/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyVMPool.md index 5825d94eb8..cb6b64d8f1 100644 --- a/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyVMPool.md +++ b/azps-15.3.0/Az.StandbyPool/Remove-AzStandbyVMPool.md @@ -35,7 +35,7 @@ Delete a StandbyVirtualMachinePoolResource ### Example 1: Delete a standby virtual machine pool ```powershell Remove-AzStandbyVMPool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -ResourceGroupName test-standbypool ` -Name testPool ` -NoWait @@ -44,7 +44,7 @@ Remove-AzStandbyVMPool ` ```output Target ------ -https://management.azure.com/subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/providers/Microsoft.StandbyPool/locations/EASTUS/operationStatuses/dd097fee-99c2-4423-be9a-08ed20bfbf28*9F4DB3114D3D8F7DED8497F0D441BD1016348E645BEF0AF23FFE9753EE918EA8?api-version=2023-12-01-preview&t=638483770276035131&c=MIIHADCCBeig… +https://management.azure.com/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/providers/Microsoft.StandbyPool/locations/EASTUS/operationStatuses/dd097fee-99c2-4423-be9a-08ed20bfbf28*9F4DB3114D3D8F7DED8497F0D441BD1016348E645BEF0AF23FFE9753EE918EA8?api-version=2023-12-01-preview&t=638483770276035131&c=MIIHADCCBeig… ``` Above command is deleting a standby virtual machine pool without waiting. @@ -219,4 +219,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/Update-AzStandbyContainerGroupPool.md b/azps-15.3.0/Az.StandbyPool/Update-AzStandbyContainerGroupPool.md index 78515935c4..4a0918a3e7 100644 --- a/azps-15.3.0/Az.StandbyPool/Update-AzStandbyContainerGroupPool.md +++ b/azps-15.3.0/Az.StandbyPool/Update-AzStandbyContainerGroupPool.md @@ -51,20 +51,20 @@ update a StandbyContainerGroupPoolResource ```powershell Update-AzStandbyContainerGroupPool ` -Name testPool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -ResourceGroupName test-standbypool ` -MaxReadyCapacity 5 ``` ```output -ContainerGroupProfileId : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG +ContainerGroupProfileId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/test-standbypool/providers/Microsoft.ContainerInstance/containerGroupProfiles/testCG ContainerGroupProfileRevision : 1 ContainerGroupPropertySubnetId : {{ - "id": "/subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" + "id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default" }} ElasticityProfileMaxReadyCapacity : 5 ElasticityProfileRefillPolicy : always -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyContainerGroupPools/testPool +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyContainerGroupPools/testPool Location : eastus Name : testPool ProvisioningState : Succeeded @@ -343,4 +343,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.StandbyPool/Update-AzStandbyVMPool.md b/azps-15.3.0/Az.StandbyPool/Update-AzStandbyVMPool.md index 3cd29ea84c..72f4f6aada 100644 --- a/azps-15.3.0/Az.StandbyPool/Update-AzStandbyVMPool.md +++ b/azps-15.3.0/Az.StandbyPool/Update-AzStandbyVMPool.md @@ -49,17 +49,17 @@ update a StandbyVirtualMachinePoolResource ### Example 1: Update standby virtual machine pool's max ready capacity. ```powershell Update-AzStandbyVMPool ` --SubscriptionId f8da6e30-a9d8-48ab-b05c-3f7fe482e13b ` +-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ` -ResourceGroupName test-standbypool ` -Name testPool ` -MaxReadyCapacity 2 ``` ```output -AttachedVirtualMachineScaleSetId : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss +AttachedVirtualMachineScaleSetId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.Compute/virtualMachineScaleSets/test-vmss ElasticityProfileMaxReadyCapacity : 2 ElasticityProfileMinReadyCapacity : 2 -Id : /subscriptions/f8da6e30-a9d8-48ab-b05c-3f7fe482e13b/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/testPool +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-standbypool/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/testPool Location : eastus Name : testPool ProvisioningState : Succeeded @@ -309,4 +309,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Synapse/Disable-AzSynapseActiveDirectoryOnlyAuthentication.md b/azps-15.3.0/Az.Synapse/Disable-AzSynapseActiveDirectoryOnlyAuthentication.md index 2396a1fa56..274edef311 100644 --- a/azps-15.3.0/Az.Synapse/Disable-AzSynapseActiveDirectoryOnlyAuthentication.md +++ b/azps-15.3.0/Az.Synapse/Disable-AzSynapseActiveDirectoryOnlyAuthentication.md @@ -66,7 +66,7 @@ This command disables Microsoft Entra-only authentication for workspace ContosoW ### Example 3 ```powershell -Disable-AzSynapseActiveDirectoryOnlyAuthentication -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace +Disable-AzSynapseActiveDirectoryOnlyAuthentication -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace ``` ```output diff --git a/azps-15.3.0/Az.Synapse/Enable-AzSynapseActiveDirectoryOnlyAuthentication.md b/azps-15.3.0/Az.Synapse/Enable-AzSynapseActiveDirectoryOnlyAuthentication.md index 2346e17a75..50ff184ea6 100644 --- a/azps-15.3.0/Az.Synapse/Enable-AzSynapseActiveDirectoryOnlyAuthentication.md +++ b/azps-15.3.0/Az.Synapse/Enable-AzSynapseActiveDirectoryOnlyAuthentication.md @@ -66,7 +66,7 @@ This command enables Microsoft Entra-only authentication for workspace ContosoWo ### Example 3 ```powershell -Enable-AzSynapseActiveDirectoryOnlyAuthentication -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace +Enable-AzSynapseActiveDirectoryOnlyAuthentication -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace ``` ```output diff --git a/azps-15.3.0/Az.Synapse/Enable-AzSynapseWorkspace.md b/azps-15.3.0/Az.Synapse/Enable-AzSynapseWorkspace.md index ddcecbc42d..1f9f9b3b3a 100644 --- a/azps-15.3.0/Az.Synapse/Enable-AzSynapseWorkspace.md +++ b/azps-15.3.0/Az.Synapse/Enable-AzSynapseWorkspace.md @@ -62,7 +62,7 @@ This command activates a new Azure Synapse Analytics workspace named ContosoWork ### Example 3 ```powershell -Enable-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/default +Enable-AzSynapseWorkspace -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/default ``` This command activates a new Azure Synapse Analytics workspace through pipeline with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Get-AzSynapseActiveDirectoryOnlyAuthentication.md b/azps-15.3.0/Az.Synapse/Get-AzSynapseActiveDirectoryOnlyAuthentication.md index 4054e16846..dca8976369 100644 --- a/azps-15.3.0/Az.Synapse/Get-AzSynapseActiveDirectoryOnlyAuthentication.md +++ b/azps-15.3.0/Az.Synapse/Get-AzSynapseActiveDirectoryOnlyAuthentication.md @@ -66,7 +66,7 @@ This command gets Microsoft Entra-only authentication status for Synapse workspa ### Example 3 ```powershell -Get-AzSynapseActiveDirectoryOnlyAuthentication -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace +Get-AzSynapseActiveDirectoryOnlyAuthentication -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace ``` ```output diff --git a/azps-15.3.0/Az.Synapse/Get-AzSynapseSparkPool.md b/azps-15.3.0/Az.Synapse/Get-AzSynapseSparkPool.md index 83519f6d95..4707fd4f02 100644 --- a/azps-15.3.0/Az.Synapse/Get-AzSynapseSparkPool.md +++ b/azps-15.3.0/Az.Synapse/Get-AzSynapseSparkPool.md @@ -60,7 +60,7 @@ This command gets all Spark pools under a workspace through pipeline. ### Example 4 ```powershell -Get-AzSynapseSparkPool -ResourceId "/subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool" +Get-AzSynapseSparkPool -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool" ``` This command gets the Spark pool with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlDatabase.md b/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlDatabase.md index 32c5d5f3d8..b2680420f9 100644 --- a/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlDatabase.md +++ b/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlDatabase.md @@ -61,7 +61,7 @@ This command gets all the SQL databases under a workspace through pipeline. ### Example 4 ```powershell -Get-AzSynapseSqlDatabase -ResourceId "/subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase" +Get-AzSynapseSqlDatabase -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase" ``` This command gets the SQL database with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlPool.md b/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlPool.md index 846493ba3d..2bf7b766f5 100644 --- a/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlPool.md +++ b/azps-15.3.0/Az.Synapse/Get-AzSynapseSqlPool.md @@ -61,7 +61,7 @@ This command gets all the SQL pools under a workspace through pipeline. ### Example 4 ```powershell -Get-AzSynapseSqlPool -ResourceId "/subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool" +Get-AzSynapseSqlPool -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool" ``` This command gets the SQL pool with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspace.md b/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspace.md index 341274d7c2..a8e62c10c8 100644 --- a/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspace.md +++ b/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspace.md @@ -53,7 +53,7 @@ This command gets the Azure Synapse Analytics workspace with the specified name. ### Example 4 ```powershell -Get-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace +Get-AzSynapseWorkspace -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace ``` This command gets the Azure Synapse Analytics workspace with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspaceKey.md b/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspaceKey.md index 52ac3f087a..db9392b06f 100644 --- a/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspaceKey.md +++ b/azps-15.3.0/Az.Synapse/Get-AzSynapseWorkspaceKey.md @@ -60,7 +60,7 @@ This command gets information about the workspace key named ContosoWorkspaceKey ### Example 4 ```powershell -Get-AzSynapseSqlPool -ResourceId "/subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoWorkspaceKey" +Get-AzSynapseSqlPool -ResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoWorkspaceKey" ``` This command gets the workspace key with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/New-AzSynapseRoleAssignment.md b/azps-15.3.0/Az.Synapse/New-AzSynapseRoleAssignment.md index 16ac8dd3c1..e06b375aa4 100644 --- a/azps-15.3.0/Az.Synapse/New-AzSynapseRoleAssignment.md +++ b/azps-15.3.0/Az.Synapse/New-AzSynapseRoleAssignment.md @@ -81,7 +81,7 @@ The cmdlet may call below Microsoft Graph API according to input parameters: >[!Note] > To create a role assignment for a service principal, pass the object ID of the principal in the ObjectId parameter. -> When you are a user with permission to manage Azure RBAC role assignment on the workspace but not a Synapse Administrator, please create Synapse Administrator role by **-RoleDefinitionId** and **-ObjectId** directly but not by **-RoleDefinitionName**, for Synapse Administrator, RoleDefinitionId is "00001111-aaaa-2222-bbbb-3333cccc4444", please take below Example 5 as reference. The reason for this is , when you try to add a "Synapse Administrator" role, the cmdlet needs to get the role ID from the role name which requires workspace read permission, which the current user does not have. +> When you are a user with permission to manage Azure RBAC role assignment on the workspace but not a Synapse Administrator, please create Synapse Administrator role by **-RoleDefinitionId** and **-ObjectId** directly but not by **-RoleDefinitionName**, for Synapse Administrator, RoleDefinitionId is "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb", please take below Example 5 as reference. The reason for this is , when you try to add a "Synapse Administrator" role, the cmdlet needs to get the role ID from the role name which requires workspace read permission, which the current user does not have. ## EXAMPLES diff --git a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSparkPool.md b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSparkPool.md index cbc5a00d71..e17a7a0f08 100644 --- a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSparkPool.md +++ b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSparkPool.md @@ -68,7 +68,7 @@ This command deletes an Apache Spark pool in Azure Synapse Analytics through pip ### Example 4 ```powershell -Remove-AzSynapseSparkPool -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool +Remove-AzSynapseSparkPool -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool ``` This command deletes an Apache Spark pool in Azure Synapse Analytics with a resource ID. diff --git a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlDatabase.md b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlDatabase.md index 5539b62850..213574b3d3 100644 --- a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlDatabase.md +++ b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlDatabase.md @@ -68,7 +68,7 @@ This command deletes an Azure Synapse Analytics SQL database through pipeline. ### Example 4 ```powershell -Remove-AzSynapseSqlDatabase -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase +Remove-AzSynapseSqlDatabase -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlDatabases/ContosoSqlDatabase ``` This command deletes an Azure Synapse Analytics SQL database with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPool.md b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPool.md index 9cc2446899..502a84351c 100644 --- a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPool.md +++ b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPool.md @@ -69,7 +69,7 @@ This command deletes an Azure Synapse Analytics SQL pool through pipeline. ### Example 4 ```powershell -Remove-AzSynapseSqlPool -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool +Remove-AzSynapseSqlPool -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool ``` This command deletes an Azure Synapse Analytics SQL pool with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPoolRestorePoint.md b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPoolRestorePoint.md index 2f3db3728e..f5b5ca6152 100644 --- a/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPoolRestorePoint.md +++ b/azps-15.3.0/Az.Synapse/Remove-AzSynapseSqlPoolRestorePoint.md @@ -70,7 +70,7 @@ This command deletes an Azure Synapse Analytics SQL pool restore point through p ### Example 4 ```powershell -Remove-AzSynapseSqlPoolRestorePoint -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool/SqlPoolRestorePoints/RestorePointCreationDate +Remove-AzSynapseSqlPoolRestorePoint -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/sqlPools/ContosoSqlPool/SqlPoolRestorePoints/RestorePointCreationDate ``` This command deletes an Azure Synapse Analytics SQL pool restore point with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspace.md b/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspace.md index 85cfddc191..87b9f6658a 100644 --- a/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspace.md +++ b/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspace.md @@ -54,7 +54,7 @@ This command deletes an Azure Synapse Analytics workspace through pipeline. ### Example 3 ```powershell -Remove-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace +Remove-AzSynapseWorkspace -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace ``` This command deletes an Azure Synapse Analytics workspace through pipeline with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspaceKey.md b/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspaceKey.md index 25e1621297..e76ee3a960 100644 --- a/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspaceKey.md +++ b/azps-15.3.0/Az.Synapse/Remove-AzSynapseWorkspaceKey.md @@ -60,7 +60,7 @@ This command deletes a workspace key under an Azure Synapse Analytics workspace ### Example 3 ```powershell -Remove-AzSynapseWorkspaceKey -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoKeyName +Remove-AzSynapseWorkspaceKey -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/keys/ContosoKeyName ``` This command deletes an Azure Synapse Analytics workspace key through pipeline with the specified resource ID. diff --git a/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlActiveDirectoryAdministrator.md b/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlActiveDirectoryAdministrator.md index 9790073310..a432f1d256 100644 --- a/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlActiveDirectoryAdministrator.md +++ b/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlActiveDirectoryAdministrator.md @@ -80,7 +80,7 @@ This command provisions a Microsoft Entra administrator group named DBAs for the ### Example 2 ```powershell -Set-AzSynapseSqlActiveDirectoryAdministrator -WorkspaceName ContosoWorkspace -ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b" +Set-AzSynapseSqlActiveDirectoryAdministrator -WorkspaceName ContosoWorkspace -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" ``` This command provisions a Microsoft Entra administrator by objectId for the workspace named ContosoWorkspace. diff --git a/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlAuditSetting.md b/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlAuditSetting.md index a10c4cc4d5..0f3dfe098c 100644 --- a/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlAuditSetting.md +++ b/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlAuditSetting.md @@ -122,7 +122,7 @@ Set-AzSynapseSqlAuditSetting -WorkspaceName ContosoWorkspace -LogAnalyticsTarget ### Example 11 ```powershell -Set-AzSynapseSqlAuditSetting -WorkspaceName ContosoWorkspace -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSynapseSqlAuditSetting -WorkspaceName ContosoWorkspace -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` Enable sending audit records of an Azure Synapse Analytics Workspace to blob storage, event hub and log analytics. @@ -404,7 +404,7 @@ Accept wildcard characters: False ``` ### -WorkspaceResourceId -The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 +The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 ```yaml Type: System.String diff --git a/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md b/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md index 463736f41c..60c5cede63 100644 --- a/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md +++ b/azps-15.3.0/Az.Synapse/Set-AzSynapseSqlPoolAuditSetting.md @@ -132,7 +132,7 @@ Set-AzSynapseSqlPoolAuditSetting -WorkspaceName ContosoWorkspace -Name ContosoSq ### Example 11 ```powershell -Set-AzSynapseSqlPoolAuditSetting -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" +Set-AzSynapseSqlPoolAuditSetting -WorkspaceName ContosoWorkspace -Name ContosoSqlPool -BlobStorageTargetState Enabled -StorageAccountResourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourcegroup01/providers/Microsoft.Storage/storageAccounts/mystorage" -EventHubTargetState Enabled -EventHubName "EventHubName" -EventHubAuthorizationRuleResourceId "EventHubAuthorizationRuleResourceId" -LogAnalyticsTargetState Enabled -WorkspaceResourceId "/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2" ``` Enable sending audit records of an Azure Synapse Analytics SQL Pool to blob storage, event hub and log analytics. @@ -477,7 +477,7 @@ Accept wildcard characters: False ``` ### -WorkspaceResourceId -The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/4b9e8510-67ab-4e9a-95a9-e2f1e570ea9c/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 +The workspace ID (resource ID of a Log Analytics workspace) for a Log Analytics workspace to which you would like to send Audit Logs. Example: /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/insights-integration/providers/Microsoft.OperationalInsights/workspaces/viruela2 ```yaml Type: System.String diff --git a/azps-15.3.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md b/azps-15.3.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md index d715f3a4e9..d5e511485d 100644 --- a/azps-15.3.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md +++ b/azps-15.3.0/Az.Synapse/Start-AzSynapseIntegrationRuntime.md @@ -60,7 +60,7 @@ This cmdlet starts a managed dedicated integration runtime named 'test-dedicated ### Example 3 ```powershell -Start-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/0000abcd-1a1b-12ab-1234-0000abcd00aa/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' +Start-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' ``` This cmdlet starts a managed dedicated integration runtime using ResourceId in workspace ContosoWorkspace. diff --git a/azps-15.3.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md b/azps-15.3.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md index e678cb8287..ae66d47e35 100644 --- a/azps-15.3.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md +++ b/azps-15.3.0/Az.Synapse/Stop-AzSynapseIntegrationRuntime.md @@ -60,7 +60,7 @@ This cmdlet stops a managed dedicated integration runtime named 'test-dedicated- ### Example 3 ```powershell -Stop-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/0000abcd-1a1b-12ab-1234-0000abcd00aa/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' +Stop-AzSynapseIntegrationRuntime -ResourceId '/subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/Contosorg/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/integrationruntimes/test-dedicated-ir' ``` This cmdlet stops a managed dedicated integration runtime using ResourceId in workspace ContosoWorkspace. diff --git a/azps-15.3.0/Az.Synapse/Update-AzSynapseSparkPool.md b/azps-15.3.0/Az.Synapse/Update-AzSynapseSparkPool.md index ed52c6771e..c8970c9fc5 100644 --- a/azps-15.3.0/Az.Synapse/Update-AzSynapseSparkPool.md +++ b/azps-15.3.0/Az.Synapse/Update-AzSynapseSparkPool.md @@ -101,7 +101,7 @@ This command updates an Apache Spark pool in Azure Synapse Analytics through pip ### Example 4 ```powershell -Update-AzSynapseSparkPool -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool -Tag @{"key" = "value3"} +Update-AzSynapseSparkPool -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace/bigDataPools/ContosoSparkPool -Tag @{"key" = "value3"} ``` This command updates an Apache Spark pool in Azure Synapse Analytics with resource ID. diff --git a/azps-15.3.0/Az.Synapse/Update-AzSynapseWorkspace.md b/azps-15.3.0/Az.Synapse/Update-AzSynapseWorkspace.md index b745de759e..6efe65c6ee 100644 --- a/azps-15.3.0/Az.Synapse/Update-AzSynapseWorkspace.md +++ b/azps-15.3.0/Az.Synapse/Update-AzSynapseWorkspace.md @@ -72,7 +72,7 @@ This commands updates tags for the specified Azure Synapse Analytics workspace t ### Example 3 ```powershell -Update-AzSynapseWorkspace -ResourceId /subscriptions/21686af7-58ec-4f4d-9c68-f431f4db4edd/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace -Tag @{'key'='value2'} +Update-AzSynapseWorkspace -ResourceId /subscriptions/a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1/resourceGroups/ContosoResourceGroup/providers/Microsoft.Synapse/workspaces/ContosoWorkspace -Tag @{'key'='value2'} ``` This commands updates tags for the specified Azure Synapse Analytics workspace through pipeline with resource ID. diff --git a/azps-15.3.0/Az.TrustedSigning/Get-AzTrustedSigningCertificateProfile.md b/azps-15.3.0/Az.TrustedSigning/Get-AzTrustedSigningCertificateProfile.md index a8de0f68ac..3d21978173 100644 --- a/azps-15.3.0/Az.TrustedSigning/Get-AzTrustedSigningCertificateProfile.md +++ b/azps-15.3.0/Az.TrustedSigning/Get-AzTrustedSigningCertificateProfile.md @@ -55,7 +55,7 @@ Get-AzTrustedSigningCertificateProfile -AccountName test -ResourceGroupName rg-t ```output City CommonName Country EnhancedKeyUsage Id IdentityValidationId IncludeCity IncludeCountry IncludePostalCode IncludeState IncludeStreetAddress Name Organization OrganizationUnit PostalCode ProfileType ProvisioningState ResourceGroupName RetryAfter State Status StreetAddress SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType Type Certificate ---- ---------- ------- ---------------- -- -------------------- ----------- -------------- ----------------- ------------ -------------------- ---- ------------ ---------------- ---------- ----------- ----------------- ----------------- ---------- ----- ------ ------------- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ---- ----------- -Barstow Contoso News(TEST ONLY) US 1.3.6.1.4.1.311.97.1.2.100309390.866961637.294916062.541502583 /subscriptions/66dc869d-771b-4f60-84c1-4964b5f4f5f2/resourceGroups/rg-test/providers/Microsoft.CodeSigning/codeSigningAccounts/test/certificateProfiles/test 18f2c413-51a1-4990-a0b6-83e19b7c5991 janielm Contoso News 92312 PublicTrustTest Succeeded rg-test California Active 5th street 1/24/2025 10:01:04 PM test@example.com User 2/3/2025 9:18:57 PM 81af9eaf-3a7b-43eb-bc59-c504bfe12240 Application microsoft.codesigning/codesigningaccounts/certificateprofiles {{ "serialNumber": "55000A50AE054B71AB92557ACF0000000A50AE","subjectName": "CN=Contoso News(TEST ONLY), O=Contoso News, L=Barstow, S=California, C=US","thumbprint": "9D808D63D1C8B79A152C92C455303D2DC861A910","createdDate": "1/24/2025 9:51:14 PM","expiryDate": "1/31/2025 9:51:14 PM","status": "Active"}} +Barstow Contoso News(TEST ONLY) US 1.3.6.1.4.1.311.97.1.2.100309390.866961637.294916062.541502583 /subscriptions/66dc869d-771b-4f60-84c1-4964b5f4f5f2/resourceGroups/rg-test/providers/Microsoft.CodeSigning/codeSigningAccounts/test/certificateProfiles/test 18f2c413-51a1-4990-a0b6-83e19b7c5991 janielm Contoso News 92312 PublicTrustTest Succeeded rg-test California Active 5th street 1/24/2025 10:01:04 PM test@example.com User 2/3/2025 9:18:57 PM 81af9eaf-3a7b-43eb-bc59-c504bfe12240 Application microsoft.codesigning/codesigningaccounts/certificateprofiles {{ "serialNumber": "55000A50AE054B71AB92557ACF0000000A50AE","subjectName": "CN=Contoso News(TEST ONLY), O=Contoso News, L=Barstow, S=California, C=US","thumbprint": "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00","createdDate": "1/24/2025 9:51:14 PM","expiryDate": "1/31/2025 9:51:14 PM","status": "Active"}} ``` This command gets a trusted signing certificate profile @@ -68,7 +68,7 @@ Get-AzTrustedSigningCertificateProfile -AccountName test -ResourceGroupName rg-t ```output City CommonName Country EnhancedKeyUsage Id IdentityValidationId IncludeCity IncludeCountry IncludePostalCode IncludeState IncludeStreetAddress Name Organization OrganizationUnit PostalCode ProfileType ProvisioningState ResourceGroupName RetryAfter State Status StreetAddress SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType Type Certificate ---- ---------- ------- ---------------- -- -------------------- ----------- -------------- ----------------- ------------ -------------------- ---- ------------ ---------------- ---------- ----------- ----------------- ----------------- ---------- ----- ------ ------------- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ---- ----------- -Barstow Contoso News(TEST ONLY) US 1.3.6.1.4.1.311.97.1.2.100309390.866961637.294916062.541502583 /subscriptions/66dc869d-771b-4f60-84c1-4964b5f4f5f2/resourceGroups/rg-test/providers/Microsoft.CodeSigning/codeSigningAccounts/test/certificateProfiles/test 18f2c413-51a1-4990-a0b6-83e19b7c5991 janielm Contoso News 92312 PublicTrustTest Succeeded rg-test California Active 5th street 1/24/2025 10:01:04 PM test@example.com User 2/3/2025 9:18:57 PM 81af9eaf-3a7b-43eb-bc59-c504bfe12240 Application microsoft.codesigning/codesigningaccounts/certificateprofiles {{ "serialNumber": "55000A50AE054B71AB92557ACF0000000A50AE","subjectName": "CN=Contoso News(TEST ONLY), O=Contoso News, L=Barstow, S=California, C=US","thumbprint": "9D808D63D1C8B79A152C92C455303D2DC861A910","createdDate": "1/24/2025 9:51:14 PM","expiryDate": "1/31/2025 9:51:14 PM","status": "Active"}} +Barstow Contoso News(TEST ONLY) US 1.3.6.1.4.1.311.97.1.2.100309390.866961637.294916062.541502583 /subscriptions/66dc869d-771b-4f60-84c1-4964b5f4f5f2/resourceGroups/rg-test/providers/Microsoft.CodeSigning/codeSigningAccounts/test/certificateProfiles/test 18f2c413-51a1-4990-a0b6-83e19b7c5991 janielm Contoso News 92312 PublicTrustTest Succeeded rg-test California Active 5th street 1/24/2025 10:01:04 PM test@example.com User 2/3/2025 9:18:57 PM 81af9eaf-3a7b-43eb-bc59-c504bfe12240 Application microsoft.codesigning/codesigningaccounts/certificateprofiles {{ "serialNumber": "55000A50AE054B71AB92557ACF0000000A50AE","subjectName": "CN=Contoso News(TEST ONLY), O=Contoso News, L=Barstow, S=California, C=US","thumbprint": "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00","createdDate": "1/24/2025 9:51:14 PM","expiryDate": "1/31/2025 9:51:14 PM","status": "Active"}} ``` This command lists trusted signing certificate profiles @@ -197,4 +197,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.TrustedSigning/New-AzTrustedSigningCertificateProfile.md b/azps-15.3.0/Az.TrustedSigning/New-AzTrustedSigningCertificateProfile.md index 6e518f00aa..d632ce5fba 100644 --- a/azps-15.3.0/Az.TrustedSigning/New-AzTrustedSigningCertificateProfile.md +++ b/azps-15.3.0/Az.TrustedSigning/New-AzTrustedSigningCertificateProfile.md @@ -51,7 +51,7 @@ New-AzTrustedSigningCertificateProfile -AccountName test -ResourceGroupName rg-t ```output City CommonName Country EnhancedKeyUsage Id IdentityValidationId IncludeCity IncludeCountry IncludePostalCode IncludeState IncludeStreetAddress Name Organization OrganizationUnit PostalCode ProfileType ProvisioningState ResourceGroupName RetryAfter State Status StreetAddress SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType Type Certificate ---- ---------- ------- ---------------- -- -------------------- ----------- -------------- ----------------- ------------ -------------------- ---- ------------ ---------------- ---------- ----------- ----------------- ----------------- ---------- ----- ------ ------------- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- ---- ----------- -Barstow Contoso News(TEST ONLY) US 1.3.6.1.4.1.311.97.1.2.100309390.866961637.294916062.541502583 /subscriptions/66dc869d-771b-4f60-84c1-4964b5f4f5f2/resourceGroups/rg-test/providers/Microsoft.CodeSigning/codeSigningAccounts/test/certificateProfiles/test 5ab4583e-d027-4998-9d65-a2e88981829f test Contoso News 92312 PublicTrustTest Succeeded rg-test California Active 5th street 1/24/2025 10:01:04 PM test@example.com User 2/3/2025 9:18:57 PM 81af9eaf-3a7b-43eb-bc59-c504bfe12240 Application microsoft.codesigning/codesigningaccounts/certificateprofiles {{ "serialNumber": "55000A50AE054B71AB92557ACF0000000A50AE","subjectName": "CN=Contoso News(TEST ONLY), O=Contoso News, L=Barstow, S=California, C=US","thumbprint": "9D808D63D1C8B79A152C92C455303D2DC861A910","createdDate": "1/24/2025 9:51:14 PM","expiryDate": "1/31/2025 9:51:14 PM","status": "Active"}} +Barstow Contoso News(TEST ONLY) US 1.3.6.1.4.1.311.97.1.2.100309390.866961637.294916062.541502583 /subscriptions/66dc869d-771b-4f60-84c1-4964b5f4f5f2/resourceGroups/rg-test/providers/Microsoft.CodeSigning/codeSigningAccounts/test/certificateProfiles/test 5ab4583e-d027-4998-9d65-a2e88981829f test Contoso News 92312 PublicTrustTest Succeeded rg-test California Active 5th street 1/24/2025 10:01:04 PM test@example.com User 2/3/2025 9:18:57 PM 81af9eaf-3a7b-43eb-bc59-c504bfe12240 Application microsoft.codesigning/codesigningaccounts/certificateprofiles {{ "serialNumber": "55000A50AE054B71AB92557ACF0000000A50AE","subjectName": "CN=Contoso News(TEST ONLY), O=Contoso News, L=Barstow, S=California, C=US","thumbprint": "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00","createdDate": "1/24/2025 9:51:14 PM","expiryDate": "1/31/2025 9:51:14 PM","status": "Active"}} ``` This command creates new trusted signing certificate profile. @@ -347,4 +347,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES ## RELATED LINKS - diff --git a/azps-15.3.0/Az.Workloads/Get-AzWorkloadsSapLandscapeMonitor.md b/azps-15.3.0/Az.Workloads/Get-AzWorkloadsSapLandscapeMonitor.md index c00782ba90..ff513d6bb7 100644 --- a/azps-15.3.0/Az.Workloads/Get-AzWorkloadsSapLandscapeMonitor.md +++ b/azps-15.3.0/Az.Workloads/Get-AzWorkloadsSapLandscapeMonitor.md @@ -34,7 +34,7 @@ Gets configuration values for Single Pane Of Glass for SAP monitor for the speci ### Example 1: Get information about a SAP landscape monitor ```powershell -Get-AzWorkloadsSapLandscapeMonitor -MonitorName suha-0202-ams9 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c +Get-AzWorkloadsSapLandscapeMonitor -MonitorName suha-0202-ams9 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -46,7 +46,7 @@ GroupingSapApplication : {{ "name": "ERP1", "topSid": [ "SID1", "SID2" ] }} -Id : /subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft. Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default Name : default ProvisioningState : Succeeded @@ -69,7 +69,7 @@ Gets information about a specific SAP landscape monitor ### Example 2: Get information about a SAP landscape monitor by Id ```powershell -Get-AzWorkloadsSapLandscapeMonitor -InputObject "/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0/providers/Microsoft.Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default" +Get-AzWorkloadsSapLandscapeMonitor -InputObject "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0/providers/Microsoft.Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default" ``` ```output @@ -81,7 +81,7 @@ GroupingSapApplication : {{ "name": "ERP1", "topSid": [ "SID1", "SID2" ] }} -Id : /subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft. Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default Name : default ProvisioningState : Succeeded diff --git a/azps-15.3.0/Az.Workloads/New-AzWorkloadsMonitor.md b/azps-15.3.0/Az.Workloads/New-AzWorkloadsMonitor.md index 15bfbf7bfb..b91a2bad6f 100644 --- a/azps-15.3.0/Az.Workloads/New-AzWorkloadsMonitor.md +++ b/azps-15.3.0/Az.Workloads/New-AzWorkloadsMonitor.md @@ -45,7 +45,7 @@ Create a SAP monitor for the specified subscription, resource group, and resourc ### Example 1: Creates a SAP monitor for the specified subscription, resource group, and resource name ```powershell -New-AzWorkloadsMonitor -Name suha-160323-ams4 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -Location eastus2euap -AppLocation eastus -ManagedResourceGroupName mrg-1603234 -MonitorSubnet /subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/e2e-portal-wlmonitor-do-not-delete/providers/Microsoft.Network/virtualNetworks/vnetpeeringtest/subnets/snet-1603-3 -RoutingPreference RouteAll -ZoneRedundancyPreference Disabled +New-AzWorkloadsMonitor -Name suha-160323-ams4 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -Location eastus2euap -AppLocation eastus -ManagedResourceGroupName mrg-1603234 -MonitorSubnet /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/e2e-portal-wlmonitor-do-not-delete/providers/Microsoft.Network/virtualNetworks/vnetpeeringtest/subnets/snet-1603-3 -RoutingPreference RouteAll -ZoneRedundancyPreference Disabled ``` ```output diff --git a/azps-15.3.0/Az.Workloads/New-AzWorkloadsProviderInstance.md b/azps-15.3.0/Az.Workloads/New-AzWorkloadsProviderInstance.md index 9670bf48ea..08fe7a0112 100644 --- a/azps-15.3.0/Az.Workloads/New-AzWorkloadsProviderInstance.md +++ b/azps-15.3.0/Az.Workloads/New-AzWorkloadsProviderInstance.md @@ -53,7 +53,7 @@ Create a provider instance for the specified subscription, resource group, SAP m ```powershell $providerSetting = New-AzWorkloadsProviderSqlServerInstanceObject -Password '' -Port 1433 -Username '' -Hostname 10.1.14.5 -SapSid X00 -SslPreference Disabled -New-AzWorkloadsProviderInstance -MonitorName suha-0202-ams9 -Name sql-prov-1 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -ProviderSetting $providerSetting +New-AzWorkloadsProviderInstance -MonitorName suha-0202-ams9 -Name sql-prov-1 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -ProviderSetting $providerSetting ``` ```output @@ -66,7 +66,7 @@ Creates a new provider for a specific AMS instance ### Example 2: Create a new provider by Id ```powershell -New-AzWorkloadsProviderInstance -MonitorName suha-160323-ams4 -Name suha-sql-3 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -ProviderSetting '{"sslPreference":"Disabled","providerType":"MsSqlServer","hostname":"10.1.14.5","sapSid":"X00","dbPort":"1433","dbUsername":"","dbPassword":""}' +New-AzWorkloadsProviderInstance -MonitorName suha-160323-ams4 -Name suha-sql-3 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -ProviderSetting '{"sslPreference":"Disabled","providerType":"MsSqlServer","hostname":"10.1.14.5","sapSid":"X00","dbPort":"1433","dbUsername":"","dbPassword":""}' ``` ```output diff --git a/azps-15.3.0/Az.Workloads/New-AzWorkloadsSapLandscapeMonitor.md b/azps-15.3.0/Az.Workloads/New-AzWorkloadsSapLandscapeMonitor.md index 224d5627a8..1302586d52 100644 --- a/azps-15.3.0/Az.Workloads/New-AzWorkloadsSapLandscapeMonitor.md +++ b/azps-15.3.0/Az.Workloads/New-AzWorkloadsSapLandscapeMonitor.md @@ -44,7 +44,7 @@ Create a SAP Landscape Monitor Dashboard for the specified subscription, resourc ### Example 1: Create a new SAP Landscape Monitor ```powershell -New-AzWorkloadsSapLandscapeMonitor -MonitorName suha-0202-ams9 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -GroupingLandscape '{"name":"Prod","topSid":["SID1","SID2"]}' -GroupingSapApplication '{"name":"ERP1","topSid":["SID1","SID2"]}' -TopMetricsThreshold '{"name":"Instance Availability","green":90,"yellow":75,"red":50}' +New-AzWorkloadsSapLandscapeMonitor -MonitorName suha-0202-ams9 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -GroupingLandscape '{"name":"Prod","topSid":["SID1","SID2"]}' -GroupingSapApplication '{"name":"ERP1","topSid":["SID1","SID2"]}' -TopMetricsThreshold '{"name":"Instance Availability","green":90,"yellow":75,"red":50}' ``` ```output @@ -56,7 +56,7 @@ GroupingSapApplication : {{ "name": "ERP1", "topSid": [ "SID1", "SID2" ] }} -Id : /subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft. Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default Name : default ProvisioningState : Succeeded diff --git a/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsMonitor.md b/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsMonitor.md index 6effe2192f..381cb49f22 100644 --- a/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsMonitor.md +++ b/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsMonitor.md @@ -34,7 +34,7 @@ Deletes a SAP monitor with the specified subscription, resource group, and SAP m ### Example 1: Delete a specific AMS ```powershell -Remove-AzWorkloadsMonitor -Name suha-050423-ams7 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c +Remove-AzWorkloadsMonitor -Name suha-050423-ams7 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -49,7 +49,7 @@ Delete a specific AMS ### Example 2: Delete a specific AMS by Id ```powershell -Remove-AzWorkloadsMonitor -InputObject "/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-050423-ams7" +Remove-AzWorkloadsMonitor -InputObject "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-050423-ams7" ``` ```output diff --git a/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsProviderInstance.md b/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsProviderInstance.md index 36ed999ae3..2f24188172 100644 --- a/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsProviderInstance.md +++ b/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsProviderInstance.md @@ -41,7 +41,7 @@ Deletes a provider instance for the specified subscription, resource group, SAP ### Example 1: Delete a specific provider from AMS instance ```powershell -Remove-AzWorkloadsProviderInstance -MonitorName suha-160323-ams7 -Name suha-os-1 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c +Remove-AzWorkloadsProviderInstance -MonitorName suha-160323-ams7 -Name suha-os-1 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` ```output @@ -54,7 +54,7 @@ Delete a provider from specific AMS Instance ### Example 2: Delete a specific provider from AMS instance by Id ```powershell -Remove-AzWorkloadsProviderInstance -InputObject "/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-160323-ams7/providerInstances/suha-os-1" +Remove-AzWorkloadsProviderInstance -InputObject "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-160323-ams7/providerInstances/suha-os-1" ``` ```output diff --git a/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsSapLandscapeMonitor.md b/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsSapLandscapeMonitor.md index 84093363b3..d444265adf 100644 --- a/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsSapLandscapeMonitor.md +++ b/azps-15.3.0/Az.Workloads/Remove-AzWorkloadsSapLandscapeMonitor.md @@ -34,14 +34,14 @@ Deletes a SAP Landscape Monitor Dashboard with the specified subscription, resou ### Example 1: Delete SAP Landscape Monitor ```powershell -Remove-AzWorkloadsSapLandscapeMonitor -MonitorName suha-160323-ams7 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c +Remove-AzWorkloadsSapLandscapeMonitor -MonitorName suha-160323-ams7 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e ``` Delete SAP Landscape Monitor for a specific AMS Instance ### Example 2: Delete SAP Landscape Monitor by Id ```powershell -Remove-AzWorkloadsSapLandscapeMonitor -InputObject "/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default" +Remove-AzWorkloadsSapLandscapeMonitor -InputObject "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default" ``` Delete SAP Landscape Monitor for a specific AMS Instance by ArmId diff --git a/azps-15.3.0/Az.Workloads/Update-AzWorkloadsMonitor.md b/azps-15.3.0/Az.Workloads/Update-AzWorkloadsMonitor.md index 90376abc5a..c401d1452c 100644 --- a/azps-15.3.0/Az.Workloads/Update-AzWorkloadsMonitor.md +++ b/azps-15.3.0/Az.Workloads/Update-AzWorkloadsMonitor.md @@ -41,7 +41,7 @@ Update a SAP monitor for the specified subscription, resource group, and resourc ### Example 1: Update AMS Monitor Instance ```powershell -Update-AzWorkloadsMonitor -MonitorName suha-160323-ams7 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -Tag @{name="tagValue"} +Update-AzWorkloadsMonitor -MonitorName suha-160323-ams7 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -Tag @{name="tagValue"} ``` ```output @@ -54,7 +54,7 @@ Update AMS Monitor Instance ### Example 2: Update AMS Monitor Instance by Id ```powershell -Update-AzWorkloadsMonitor -InputObject "/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-160323-ams7" -Tag @{name="tagValue"} +Update-AzWorkloadsMonitor -InputObject "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft.Workloads/monitors/suha-160323-ams7" -Tag @{name="tagValue"} ``` ```output diff --git a/azps-15.3.0/Az.Workloads/Update-AzWorkloadsProviderInstance.md b/azps-15.3.0/Az.Workloads/Update-AzWorkloadsProviderInstance.md index 3a73cbbbc5..12b6f4b1f5 100644 --- a/azps-15.3.0/Az.Workloads/Update-AzWorkloadsProviderInstance.md +++ b/azps-15.3.0/Az.Workloads/Update-AzWorkloadsProviderInstance.md @@ -48,7 +48,7 @@ Update a provider instance for the specified subscription, resource group, SAP m ```powershell $providerSetting = New-AzWorkloadsProviderSqlServerInstanceObject -Password '' -Port 1433 -Username '' -Hostname 10.1.14.5 -SapSid X00 -SslPreference Disabled -Update-AzWorkloadsProviderInstance -MonitorName sap-0202-ams9 -Name sql-prov-1 -ResourceGroupName sap-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -ProviderSetting $providerSetting +Update-AzWorkloadsProviderInstance -MonitorName sap-0202-ams9 -Name sql-prov-1 -ResourceGroupName sap-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -ProviderSetting $providerSetting ``` ```output @@ -61,7 +61,7 @@ Update an existing provider for a specific AMS instance ### Example 2: Update an existing provider by Id ```powershell -Update-AzWorkloadsProviderInstance -MonitorName sap-160323-ams4 -Name sap-sql-3 -ResourceGroupName sap-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -ProviderSetting '{"sslPreference":"Disabled","providerType":"MsSqlServer","hostname":"10.1.14.5","sapSid":"X00","dbPort":"1433","dbUsername":"","dbPassword":""}' +Update-AzWorkloadsProviderInstance -MonitorName sap-160323-ams4 -Name sap-sql-3 -ResourceGroupName sap-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -ProviderSetting '{"sslPreference":"Disabled","providerType":"MsSqlServer","hostname":"10.1.14.5","sapSid":"X00","dbPort":"1433","dbUsername":"","dbPassword":""}' ``` ```output diff --git a/azps-15.3.0/Az.Workloads/Update-AzWorkloadsSapLandscapeMonitor.md b/azps-15.3.0/Az.Workloads/Update-AzWorkloadsSapLandscapeMonitor.md index 324e91a5fd..e2b371d658 100644 --- a/azps-15.3.0/Az.Workloads/Update-AzWorkloadsSapLandscapeMonitor.md +++ b/azps-15.3.0/Az.Workloads/Update-AzWorkloadsSapLandscapeMonitor.md @@ -53,7 +53,7 @@ Patches the SAP Landscape Monitor Dashboard for the specified subscription, reso ### Example 1: Update SAP Landscape Monitor ```powershell -New-AzWorkloadsSapLandscapeMonitor -MonitorName suha-0202-ams9 -ResourceGroupName suha-0802-rg1 -SubscriptionId 49d64d54-e966-4c46-a868-1999802b762c -GroupingLandscape '{"name":"Prod","topSid":["SID1","SID2"]}' -GroupingSapApplication '{"name":"ERP1","topSid":["SID1","SID2"]}' -TopMetricsThreshold '{"name":"Instance Availability","green":90,"yellow":75,"red":50}' +New-AzWorkloadsSapLandscapeMonitor -MonitorName suha-0202-ams9 -ResourceGroupName suha-0802-rg1 -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e -GroupingLandscape '{"name":"Prod","topSid":["SID1","SID2"]}' -GroupingSapApplication '{"name":"ERP1","topSid":["SID1","SID2"]}' -TopMetricsThreshold '{"name":"Instance Availability","green":90,"yellow":75,"red":50}' ``` ```output @@ -65,7 +65,7 @@ GroupingSapApplication : {{ "name": "ERP1", "topSid": [ "SID1", "SID2" ] }} -Id : /subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourceGroups/suha-0802-rg1/providers/Microsoft. +Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/suha-0802-rg1/providers/Microsoft. Workloads/monitors/suha-0202-ams9/sapLandscapeMonitor/default Name : default ProvisioningState : Succeeded diff --git a/docs-conceptual/azps-15.3.0/migrate-az-1.0.0.md b/docs-conceptual/azps-15.3.0/migrate-az-1.0.0.md index 8387918eae..81ebf0075e 100644 --- a/docs-conceptual/azps-15.3.0/migrate-az-1.0.0.md +++ b/docs-conceptual/azps-15.3.0/migrate-az-1.0.0.md @@ -332,13 +332,13 @@ Scripts should no longer make processing decisions based on the values fo these Passwords are automatically generated, scripts that provided the password: ```azurepowershell-interactive - New-AzAdSpCredential -ObjectId 00001111-aaaa-2222-bbbb-3333cccc4444 -Password $secPassword + New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -Password $secPassword ``` Should be changed to retrieve the password from the output: ```azurepowershell-interactive - $credential = New-AzAdSpCredential -ObjectId 00001111-aaaa-2222-bbbb-3333cccc4444 + $credential = New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb $secPassword = $credential.Secret ``` diff --git a/docs-conceptual/azps-15.3.0/migrate-az-7.0.0.md b/docs-conceptual/azps-15.3.0/migrate-az-7.0.0.md index dcd95981c6..fae70470a5 100644 --- a/docs-conceptual/azps-15.3.0/migrate-az-7.0.0.md +++ b/docs-conceptual/azps-15.3.0/migrate-az-7.0.0.md @@ -280,7 +280,7 @@ The `-DisplayName` parameter was removed. #### Before ```powershell -PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId 714160ec-87d5-42bb-8b17-287c0dd7417d +PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 ``` #### After ```powershell