-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge from origin #1
Commits on Sep 10, 2018
-
now returns cert thumbprint as HEX
Steven Hawkins committedSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 799229d - Browse repository at this point
Copy the full SHA 799229dView commit details
Commits on Sep 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1fa8116 - Browse repository at this point
Copy the full SHA 1fa8116View commit details -
Steven Hawkins committed
Sep 11, 2018 Configuration menu - View commit details
-
Copy full SHA for f56bc25 - Browse repository at this point
Copy the full SHA f56bc25View commit details -
Steven Hawkins committed
Sep 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 2661b4e - Browse repository at this point
Copy the full SHA 2661b4eView commit details -
Merge pull request #1904 from steve-hawkins/cert_thumbprint
azurerm_key_vault_certificate return thumbprint as hex
Configuration menu - View commit details
-
Copy full SHA for 2332f7c - Browse repository at this point
Copy the full SHA 2332f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f8d24 - Browse repository at this point
Copy the full SHA 66f8d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98271b7 - Browse repository at this point
Copy the full SHA 98271b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce918a - Browse repository at this point
Copy the full SHA bce918aView commit details
Commits on Sep 12, 2018
-
VM Contributor build-in permissions actions count increase.
new action added Microsoft.SqlVirtualMachine/* So the actions changed from 37 to 38. Fix this test issue directly.
Configuration menu - View commit details
-
Copy full SHA for 9a75165 - Browse repository at this point
Copy the full SHA 9a75165View commit details -
Merge pull request #1912 from lrxtom2/virtualMachineContributor
VM Contributor build-in permissions actions count increase.
Configuration menu - View commit details
-
Copy full SHA for e0c11ee - Browse repository at this point
Copy the full SHA e0c11eeView commit details -
🐛 (.gitignore file.) Add .go-version into list. (#1910)
Add .go-version genereated by `goenv` tool into ignore list.
Configuration menu - View commit details
-
Copy full SHA for 174bfdd - Browse repository at this point
Copy the full SHA 174bfddView commit details -
Update start_ip_address documentation (#1916)
It looks like the documentation for `start_ip_address` was errantly copied from a different field. Update it with the correct documentation.
Configuration menu - View commit details
-
Copy full SHA for bfb150c - Browse repository at this point
Copy the full SHA bfb150cView commit details -
New Resource:
azurerm_mysql_virtual_network_rule
(#1879)* New Resource: `azurerm_mysql_virtual_network_rule` Fixes #1340 * Updated test SKU * Added mysqlVirtualNetworkRulesClient back into config * Documenting the MySQL/PostgreSQL rules need the GeneralPurpose/MemoryOptimized tiers
Configuration menu - View commit details
-
Copy full SHA for e0cfc37 - Browse repository at this point
Copy the full SHA e0cfc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91dae6e - Browse repository at this point
Copy the full SHA 91dae6eView commit details -
VM/VMSS: support for
StandardSSD_LRS
managed disk type (#1901)* added support for StorageAccountTypesStandardSSDLRS * delete failed test block * Documenting the new `StandardSSD_LRS` type * Adding tests for VM/VMSS for the new StandardSSD_LRS type
Configuration menu - View commit details
-
Copy full SHA for 3373882 - Browse repository at this point
Copy the full SHA 3373882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 380dbd5 - Browse repository at this point
Copy the full SHA 380dbd5View commit details -
AzureStack: backport virtual network gateway connection PR comments (#…
…1899) * AzureStack: backport virtual network gateway connection PR comments * fixed bad package reference and minor typo * removed virtual network gateway connection import test file
Configuration menu - View commit details
-
Copy full SHA for 22f244b - Browse repository at this point
Copy the full SHA 22f244bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51bcad1 - Browse repository at this point
Copy the full SHA 51bcad1View commit details -
Service bus fixed when sku set to premium (#1908)
ServiceBus Namespace: polling for the deletion
Configuration menu - View commit details
-
Copy full SHA for cadce83 - Browse repository at this point
Copy the full SHA cadce83View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ce16b - Browse repository at this point
Copy the full SHA a9ce16bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 417c0da - Browse repository at this point
Copy the full SHA 417c0daView commit details
Commits on Sep 13, 2018
-
Update application_gateway.html.markdown (#1922)
Missing double quote in the example default_backend_http_settings_name assignment.
Configuration menu - View commit details
-
Copy full SHA for e710306 - Browse repository at this point
Copy the full SHA e710306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c410aa - Browse repository at this point
Copy the full SHA 3c410aaView commit details -
Update TimeSpan documentation in Service Bus Queue/Topic (#1921)
* Add timespan test cases according to issue #646 * Correct the TimeSpan documentation in sb_queue and sb_topic * Add timespan validation function in sb
Configuration menu - View commit details
-
Copy full SHA for acf0849 - Browse repository at this point
Copy the full SHA acf0849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0d2c8 - Browse repository at this point
Copy the full SHA 8e0d2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3485c1e - Browse repository at this point
Copy the full SHA 3485c1eView commit details -
Merge pull request #1918 from alastairtree/patch-1
Update resource_arm_logic_app_trigger_http_request.go
Configuration menu - View commit details
-
Copy full SHA for 060d265 - Browse repository at this point
Copy the full SHA 060d265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4404b45 - Browse repository at this point
Copy the full SHA 4404b45View commit details -
Merge pull request #1923 from terraform-providers/crash-1919
Log Analytics Solution: removing crash points/refactoring
Configuration menu - View commit details
-
Copy full SHA for caf6732 - Browse repository at this point
Copy the full SHA caf6732View commit details -
New Resources:
azurerm_firewall
& `azurerm_firewall_network_rule_co……llection` (#1627) * add firewall resource skeleton * basic test * create method * complete firewall resource * begin network rule resource * add firewall import * fix firewall tests * tweak firewall tests * complete network rule collection * start docs * nil checks * update nil checks * update find rule collection * formatting updates * docs * rename files * rename arm_azure_firewall to arm_firewall * formatting * rename doc * rename nrc doc * WaitForCompletionRef * Refactoring of Azure Firewall: - Locking on the Firewall Name - Handling resources being deleted outside of Terraform - Removing some crash points - Making the Protocol and Action type case-sensitive - Refactoring the virtual resource to allow for - Parsing the ID rather than using the config for the delete and read functions (so delete's are successful when the config's gone) - Rewriting some of the tests for the Network Rule Collections, to check the resource's state rather than the object - Updating the documentation (and including Import support for Network Rule Collections) * Deleting the separate test file * Adding validation to fields ``` $ acctests azurerm TestValidateFirewallName === RUN TestValidateFirewallName --- PASS: TestValidateFirewallName (0.00s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 0.344s ``` * Renaming the fix ip method * Fixing issues highlighted in code review * Fixing the test check function to load the firewall, rather than the collection * Fixing a bad refactor * Fixing a broken test * Docs: adding a sidebar link
Configuration menu - View commit details
-
Copy full SHA for 08ef14e - Browse repository at this point
Copy the full SHA 08ef14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91afd3d - Browse repository at this point
Copy the full SHA 91afd3dView commit details
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 98699ef - Browse repository at this point
Copy the full SHA 98699efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d60bcd - Browse repository at this point
Copy the full SHA 6d60bcdView commit details -
tf-release-bot authored and TeamCity committed
Sep 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 4f7a9e8 - Browse repository at this point
Copy the full SHA 4f7a9e8View commit details -
tf-release-bot authored and TeamCity committed
Sep 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 6f5d27e - Browse repository at this point
Copy the full SHA 6f5d27eView commit details -
Merge pull request #1925 from terraform-providers/b-publicip-idle_tim…
…eout azurestack_public_ip: correct import & read idle_timeout_in_minutes
Configuration menu - View commit details
-
Copy full SHA for dd19d9e - Browse repository at this point
Copy the full SHA dd19d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48951ea - Browse repository at this point
Copy the full SHA 48951eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3816b0a - Browse repository at this point
Copy the full SHA 3816b0aView commit details